We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 776b463 + 3fd55eb commit 5745b9cCopy full SHA for 5745b9c
1 file changed
src/routes/(app)/c/[id]/+page.svelte
@@ -37,7 +37,7 @@
37
import ModelSelector from '$lib/components/chat/ModelSelector.svelte';
38
import Navbar from '$lib/components/layout/Navbar.svelte';
39
import { RAGTemplate } from '$lib/utils/rag';
40
- import { WEBUI_BASE_URL } from '$lib/constants';
+ import { LITELLM_API_BASE_URL, OPENAI_API_BASE_URL, WEBUI_BASE_URL } from '$lib/constants';
41
42
let loaded = false;
43
0 commit comments