"src/vscode:/vscode.git/clone" did not exist on "e2e96b5776d068255c47b9fc42b60df9522cf4b4"
Commit 236e2c04 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent cf811ede
......@@ -849,9 +849,6 @@
shareEnabled={messages.length > 0}
{chat}
{initNewChat}
{tags}
{addTag}
{deleteTag}
/>
<div class="flex flex-col flex-auto">
<div
......
......@@ -30,14 +30,12 @@
getTagsById,
updateChatById
} from '$lib/apis/chats';
import { queryCollection, queryDoc } from '$lib/apis/rag';
import { generateOpenAIChatCompletion, generateTitle } from '$lib/apis/openai';
import MessageInput from '$lib/components/chat/MessageInput.svelte';
import Messages from '$lib/components/chat/Messages.svelte';
import ModelSelector from '$lib/components/chat/ModelSelector.svelte';
import Navbar from '$lib/components/layout/Navbar.svelte';
import { RAGTemplate } from '$lib/utils/rag';
import {
LITELLM_API_BASE_URL,
OPENAI_API_BASE_URL,
......@@ -877,9 +875,6 @@
goto('/');
}}
{tags}
{addTag}
{deleteTag}
/>
<div class="flex flex-col flex-auto">
<div
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment