forked from phoenix/litellm-mirror
Add request source
This commit is contained in:
parent
07abccf96f
commit
ecd6037e15
2 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,7 @@ class CohereConfig:
|
|||
|
||||
def validate_environment(api_key):
|
||||
headers = {
|
||||
"Request-Source":"unspecified:litellm",
|
||||
"accept": "application/json",
|
||||
"content-type": "application/json",
|
||||
}
|
||||
|
|
|
@ -112,6 +112,7 @@ class CohereChatConfig:
|
|||
|
||||
def validate_environment(api_key):
|
||||
headers = {
|
||||
"Request-Source":"unspecified:litellm",
|
||||
"accept": "application/json",
|
||||
"content-type": "application/json",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue