summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-14 22:24:08 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-14 22:24:08 +0900
commitcb97e3b08b387d6255a80577a796fb9d47af3bd5 (patch)
tree61c511a2fff28832eaa60e48866015ff74023099
parentb5fef98bc8813ffb26a9a4a20305e6e551d8597a (diff)
modified plugins/ai.lua
-rw-r--r--mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ai.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ai.lua b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ai.lua
index 3e5c375..9fb46fc 100644
--- a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ai.lua
+++ b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ai.lua
@@ -330,6 +330,15 @@ return {
max_tokens = 20480,
},
},
+ openai = {
+ endpoint = "https://api.openai.com/v1", -- The LLM API endpoint
+ model = "gpt-5",
+ timeout = 30000,
+ extra = {
+ temperature = 0.7,
+ max_tokens = 20480,
+ },
+ },
moonshot = {
endpoint = "https://api.moonshot.ai/v1",
model = "kimi-k2-0711-preview",