You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: 200: Failed to initialize chat. OK
at initChat (file:///C:/Users/kurch/Desktop/openhab-marussia/node_modules/@mumulhl/duckduckgo-ai-chat/index.js:127:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async main (file:///C:/Users/kurch/Desktop/openhab-marussia/src/index.js:35:16)
[nodemon] clean exit - waiting for changes before restart
status.headers.get return null
/** Init chat. * * @param model The model used by chat. * @returns A Chat instance. */asyncfunctioninitChat(model){conststatus=awaitfetch(STATUS_URL,{headers: STATUS_HEADERS});constvqd=status.headers.get("x-vqd-4");// <---- status.headers.get return nullif(!vqd){thrownewError(`${status.status}: Failed to initialize chat. ${status.statusText}`);}returnnewChat(vqd,_model[model]);}
The text was updated successfully, but these errors were encountered:
status.headers.get return null
The text was updated successfully, but these errors were encountered: