Skip to content

Commit

Permalink
Merge pull request open-webui#955 from open-webui/dev
Browse files Browse the repository at this point in the history
fix: openai convo
  • Loading branch information
tjbck authored Feb 28, 2024
2 parents 776b463 + 3fd55eb commit 5745b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(app)/c/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import ModelSelector from '$lib/components/chat/ModelSelector.svelte';
import Navbar from '$lib/components/layout/Navbar.svelte';
import { RAGTemplate } from '$lib/utils/rag';
import { WEBUI_BASE_URL } from '$lib/constants';
import { LITELLM_API_BASE_URL, OPENAI_API_BASE_URL, WEBUI_BASE_URL } from '$lib/constants';
let loaded = false;
Expand Down

0 comments on commit 5745b9c

Please sign in to comment.