Update openai.ts

This commit is contained in:
Pascal Reichmuth 2024-09-12 15:51:00 +02:00 committed by GitHub
parent d756c54ea4
commit d8ff33441e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ enum Model {
GPT_35_TURBO = "gpt-3.5-turbo",
// will only work with api keys that have access to the GPT4 API
GPT_4 = "gpt-4",
GPT_4O = "gpt-4o",
GPT_4O_MINI = "gpt-4o-mini"
}
export const definition: AutomationStepDefinition = {