mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
Merge 9be0c24738 into 252c71c0b2
This commit is contained in:
commit
62168378de
1 changed files with 2 additions and 2 deletions
|
|
@ -450,7 +450,7 @@ async def acompletion(
|
|||
OPTIONAL PARAMS
|
||||
functions (List, optional): A list of functions to apply to the conversation messages (default is an empty list).
|
||||
function_call (str, optional): The name of the function to call within the conversation (default is an empty string).
|
||||
temperature (float, optional): The temperature parameter for controlling the randomness of the output (default is 1.0).
|
||||
temperature (float, optional): The sampling temperature, between 0 and 2. When None (default), the parameter is omitted from the request and the provider applies its own default.
|
||||
top_p (float, optional): The top-p parameter for nucleus sampling (default is 1.0).
|
||||
n (int, optional): The number of completions to generate (default is 1).
|
||||
stream (bool, optional): If True, return a streaming response (default is False).
|
||||
|
|
@ -5059,7 +5059,7 @@ def completion(
|
|||
OPTIONAL PARAMS
|
||||
functions (List, optional): A list of functions to apply to the conversation messages (default is an empty list).
|
||||
function_call (str, optional): The name of the function to call within the conversation (default is an empty string).
|
||||
temperature (float, optional): The temperature parameter for controlling the randomness of the output (default is 1.0).
|
||||
temperature (float, optional): The sampling temperature, between 0 and 2. When None (default), the parameter is omitted from the request and the provider applies its own default.
|
||||
top_p (float, optional): The top-p parameter for nucleus sampling (default is 1.0).
|
||||
n (int, optional): The number of completions to generate (default is 1).
|
||||
stream (bool, optional): If True, return a streaming response (default is False).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue