diff --git a/common/.config/elia/config.toml b/common/.config/elia/config.toml index 8fe6bb031..22305a352 100644 --- a/common/.config/elia/config.toml +++ b/common/.config/elia/config.toml @@ -1,9 +1,9 @@ -default_model = "anthropic/claude-3-5-sonnet-20240620" +default_model = "anthropic/claude-3-5-sonnet-latest" system_prompt = "You are a coding and linux system administration assistant." theme = "monokai" [[models]] -name = "anthropic/claude-3-5-sonnet-20240620" +name = "anthropic/claude-3-5-sonnet-latest" temperature = 0.5 api_key = "<#anthropic_apikey#>" api_base = "https://api.anthropic.com/v1/messages"