From cb97e3b08b387d6255a80577a796fb9d47af3bd5 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 14 Sep 2025 22:24:08 +0900 Subject: modified plugins/ai.lua --- mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ai.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mac') 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", -- cgit v1.2.3