Skip to content

Commit 8884a52

Browse files
mitya52MarcMcIntosh
authored andcommitted
New models 07 04 25 (#664)
* gemini 25 pro and chatgpt 4o * chatgpt4o has no tools
1 parent 5b8239d commit 8884a52

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

refact-agent/engine/src/known_models.rs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,17 @@ pub const KNOWN_MODELS: &str = r####"
382382
"gpt-4o-mini-2024-07-18"
383383
]
384384
},
385+
"chatgpt-4o": {
386+
"n_ctx": 128000,
387+
"supports_tools": false,
388+
"supports_multimodality": true,
389+
"supports_agent": false,
390+
"supports_scratchpads": {
391+
"PASSTHROUGH": {
392+
}
393+
},
394+
"similar_models": []
395+
},
385396
"o1": {
386397
"n_ctx": 200000,
387398
"supports_tools": true,

0 commit comments

Comments
 (0)