mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 22:29:51 +00:00
Fix cohere integration (#33)
Currently the cohere module uses a non-supported model. Updating this to use the default model if one is not specified.
This commit is contained in:
parent
c7f9c62532
commit
6a3dca888b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user