diff --git a/lib/rag-chat.ts b/lib/rag-chat.ts index 5010ca9..05f95aa 100644 --- a/lib/rag-chat.ts +++ b/lib/rag-chat.ts @@ -2,6 +2,6 @@ import { RAGChat, upstash } from '@upstash/rag-chat'; import { redis } from './redis'; export const ragChat = new RAGChat({ - model: upstash("meta-llama/Meta-Llama-3-8B-Instruct"), + model: upstash("mistralai/Mistral-7B-Instruct-v0.2"), redis: redis, }) \ No newline at end of file diff --git a/package.json b/package.json index d94083f..c8a40a0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev -p 3126", + "dev": "next dev -p 3125", "build": "next build && cp ./node_modules/tiktoken/tiktoken_bg.wasm .next/server/chunks/", "start": "next start", "lint": "next lint"