diff --git a/packages/server/src/automations/steps/openai.ts b/packages/server/src/automations/steps/openai.ts index 265a40d466..88d3fb8b85 100644 --- a/packages/server/src/automations/steps/openai.ts +++ b/packages/server/src/automations/steps/openai.ts @@ -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 = {