moving to apt

This commit is contained in:
Blake Ridgway
2026-07-06 12:40:09 -05:00
parent f44ef8fc60
commit 83f15212ae
5 changed files with 21 additions and 21 deletions

View File

@@ -134,7 +134,7 @@ return {
__inherited_from = "openai",
api_key_name = "cmd:grep -m1 DEEPSEEK_API_KEY ~/.bashrc | grep -oP '(?<=\")[^\"]*(?=\")'",
endpoint = "https://api.deepseek.com/v1",
model = "deepseek-chat",
model = "deepseek-reasoner",
extra_request_body = { temperature = 0, max_tokens = 8192 },
},
},
@@ -160,7 +160,7 @@ return {
openai_compatible = {
api_key = "DEEPSEEK_API_KEY",
end_point = "https://api.deepseek.com/chat/completions",
model = "deepseek-chat",
model = "deepseek-reasoner",
name = "DeepSeek",
optional = { max_tokens = 256, top_p = 0.9 },
},