Skip to content

Commit 3fd55eb

Browse files
committed
fix: openai convo
1 parent 5640b38 commit 3fd55eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/(app)/c/[id]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import ModelSelector from '$lib/components/chat/ModelSelector.svelte';
3838
import Navbar from '$lib/components/layout/Navbar.svelte';
3939
import { RAGTemplate } from '$lib/utils/rag';
40-
import { WEBUI_BASE_URL } from '$lib/constants';
40+
import { LITELLM_API_BASE_URL, OPENAI_API_BASE_URL, WEBUI_BASE_URL } from '$lib/constants';
4141
4242
let loaded = false;
4343

0 commit comments

Comments
 (0)