From 3b407a3bd1ec32330c8a3904e5aede911553a523 Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Tue, 16 May 2023 13:15:00 -0400 Subject: [PATCH] Update gpt4all_chat.md (#601) Signed-off-by: Andriy Mulyar --- gpt4all-bindings/python/docs/gpt4all_chat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-bindings/python/docs/gpt4all_chat.md b/gpt4all-bindings/python/docs/gpt4all_chat.md index d42a72b4..753ae32a 100644 --- a/gpt4all-bindings/python/docs/gpt4all_chat.md +++ b/gpt4all-bindings/python/docs/gpt4all_chat.md @@ -24,7 +24,7 @@ import openai openai.api_base = "http://localhost:4891/v1" #openai.api_base = "https://api.openai.com/v1" -openai_api_key = "not needed for a local LLM" +openai.api_key = "not needed for a local LLM" # Set up the prompt and other parameters for the API request prompt = "Who is Michael Jordan?"