Merge pull request #146 from topoteretes/COG-380

Cog 380
This commit is contained in:
Vasilije 2024-10-08 07:45:09 -07:00 committed by GitHub
commit 6eaf0fe27d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,8 @@ or
import cognee
cognee.config.llm_api_key = "YOUR_OPENAI_API_KEY"
```
You can use different LLM providers, for more info check out our <a href="https://topoteretes.github.io/cognee">documentation</a>
You can also set the variables by creating .env file, here is our <a href="https://github.com/topoteretes/cognee/blob/main/.env.template">template.</a>
To use different LLM providers, for more info check out our <a href="https://topoteretes.github.io/cognee">documentation</a>
If you are using Networkx, create an account on Graphistry to visualize results:
```