|
@@ -35,7 +35,12 @@
|
|
|
import MessageInput from '$lib/components/chat/MessageInput.svelte';
|
|
|
import Messages from '$lib/components/chat/Messages.svelte';
|
|
|
import Navbar from '$lib/components/layout/Navbar.svelte';
|
|
|
- import { LITELLM_API_BASE_URL, OLLAMA_API_BASE_URL, OPENAI_API_BASE_URL, WEBUI_BASE_URL } from '$lib/constants';
|
|
|
+ import {
|
|
|
+ LITELLM_API_BASE_URL,
|
|
|
+ OLLAMA_API_BASE_URL,
|
|
|
+ OPENAI_API_BASE_URL,
|
|
|
+ WEBUI_BASE_URL
|
|
|
+ } from '$lib/constants';
|
|
|
import { createOpenAITextStream } from '$lib/apis/streaming';
|
|
|
import { queryMemory } from '$lib/apis/memories';
|
|
|
import type { Writable } from 'svelte/store';
|