fix type hint (#34)

harrison/prompt_examples
Harrison Chase 2 years ago committed by GitHub
parent 6a3dca888b
commit 90a6e578bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save