mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-29 01:31:41 +00:00
Merge 26056fa965 into 4fade39c90
This commit is contained in:
commit
e36cf6d8a6
2 changed files with 8 additions and 5 deletions
|
|
@ -362,7 +362,9 @@ class HonchoClientConfig:
|
|||
)
|
||||
|
||||
base_url = (
|
||||
raw.get("baseUrl")
|
||||
host_block.get("baseUrl")
|
||||
or host_block.get("base_url")
|
||||
or raw.get("baseUrl")
|
||||
or raw.get("base_url")
|
||||
or os.environ.get("HONCHO_BASE_URL", "").strip()
|
||||
or None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue