summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c69d2f66..c8c68a1e 100644
--- a/README.md
+++ b/README.md
@@ -297,7 +297,7 @@ python3 -m interference.app
```py
import openai
-openai.api_key = "Emppty if you dont use embeddings, otherwise your hugginface token"
+openai.api_key = "Empty if you don't use embeddings, otherwise your hugginface token"
openai.api_base = "http://localhost:1337"