diff options
Diffstat (limited to 'pi')
| -rw-r--r-- | pi/agent/models.json | 12 | ||||
| -rw-r--r-- | pi/agent/settings.json | 2 |
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" |
