forked from phoenix/litellm-mirror
fix linting error - cohere_chat
This commit is contained in:
parent
1a34756159
commit
c3ac6b098e
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ def completion(
|
|||
optional_params["message"] = most_recent_message
|
||||
data = {
|
||||
"model": model,
|
||||
"chat_history": chat_histrory,
|
||||
"chat_history": chat_history,
|
||||
**optional_params,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue