elia: update to latest claude sonnet 3.5 model
This commit is contained in:
parent
ec52db4418
commit
5bb7be8adc
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue