Skip to content
Merged
1 change: 1 addition & 0 deletions crates/goose-cli/src/scenario_tests/provider_configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ static PROVIDER_CONFIGS: LazyLock<Vec<ProviderConfig>> = LazyLock::new(|| {
"claude-3-5-sonnet",
Some("No keys available"),
),
ProviderConfig::simple_skip("cursor-agent", "gpt-5", Some("No keys available")),
ProviderConfig::simple_skip(
"databricks",
"databricks-dbrx-instruct",
Expand Down
Loading
Loading