Skip to content

Commit

Permalink
GPT Models Update
Browse files Browse the repository at this point in the history
  • Loading branch information
docwho2 committed Jan 26, 2024
1 parent 1a5b753 commit 8888991
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,16 @@ Parameters:
OPENAIMODEL:
Description: OpenAI ChatGPT Model that has function calling enabled
Type: String
Default: gpt-3.5-turbo-1106
Default: gpt-3.5-turbo
AllowedValues: # https://platform.openai.com/docs/models/overview (requres model with function calling)
- gpt-3.5-turbo
- gpt-3.5-turbo-1106
- gpt-3.5-turbo-0125
- gpt-4
- gpt-4-32k
- gpt-4-1106-preview
- gpt-4-0125-preview
- gpt-4-turbo-preview
VOICEIDEN:
Description: The neural voice used for LEX and prompt generation for English
Type: String
Expand Down

0 comments on commit 8888991

Please sign in to comment.