From 972df1f303f4f18a80435c91cadd3cbe674f6cef Mon Sep 17 00:00:00 2001 From: pat-cohere <145371747+pat-cohere@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:26:07 -0400 Subject: [PATCH] Update cohere_chat.py --- litellm/llms/cohere_chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/llms/cohere_chat.py b/litellm/llms/cohere_chat.py index bfa5ebf78bc..1b4e0d79806 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_histrory, **optional_params, }