new changes

This commit is contained in:
n4ze3m
2023-04-11 12:24:05 +05:30
parent 8c6c60964b
commit 6bc176ef44
2 changed files with 43 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ function Chat() {
const sendToBot = async (message: string) => {
const html = await getHtmlFromParent()
const response = await axios.post(process.env.PLASMO_PUBLIC_API_KEY!, {
const response = await axios.post(process.env.PLASMO_PUBLIC_API_URL!, {
user_message: message,
html: html,
history: history