diff --git a/langchain/llms/cohere.py b/langchain/llms/cohere.py index cf6b9d9b..5d642038 100644 --- a/langchain/llms/cohere.py +++ b/langchain/llms/cohere.py @@ -22,7 +22,7 @@ class Cohere(BaseModel, LLM): """ client: Any #: :meta private: - model: str = "gptd-instruct-tft" + model: str = None """Model name to use.""" max_tokens: int = 256