Skip to content

Commit 1d1cd82

Browse files
committed
Clean up
1 parent acbeb74 commit 1d1cd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/base_config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ codex:
4949
best_of: 1 # Number of tries to choose from. Use when temperature > 0
5050
max_tokens: 512 # Maximum number of tokens to generate for Codex
5151
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()
52+
model: gpt-3.5-turbo # Codex model to use. [gpt-3.5-turbo, gpt-4]. See openai.Model.list() for available models
5353

5454
# Saving and loading parameters
5555
save: True # Save the results to a file

0 commit comments

Comments
 (0)