From 89f40f78500d20983b0e76ae00e954f057fa2b39 Mon Sep 17 00:00:00 2001
From: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
Date: Tue, 8 Oct 2024 06:51:56 -0700
Subject: [PATCH 1/2] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 64d88756a..1b882d0a1 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,7 @@ or
import cognee
cognee.config.llm_api_key = "YOUR_OPENAI_API_KEY"
```
+You can also set the variables by creating .env file, hree is our template
You can use different LLM providers, for more info check out our documentation
If you are using Networkx, create an account on Graphistry to visualize results:
From 4083e80cf7fefa8e74dc97999ac43a1c57ca0095 Mon Sep 17 00:00:00 2001
From: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
Date: Tue, 8 Oct 2024 06:52:46 -0700
Subject: [PATCH 2/2] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 1b882d0a1..a44a7d59f 100644
--- a/README.md
+++ b/README.md
@@ -61,8 +61,8 @@ or
import cognee
cognee.config.llm_api_key = "YOUR_OPENAI_API_KEY"
```
-You can also set the variables by creating .env file, hree is our template
-You can use different LLM providers, for more info check out our documentation
+You can also set the variables by creating .env file, here is our template.
+To use different LLM providers, for more info check out our documentation
If you are using Networkx, create an account on Graphistry to visualize results:
```