fix: default ollama to tested model (#88)
Signed-off-by: Adrian Cole <adrian.cole@elastic.co>
This commit is contained in:
@@ -9,6 +9,8 @@ from rich.prompt import Confirm
|
|||||||
from rich.text import Text
|
from rich.text import Text
|
||||||
from ruamel.yaml import YAML
|
from ruamel.yaml import YAML
|
||||||
|
|
||||||
|
from exchange.providers.ollama import OLLAMA_MODEL
|
||||||
|
|
||||||
from goose.profile import Profile
|
from goose.profile import Profile
|
||||||
from goose.utils import load_plugins
|
from goose.utils import load_plugins
|
||||||
from goose.utils.diff import pretty_diff
|
from goose.utils.diff import pretty_diff
|
||||||
@@ -127,6 +129,7 @@ def default_model_configuration() -> Tuple[str, str, str]:
|
|||||||
)
|
)
|
||||||
|
|
||||||
recommended = {
|
recommended = {
|
||||||
|
"ollama": (OLLAMA_MODEL, OLLAMA_MODEL),
|
||||||
"openai": ("gpt-4o", "gpt-4o-mini"),
|
"openai": ("gpt-4o", "gpt-4o-mini"),
|
||||||
"anthropic": (
|
"anthropic": (
|
||||||
"claude-3-5-sonnet-20240620",
|
"claude-3-5-sonnet-20240620",
|
||||||
|
|||||||
Reference in New Issue
Block a user