We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5f2bb commit c9268ffCopy full SHA for c9268ff
1 file changed
prototype-sqlite/js/views/search.js
@@ -152,7 +152,7 @@ function renderSearchResults() {
152
// Worker endpoint that proxies Anthropic API calls. Update after
153
// `wrangler deploy` — the URL is printed by the deploy command.
154
// Empty string disables the chat and shows a setup message instead.
155
-const CHAT_WORKER_URL = '';
+const CHAT_WORKER_URL = 'https://bbl-datenkatalog-chat.dav-ras.workers.dev';
156
157
// Conversation kept at module scope so re-renders (route changes
158
// within the chat view, language switches) don't drop the history.
0 commit comments