mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-18 18:53:10 +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:
|
client: Any #: :meta private:
|
||||||
model: str = None
|
model: Optional[str] = None
|
||||||
"""Model name to use."""
|
"""Model name to use."""
|
||||||
|
|
||||||
max_tokens: int = 256
|
max_tokens: int = 256
|
||||||
|
Loading…
Reference in New Issue
Block a user