summaryrefslogtreecommitdiffhomepage
path: root/internal/llm/models/models.go
diff options
context:
space:
mode:
authorYJG <[email protected]>2025-04-28 10:42:57 -0300
committerGitHub <[email protected]>2025-04-28 15:42:57 +0200
commit805aeff83cad4c17e25acdd671d2731be104b3e0 (patch)
treee2bdcbda42858a9b159301d3253929b37ed39f84 /internal/llm/models/models.go
parentbce2ec5c10c1895a80fae48d315b132341b7dc96 (diff)
downloadopencode-805aeff83cad4c17e25acdd671d2731be104b3e0.tar.gz
opencode-805aeff83cad4c17e25acdd671d2731be104b3e0.zip
feat: add azure openai models (#74)
Diffstat (limited to 'internal/llm/models/models.go')
-rw-r--r--internal/llm/models/models.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/llm/models/models.go b/internal/llm/models/models.go
index 1bc02c49d..bad0ebdaa 100644
--- a/internal/llm/models/models.go
+++ b/internal/llm/models/models.go
@@ -76,4 +76,5 @@ func init() {
maps.Copy(SupportedModels, OpenAIModels)
maps.Copy(SupportedModels, GeminiModels)
maps.Copy(SupportedModels, GroqModels)
+ maps.Copy(SupportedModels, AzureModels)
}