We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acbeb74 commit 1d1cd82Copy full SHA for 1d1cd82
configs/base_config.yaml
@@ -49,7 +49,7 @@ codex:
49
best_of: 1 # Number of tries to choose from. Use when temperature > 0
50
max_tokens: 512 # Maximum number of tokens to generate for Codex
51
prompt: ./prompts/chatapi.prompt # Codex prompt file, which defines the API. (doesn't support video for now due to token limits)
52
- model: gpt-3.5-turbo # Codex model to use. [gpt-3.5-turbo, gpt-4]. See openai.Model.list()
+ model: gpt-3.5-turbo # Codex model to use. [gpt-3.5-turbo, gpt-4]. See openai.Model.list() for available models
53
54
# Saving and loading parameters
55
save: True # Save the results to a file
0 commit comments