File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import type {
13
13
} from 'openai/resources/chat/completions.mjs' ;
14
14
import { createAuditLog } from './auditLog.js' ;
15
15
16
- export const modelName = env . openai . modelName ?? 'gpt-4o-mini ' ;
16
+ export const modelName = env . openai . modelName ?? 'gpt-4o' ;
17
17
18
18
let openaiClient : OpenAI ;
19
19
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export const env = {
64
64
enable : Boolean ( process . env . OPENAI_API_KEY ) ,
65
65
baseUrl : process . env . OPENAI_BASE_URL ,
66
66
apiKey : process . env . OPENAI_API_KEY ,
67
- modelName : process . env . OPENAI_MODEL_NAME ?? 'gpt-4o-mini ' ,
67
+ modelName : process . env . OPENAI_MODEL_NAME ?? 'gpt-4o' ,
68
68
} ,
69
69
allowRegister : checkEnvTrusty ( process . env . ALLOW_REGISTER ) ,
70
70
allowOpenapi : checkEnvTrusty ( process . env . ALLOW_OPENAPI ?? 'true' ) ,
You can’t perform that action at this time.
0 commit comments