diff options
Diffstat (limited to 'pi/agent/models.json')
| -rw-r--r-- | pi/agent/models.json | 12 |
1 files changed, 6 insertions, 6 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 +} |
