mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 15:28:14 -05:00
Session: set base_url in default_llm_config (#3003)
This commit is contained in:
@@ -89,6 +89,9 @@ class Session:
|
||||
default_llm_config.api_key = args.get(
|
||||
ConfigType.LLM_API_KEY, default_llm_config.api_key
|
||||
)
|
||||
default_llm_config.base_url = args.get(
|
||||
ConfigType.LLM_BASE_URL, default_llm_config.base_url
|
||||
)
|
||||
|
||||
# TODO: override other LLM config & agent config groups (#2075)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user