mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-21 07:14:27 +01:00
fix: Set default model configuration for the Google provider. (#131)
This commit is contained in:
@@ -8,6 +8,7 @@ Providers in Goose mean "LLM providers" that Goose can interact with. Providers
|
||||
* Azure
|
||||
* Bedrock
|
||||
* Databricks
|
||||
* Google
|
||||
* Ollama
|
||||
* OpenAI
|
||||
|
||||
|
||||
@@ -102,6 +102,7 @@ def default_model_configuration() -> Tuple[str, str, str]:
|
||||
"databricks-meta-llama-3-1-70b-instruct",
|
||||
"databricks-meta-llama-3-1-70b-instruct",
|
||||
),
|
||||
"google": ("gemini-1.5-flash", "gemini-1.5-flash"),
|
||||
}
|
||||
processor, accelerator = recommended.get(provider, ("gpt-4o", "gpt-4o-mini"))
|
||||
return provider, processor, accelerator
|
||||
|
||||
Reference in New Issue
Block a user