mirror of
https://github.com/ivanfioravanti/chatbot-ollama.git
synced 2023-12-01 22:17:38 +03:00
Fix warnings and README
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user