Update cohere_chat.py

This commit is contained in:
pat-cohere 2024-07-29 17:26:07 -04:00 committed by GitHub
parent 1ee8051c7c
commit 972df1f303
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
}