Skip to content

Commit

Permalink
feat: update chat model to Mistral-7B
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsamirr committed Oct 7, 2024
1 parent 8152730 commit babd066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rag-chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit babd066

Please sign in to comment.