Update README.md

This commit is contained in:
Vasilije 2024-05-26 21:01:09 +02:00 committed by GitHub
parent 9237b2d321
commit 9d68682654
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,7 @@ poetry add cognee
```
import os
os.environ["OPENAI_API_KEY"] = "YOUR OPENAI_API_KEY"
os.environ["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)