We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f75912 commit 3e25cbdCopy full SHA for 3e25cbd
script.js
@@ -34,7 +34,7 @@ form.addEventListener("submit", async (e) => {
34
input.value = "";
35
36
try {
37
- const response = await fetch("https://chatproxy.azurewebsites.net/api/chatproxy_streaming", {
+ const response = await fetch("https://chatproxy.azurewebsites.net/api/chatproxy", {
38
method: "POST",
39
headers: { "Content-Type": "application/json" },
40
body: JSON.stringify({ message, thread_id: threadId })
0 commit comments