Skip to content

Commit

Permalink
feat: update default Ollama models
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Apr 1, 2024
1 parent 2ced598 commit 08273e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lua/codecompanion/adapters/ollama.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,11 @@ return {
mapping = "parameters",
type = "enum",
desc = "ID of the model to use.",
default = "dolphin-mixtral",
default = "deepseek-coder:6.7b",
choices = {
"deepseek-coder:6.7b",
"deepseek-coder",
"dolphin-mistral",
"dolphin-mixtral",
"llama2",
"mistral",
Expand Down

0 comments on commit 08273e2

Please sign in to comment.