This commit is contained in:
paoloar77
2024-01-24 16:23:13 +01:00
parent c760e9265f
commit 6135d0f8aa
6 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ const opts = {
try {
let reply = '';
const controller = new AbortController();
await fetchEventSource('http://localhost:3001/conversation', {
await fetchEventSource('http://localhost:3014/conversation', {
...opts,
signal: controller.signal,
onopen(response) {