From 9685db9ecd0a964001edae93d42b7d65a2fae076 Mon Sep 17 00:00:00 2001 From: chatgpt-tricks <143020293+chatgpt-tricks@users.noreply.github.com> Date: Tue, 19 Sep 2023 20:00:59 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3