Skip to content

Commit

Permalink
Forcing context size to 16K from 4K
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanfioravanti committed Jan 29, 2024
1 parent 7d46603 commit 934723c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/ollama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ export const OllamaModels: Record<OllamaModelID, OllamaModel> = {
[OllamaModelID.DEFAULTMODEL]: {
name: 'mistral:latest',
modified_at: new Date(),
size: 4000,
size: 16384,
},
};

0 comments on commit 934723c

Please sign in to comment.