fix it to use env vars if available (#1063)

This commit is contained in:
Michael Neale
2025-02-04 19:11:30 +11:00
committed by GitHub
parent 3f23061831
commit dd55c42342
6 changed files with 22 additions and 6 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ fn setup_profile(temp_dir_path: &Path, profile_string: Option<&str>) {
"profile_items": {
"default": {
"provider": "databricks",
"model": "claude-3-5-sonnet-2",
"model": "goose",
"additional_extensions": []
}
}