Update gpt4all_chat.md (#601)

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
pull/913/head
Andriy Mulyar 1 year ago committed by GitHub
parent d30b136611
commit 980ecb6370

@ -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?"

Loading…
Cancel
Save