We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e952bc commit 071caf8Copy full SHA for 071caf8
docs/assets/chat.js
@@ -1,6 +1,6 @@
1
\
2
(() => {
3
- const DEFAULT_ENDPOINT = "https://YOUR-WORKER-SUBDOMAIN.workers.dev/api/chat";
+ const DEFAULT_ENDPOINT = "https://doccoach-chat.luis-doccoach.workers.dev/api/chat";
4
5
function getEndpoint() {
6
const configured = (window.DOCS_AI_CHAT && window.DOCS_AI_CHAT.endpoint) || "";
0 commit comments