feat(nvim): add hyperbolic secret key

This commit is contained in:
tux
2025-01-21 20:37:21 +05:30
parent e233b004a2
commit 83ec5a88b6
3 changed files with 38 additions and 1 deletions

View File

@ -10,7 +10,7 @@ local opts = {
hyperbolic = {
__inherited_from = "openai",
api_key_name = "DEEPSEEK_API_KEY",
api_key_name = "cmd:cat /run/secrets/hyperbolic_api_key",
endpoint = "https://api.hyperbolic.xyz/v1",
model = "deepseek-ai/DeepSeek-V3",
temperature = 0,