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