mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
fix type hint (#34)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user