mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(docs) setting extra_headers
This commit is contained in:
parent
3c8b58bd80
commit
aa9164e2ce
3 changed files with 2 additions and 8 deletions
|
@ -436,6 +436,7 @@ def completion(
|
|||
api_version (str, optional): API version (default is None).
|
||||
api_key (str, optional): API key (default is None).
|
||||
model_list (list, optional): List of api base, version, keys
|
||||
extra_headers (dict, optional): Additional headers to include in the request.
|
||||
|
||||
LITELLM Specific Params
|
||||
mock_response (str, optional): If provided, return a mock completion response for testing or debugging purposes (default is None).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue