1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00

Update StepInputsOutputs.ts

This commit is contained in:
Pascal Reichmuth 2024-09-12 16:23:05 +02:00 committed by GitHub
parent e4664d23d7
commit 2700dfc63d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,7 +141,7 @@ enum Model {
// will only work with api keys that have access to the GPT4 API // will only work with api keys that have access to the GPT4 API
GPT_4 = "gpt-4", GPT_4 = "gpt-4",
GPT_4O = "gpt-4o", GPT_4O = "gpt-4o",
GPT_4O_MINI = "gpt-4o-mini" GPT_4O_MINI = "gpt-4o-mini",
} }
export type OpenAIStepOutputs = Omit<BaseAutomationOutputs, "response"> & { export type OpenAIStepOutputs = Omit<BaseAutomationOutputs, "response"> & {