This commit is contained in:
Timothy J. Baek
2024-09-28 01:35:31 +02:00
parent 5b7cf88915
commit a52e8cd537
7 changed files with 14 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
import { getRAGTemplate } from '$lib/apis/rag';
import { getRAGTemplate } from '$lib/apis/retrieval';
export const RAGTemplate = async (token: string, context: string, query: string) => {
let template = await getRAGTemplate(token).catch(() => {