feat: goose2 add support for custom providers in ui & acp (#8924)

This commit is contained in:
Kalvin C
2026-04-30 14:05:10 -07:00
committed by GitHub
parent 7d69e1448d
commit ef73610cc1
57 changed files with 7047 additions and 854 deletions
+1 -1
View File
@@ -2093,7 +2093,7 @@ fn add_provider() -> anyhow::Result<()> {
engine: provider_type.to_string(),
display_name: display_name.clone(),
api_url,
api_key,
api_key: requires_auth.then_some(api_key),
models,
supports_streaming: Some(supports_streaming),
headers,