Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.46 KB

File metadata and controls

26 lines (23 loc) · 1.46 KB

# CreateChatCompletionRequest

Properties

Name Type Description Notes
model string [optional] [default to 'gpt-4o-mini']
messages \AskNews\Model\CreateChatCompletionRequestMessage[]
temperature float [optional] [default to 0.9]
top_p float [optional] [default to 1.0]
n int [optional] [default to 1]
stream bool [optional] [default to false]
stop \AskNews\Model\Stop [optional]
max_tokens int [optional] [default to 9999]
presence_penalty int [optional] [default to 0]
frequency_penalty int [optional] [default to 0]
thread_id \AskNews\Model\ThreadId [optional]
user \AskNews\Model\User [optional]
inline_citations string [optional] [default to 'markdown_link']
append_references bool [optional] [default to true]
journalist_mode bool [optional] [default to true]
asknews_watermark bool [optional] [default to true]
conversational_awareness bool [optional] [default to true]
filter_params \AskNews\Model\FilterParams [optional]

[Back to Model list] [Back to API list] [Back to README]