Skip to content
Snippets Groups Projects
Commit 62e29d5a authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix: context window sizes

parent 15c890a7
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@ import {
import { ChatMessage, ChatResponse, LLM } from "./LLM";
export const ALL_AVAILABLE_MISTRAL_MODELS = {
"mistral-tiny": { contextWindow: 4096 },
"mistral-small": { contextWindow: 4096 },
"mistral-medium": { contextWindow: 4096 },
"mistral-tiny": { contextWindow: 32000 },
"mistral-small": { contextWindow: 32000 },
"mistral-medium": { contextWindow: 32000 },
};
export class MistralAISession {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment