Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
This commit is contained in:
Andriy Mulyar 2023-05-16 13:07:27 -04:00 committed by GitHub
parent 1142b09377
commit d30b136611

View File

@ -24,7 +24,7 @@ import openai
openai.api_base = "http://localhost:4891/v1" openai.api_base = "http://localhost:4891/v1"
#openai.api_base = "https://api.openai.com/v1" #openai.api_base = "https://api.openai.com/v1"
openai_api_key = "no 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 # Set up the prompt and other parameters for the API request
prompt = "Who is Michael Jordan?" prompt = "Who is Michael Jordan?"