Skip to content

Commit 5745b9c

Browse files
authored
Merge pull request open-webui#955 from open-webui/dev
fix: openai convo
2 parents 776b463 + 3fd55eb commit 5745b9c

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)