diff --git a/common/.config/elia/config.toml b/common/.config/elia/config.toml new file mode 100644 index 00000000..57357262 --- /dev/null +++ b/common/.config/elia/config.toml @@ -0,0 +1,9 @@ +default_model = "anthropic/claude-3-5-sonnet-20240620" +system_prompt = "You are a coding and system administration assistant." +theme = "monokai" + +[[models]] +name = "anthropic/claude-3-5-sonnet-20240620" +temperature = 0.5 +api_key = "<#anthropic_apikey#>" +api_base = "https://api.anthropic.com/v1/messages"