This commit is contained in:
liph
2026-07-04 00:21:43 +02:00
parent 658498860e
commit 7b23a57221
59 changed files with 781 additions and 129 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"providers": {
"ollama": {
"baseUrl": "https://ollama.liphlink.xyz/v1",
"api": "openai-completions",
"apiKey": "44273bd555df45a19fdc850cda42446a.1RJeOoiWkxI5RgyEA-mMHbSK",
"models": [
{
"id": "minimax-m3:cloud"
},
{
"id": "kimi-k2.6:cloud"
}
]
}
}
}