Update openai.ts

This commit is contained in:
Pascal Reichmuth 2024-09-12 16:22:49 +02:00 committed by GitHub
parent 0798f97066
commit e4664d23d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ enum Model {
// 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"
GPT_4O_MINI = "gpt-4o-mini",
}
export const definition: AutomationStepDefinition = {