mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 18:23:59 +00:00
fix type hint (#34)
This commit is contained in:
parent
6a3dca888b
commit
90a6e578bc
@ -22,7 +22,7 @@ class Cohere(BaseModel, LLM):
|
||||
"""
|
||||
|
||||
client: Any #: :meta private:
|
||||
model: str = None
|
||||
model: Optional[str] = None
|
||||
"""Model name to use."""
|
||||
|
||||
max_tokens: int = 256
|
||||
|
Loading…
Reference in New Issue
Block a user