Fix warnings and README

This commit is contained in:
ivanfioravanti
2023-10-08 22:12:17 +02:00
parent 1f0d957634
commit 52e5074d54
8 changed files with 13 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ export const fallbackModelID = OllamaModelID.DEFAULTMODEL;
export const OllamaModels: Record<OllamaModelID, OllamaModel> = {
[OllamaModelID.DEFAULTMODEL]: {
name: 'llama2:latest',
name: 'mistral:latest',
modified_at: new Date(),
size: 4000,
},