summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-31 09:59:53 +0300
committerPaul Buetow <paul@buetow.org>2026-05-31 09:59:53 +0300
commita6b6a0174d249c10959f0e91c47f68d3328efaae (patch)
tree076dab835b7085db541ed12a4a7c36d0dd159598
parent222976aa236c5d59cbacb2b325e3344f92f6f152 (diff)
fix
-rw-r--r--pi/agent/models.json12
-rw-r--r--pi/agent/settings.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/pi/agent/models.json b/pi/agent/models.json
index 13b41ab..23f0656 100644
--- a/pi/agent/models.json
+++ b/pi/agent/models.json
@@ -2,7 +2,7 @@
"providers": {
"hyperstack": {
"baseUrl": "http://hyperstack1.wg1:11434/v1",
- "apiKey": "EMPTY",
+ "apiKey": "local",
"api": "openai-completions",
"compat": {
"supportsStore": false,
@@ -160,7 +160,7 @@
},
"hyperstack1": {
"baseUrl": "http://hyperstack1.wg1:11434/v1",
- "apiKey": "EMPTY",
+ "apiKey": "local",
"api": "openai-completions",
"compat": {
"supportsStore": false,
@@ -318,7 +318,7 @@
},
"hyperstack2": {
"baseUrl": "http://hyperstack2.wg1:11434/v1",
- "apiKey": "EMPTY",
+ "apiKey": "local",
"api": "openai-completions",
"compat": {
"supportsStore": false,
@@ -498,7 +498,7 @@
},
"ollama": {
"baseUrl": "http://127.0.0.1:11434/v1",
- "apiKey": "EMPTY",
+ "apiKey": "local",
"api": "openai-completions",
"compat": {
"supportsStore": false,
@@ -720,7 +720,7 @@
],
"cost": {
"input": 0.15,
- "output": 1.0,
+ "output": 1,
"cacheRead": 0,
"cacheWrite": 0
},
@@ -740,4 +740,4 @@
]
}
}
-} \ No newline at end of file
+}
diff --git a/pi/agent/settings.json b/pi/agent/settings.json
index 2c0da68..be1f366 100644
--- a/pi/agent/settings.json
+++ b/pi/agent/settings.json
@@ -1,5 +1,5 @@
{
- "lastChangelogVersion": "0.75.5",
+ "lastChangelogVersion": "0.78.0",
"defaultProvider": "ollama",
"defaultModel": "minimax-m2.7:cloud",
"defaultThinkingLevel": "high"