mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-17 05:00:25 +00:00
Re-ran cog, refs #536
This commit is contained in:
parent
a83421607a
commit
2881576dd0
3 changed files with 12 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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]]] -->
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue