Update cohere_chat.py
This commit is contained in:
parent
1ee8051c7c
commit
972df1f303
@ -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…
Reference in New Issue
Block a user