Skip to content

Commit 22dbdb0

Browse files
Create models.json
1 parent 60ba89e commit 22dbdb0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.pi/agent/models.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"providers": {
3+
"llama-cpp": {
4+
"baseUrl": "http://localhost:8080/v1",
5+
"api": "openai-completions",
6+
"apiKey": "none",
7+
"models": [
8+
{
9+
"id": "Qwen3.5-122B-A10B-GGUF"
10+
}
11+
]
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)