port
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user