mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-12 20:22:46 +00:00
Merge pull request #652 from pchalasani/fix-langroid
proxy server: fix langroid part
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user