Update README.md

This commit is contained in:
Vasilije 2024-05-26 21:45:27 +02:00 committed by GitHub
parent cc489d55ca
commit c13472e6f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,6 +68,7 @@ os.environ["LLM_API_KEY"] = "YOUR OPENAI_API_KEY"
```
or
```
import cognee
cognee.config.llm_api_key = "YOUR_OPENAI_API_KEY"
```