Skip to content

Commit

Permalink
Update src/utils/ollamaModels.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Dec 1, 2024
1 parent 9a4b16c commit 1ea1ea9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils/ollamaModels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ export const ollamaModels: LLMModel[] = [
modelName: "qwen2.5:1.5b",
modelDirName: "qwen2.5/1.5b",
},
{
modelName: "qwen2.5:7b",
modelDirName: "qwen2.5/7b",
},
{
modelName: "smollm:1.7b",
modelDirName: "smollm/1.7b",
Expand Down

0 comments on commit 1ea1ea9

Please sign in to comment.