Compare commits

..

2 Commits

Author SHA1 Message Date
mrosati 2387f025f9 add models 2026-05-27 11:37:17 +02:00
mrosati c28b93e792 updates 2026-05-27 11:37:08 +02:00
2 changed files with 24 additions and 3 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"providers": {
"ollama": {
"api": "openai-completions",
"apiKey": "ollama",
"baseUrl": "http://127.0.0.1:11434/v1",
"models": [
{
"_launch": true,
"contextWindow": 131072,
"id": "gemma4:e4b",
"input": [
"text",
"image"
],
"reasoning": true
}
]
}
}
}
+3 -3
View File
@@ -1,7 +1,7 @@
{
"lastChangelogVersion": "0.75.4",
"lastChangelogVersion": "0.75.5",
"defaultProvider": "openai-codex",
"defaultModel": "gpt-5.4",
"defaultModel": "gpt-5.5",
"packages": [
"npm:@sherif-fanous/pi-catppuccin",
"npm:pi-web-access",
@@ -10,5 +10,5 @@
],
"theme": "catppuccin-frappe",
"editorPaddingX": 0,
"defaultThinkingLevel": "medium"
"defaultThinkingLevel": "high"
}