Update README.md
This commit is contained in:
parent
06b782ccc2
commit
cc489d55ca
1 changed files with 5 additions and 0 deletions
|
|
@ -66,6 +66,11 @@ import os
|
||||||
os.environ["LLM_API_KEY"] = "YOUR OPENAI_API_KEY"
|
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)
|
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
|
### Run
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue