fix linting error - cohere_chat

This commit is contained in:
Ishaan Jaff 2024-07-29 17:19:28 -07:00
parent 1a34756159
commit c3ac6b098e

View file

@ -235,7 +235,7 @@ def completion(
optional_params["message"] = most_recent_message optional_params["message"] = most_recent_message
data = { data = {
"model": model, "model": model,
"chat_history": chat_histrory, "chat_history": chat_history,
**optional_params, **optional_params,
} }