mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-14 19:38:40 -05:00
Update AI.js
This commit is contained in:
@@ -305,7 +305,7 @@ class AI{
|
||||
}
|
||||
|
||||
// o1-mini to openrouter:openai/o1-mini
|
||||
if ( requestParams.model === 'o1-mini' ) {
|
||||
if ( requestParams.model === 'o1-mini' || requestParams.model === 'o1-pro' ) {
|
||||
requestParams.model = 'openrouter:openai/o1-mini';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user