GPT4 support
This commit is contained in:
parent
bbab2a9adc
commit
db5d051755
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue