Skip to content

Commit

Permalink
Re-ran cog, refs #536
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 18, 2024
1 parent a834216 commit 2881576
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ gpt-4-turbo-preview : gpt-4-turbo
4-turbo : gpt-4-turbo
4t : gpt-4-turbo
4o : gpt-4o
4o-mini : gpt-4o-mini
3.5-instruct : gpt-3.5-turbo-instruct
chatgpt-instruct : gpt-3.5-turbo-instruct
ada : ada-002 (embedding)
Expand Down
1 change: 1 addition & 0 deletions docs/openai-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ OpenAI Chat: gpt-4-0125-preview
OpenAI Chat: gpt-4-turbo-2024-04-09
OpenAI Chat: gpt-4-turbo (aliases: gpt-4-turbo-preview, 4-turbo, 4t)
OpenAI Chat: gpt-4o (aliases: 4o)
OpenAI Chat: gpt-4o-mini (aliases: 4o-mini)
OpenAI Completion: gpt-3.5-turbo-instruct (aliases: 3.5-instruct, chatgpt-instruct)```
<!-- [[[end]]] -->

Expand Down
10 changes: 10 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,16 @@ OpenAI Chat: gpt-4o (aliases: 4o)
logit_bias: dict, str
seed: int
json_object: boolean
OpenAI Chat: gpt-4o-mini (aliases: 4o-mini)
temperature: float
max_tokens: int
top_p: float
frequency_penalty: float
presence_penalty: float
stop: str
logit_bias: dict, str
seed: int
json_object: boolean
OpenAI Completion: gpt-3.5-turbo-instruct (aliases: 3.5-instruct, chatgpt-instruct)
temperature: float
What sampling temperature to use, between 0 and 2. Higher values like
Expand Down

0 comments on commit 2881576

Please sign in to comment.