Merge pull request #652 from pchalasani/fix-langroid

proxy server: fix langroid part
This commit is contained in:
Ishaan Jaff 2023-10-19 15:34:40 -07:00 committed by GitHub
commit 90ce8e4afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -379,7 +379,7 @@ from langroid.language_models.openai_gpt import OpenAIGPTConfig, OpenAIGPT
# configure the LLM
my_llm_config = OpenAIGPTConfig(
#format: "local/[URL where LiteLLM proxy is listening]
# where proxy server is listening
api_base="http://0.0.0.0:8000",
)