Skip to content

Commit 3748da1

Browse files
authored
fix(go/plugins/ollama): add gpt-oss to tool supported models (#3494)
1 parent 586087d commit 3748da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/plugins/ollama/ollama.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var (
4848
"phi4-mini", "granite3.1-dense", "granite3-dense", "granite3.2", "athene-v2",
4949
"nemotron-mini", "nemotron", "llama3-groq-tool-use", "aya-expanse", "granite3-moe",
5050
"granite3.2-vision", "granite3.1-moe", "cogito", "command-r7b", "firefunction-v2",
51-
"granite3.3", "command-a", "command-r7b-arabic",
51+
"granite3.3", "command-a", "command-r7b-arabic", "gpt-oss",
5252
}
5353
roleMapping = map[ai.Role]string{
5454
ai.RoleUser: "user",

0 commit comments

Comments
 (0)