1
0
Fork 0

elia: update to latest claude sonnet 3.5 model

This commit is contained in:
Luca Bilke 2024-10-23 12:56:16 +02:00
parent ec52db4418
commit 5bb7be8adc
Signed by: luca
GPG Key ID: F6E11C9BAA7C82F5
1 changed files with 2 additions and 2 deletions

View File

@ -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"