From cc489d55cab8f5681d4ae15de018549b76d5741e Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Sun, 26 May 2024 21:44:58 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8018452c3..531951e3f 100644 --- a/README.md +++ b/README.md @@ -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