diff --git a/litellm/llms/cohere_chat.py b/litellm/llms/cohere_chat.py index 830c924bd..bfa5ebf78 100644 --- a/litellm/llms/cohere_chat.py +++ b/litellm/llms/cohere_chat.py @@ -235,6 +235,7 @@ def completion( optional_params["message"] = most_recent_message data = { "model": model, + "chat_history": = chat_histrory, **optional_params, }