10 lines
307 B
TOML
10 lines
307 B
TOML
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-latest"
|
|
temperature = 0.5
|
|
api_key = "<#anthropic_apikey#>"
|
|
api_base = "https://api.anthropic.com/v1/messages"
|