We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8cb7c commit 9b6a33fCopy full SHA for 9b6a33f
src/agentlab/llm/chat_api.py
@@ -479,7 +479,7 @@ def __init__(
479
min_retry_wait_time=min_retry_wait_time,
480
api_key_env_var="VLLM_API_KEY",
481
client_class=OpenAI,
482
- client_args={"base_url": "http://0.0.0.0:8000/v1"},
+ client_args={"base_url": os.getenv("VLLM_API_URL", "http://localhost:8000/v1")},
483
pricing_func=None,
484
)
485
0 commit comments