Update README.md

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

View file

@ -66,6 +66,11 @@ import os
os.environ["LLM_API_KEY"] = "YOUR OPENAI_API_KEY"
```
or
```
cognee.config.llm_api_key = "YOUR_OPENAI_API_KEY"
```
You can also use Ollama or Anyscale as your LLM provider. For more info on local models check our [docs](https://topoteretes.github.io/cognee)
### Run