Ask a question to get started
Enter to sendā¢Shift+Enter new line
cohere_api_key: Optional[SecretStr] = Field( default_factory=secret_from_env('COHERE_API_KEY', default=None) )
Cohere API key. If not provided, will be read from the environment variable.