mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-27 22:44:01 +00:00
Ran cog, refs #795
This commit is contained in:
parent
801b08bf40
commit
133d3bb173
2 changed files with 28 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ OpenAI Chat: gpt-4-1106-preview
|
|||
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-4.5-preview-2025-02-27
|
||||
OpenAI Chat: gpt-4.5-preview
|
||||
OpenAI Chat: o1
|
||||
OpenAI Chat: o1-2024-12-17
|
||||
OpenAI Chat: o1-preview
|
||||
|
|
|
|||
|
|
@ -549,6 +549,32 @@ OpenAI Chat: gpt-4-turbo (aliases: gpt-4-turbo-preview, 4-turbo, 4t)
|
|||
logit_bias: dict, str
|
||||
seed: int
|
||||
json_object: boolean
|
||||
OpenAI Chat: gpt-4.5-preview-2025-02-27
|
||||
Options:
|
||||
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
|
||||
Attachment types:
|
||||
image/gif, image/jpeg, image/png, image/webp
|
||||
OpenAI Chat: gpt-4.5-preview
|
||||
Options:
|
||||
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
|
||||
Attachment types:
|
||||
image/gif, image/jpeg, image/png, image/webp
|
||||
OpenAI Chat: o1
|
||||
Options:
|
||||
temperature: float
|
||||
|
|
|
|||
Loading…
Reference in a new issue