2024-10-23 12:56:16 +02:00
|
|
|
default_model = "anthropic/claude-3-5-sonnet-latest"
|
2024-10-21 09:01:11 +02:00
|
|
|
system_prompt = "You are a coding and linux system administration assistant."
|
2024-10-16 19:37:30 +02:00
|
|
|
theme = "monokai"
|
|
|
|
|
|
|
|
[[models]]
|
2024-10-23 12:56:16 +02:00
|
|
|
name = "anthropic/claude-3-5-sonnet-latest"
|
2024-10-16 19:37:30 +02:00
|
|
|
temperature = 0.5
|
|
|
|
api_key = "<#anthropic_apikey#>"
|
|
|
|
api_base = "https://api.anthropic.com/v1/messages"
|