feat(idols-ai): add ollama

This commit is contained in:
Ryan Yin
2025-04-30 14:03:21 +08:00
parent 25e1604cda
commit 8c40436e41
5 changed files with 48 additions and 0 deletions

View File

@@ -21,6 +21,11 @@ return {
opts = {
-- add any opts here
provider = "deepseek_coder",
ollama = {
endpoint = "http://127.0.0.1:11434", -- Note that there is no /v1 at the end.
model = "modelscope.cn/unsloth/Qwen3-30B-A3B-GGUF",
-- model = "modelscope.cn/unsloth/Qwen3-235B-A22B-GGUF",
},
vendors = {
openrouter_claude_4_7_sonnet = {
__inherited_from = "openai",