Skip to content

Commit 1d0d9f6

Browse files
authored
fix: add gpt-5-mini overlay with uses_max_completion_tokens (#13)
1 parent 5e2b387 commit 1d0d9f6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Arcanum.MixProject do
22
use Mix.Project
33

4-
@version "0.1.6"
4+
@version "0.1.7"
55
@source_url "https://github.com/kakilangit/arcanum"
66

77
def project do

priv/overlays.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
"supports_vision": true,
6262
"uses_max_completion_tokens": true
6363
},
64+
"gpt-5-mini": {
65+
"supports_vision": true,
66+
"uses_max_completion_tokens": true
67+
},
6468
"o1": { "supports_vision": true, "uses_max_completion_tokens": true },
6569
"o3": { "supports_vision": true, "uses_max_completion_tokens": true },
6670
"o4-mini": {

0 commit comments

Comments
 (0)