mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
Update cohere_chat.py
This commit is contained in:
parent
1ee8051c7c
commit
972df1f303
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_histrory,
|
||||
**optional_params,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue