fix: openai convo

This commit is contained in:
Timothy J. Baek 2024-02-28 02:18:58 -08:00
parent 5640b38694
commit 3fd55ebc32
1 changed files with 1 additions and 1 deletions

View File

@ -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;