Skip to content

Commit c9268ff

Browse files
committed
Update search.js
1 parent dd5f2bb commit c9268ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prototype-sqlite/js/views/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function renderSearchResults() {
152152
// Worker endpoint that proxies Anthropic API calls. Update after
153153
// `wrangler deploy` — the URL is printed by the deploy command.
154154
// Empty string disables the chat and shows a setup message instead.
155-
const CHAT_WORKER_URL = '';
155+
const CHAT_WORKER_URL = 'https://bbl-datenkatalog-chat.dav-ras.workers.dev';
156156

157157
// Conversation kept at module scope so re-renders (route changes
158158
// within the chat view, language switches) don't drop the history.

0 commit comments

Comments
 (0)