From 5bb7be8adc01f65ca2091133c296c96505255692 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Wed, 23 Oct 2024 12:56:16 +0200 Subject: [PATCH] elia: update to latest claude sonnet 3.5 model --- common/.config/elia/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"