mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-01 17:13:22 +00:00
parent
d2fdcba29d
commit
316aae8223
@ -56,7 +56,7 @@ class Cohere(BaseModel, LLM):
|
||||
extra = Extra.forbid
|
||||
|
||||
@root_validator()
|
||||
def template_is_valid(cls, values: Dict) -> Dict:
|
||||
def validate_environment(cls, values: Dict) -> Dict:
|
||||
"""Validate that api key and python package exists in environment."""
|
||||
if "COHERE_API_KEY" not in os.environ:
|
||||
raise ValueError(
|
||||
|
Loading…
Reference in New Issue
Block a user