Skip to content

Commit 9f75912

Browse files
authored
Update script.js
1 parent 0499ede commit 9f75912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ form.addEventListener("submit", async (e) => {
3434
input.value = "";
3535

3636
try {
37-
const response = await fetch("https://chatproxy.azurewebsites.net/api/chatproxy", {
37+
const response = await fetch("https://chatproxy.azurewebsites.net/api/chatproxy_streaming", {
3838
method: "POST",
3939
headers: { "Content-Type": "application/json" },
4040
body: JSON.stringify({ message, thread_id: threadId })

0 commit comments

Comments
 (0)