mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-07-25 07:41:01 +02:00
Support Atlas Cloud base URL override
This commit is contained in:
parent
0124ab9df3
commit
a7e77532db
3 changed files with 12 additions and 6 deletions
|
|
@ -2242,6 +2242,7 @@ async fn build_llm_provider(cli: &Cli) -> Result<Box<dyn LlmProvider>, String> {
|
|||
"atlascloud" => {
|
||||
let provider = webclaw_llm::providers::atlascloud::AtlasCloudProvider::new(
|
||||
None,
|
||||
cli.llm_base_url.clone(),
|
||||
cli.llm_model.clone(),
|
||||
)
|
||||
.ok_or("ATLASCLOUD_API_KEY not set")?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue