diff --git a/litellm/llms/cohere_chat.py b/litellm/llms/cohere_chat.py index 1b4e0d798..9321d6f8b 100644 --- a/litellm/llms/cohere_chat.py +++ b/litellm/llms/cohere_chat.py @@ -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, }