mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
feat(nvim): change model to deepseek r1
This commit is contained in:
@ -12,7 +12,7 @@ local opts = {
|
||||
__inherited_from = "openai",
|
||||
api_key_name = "cmd:cat /run/secrets/hyperbolic_api_key",
|
||||
endpoint = "https://api.hyperbolic.xyz/v1",
|
||||
model = "deepseek-ai/DeepSeek-V3",
|
||||
model = "deepseek-ai/DeepSeek-R1",
|
||||
temperature = 0,
|
||||
max_tokens = 4096,
|
||||
},
|
||||
|
Reference in New Issue
Block a user