mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-21 00:35:23 -04:00
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user