GPT4 support

This commit is contained in:
Martin McKeaveney 2023-05-24 15:26:27 +01:00
parent bbab2a9adc
commit db5d051755
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import environment from "../../environment"
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_4 = "gpt-4",
}
export const definition: AutomationStepSchema = {