openhorizon-cli 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -104,7 +104,7 @@ async function* streamCompletion(baseUrl, apiKey, model, messages) {
104
104
  Authorization: `Bearer ${apiKey}`,
105
105
  "x-api-key": apiKey,
106
106
  "x-client": "openhorizon-cli",
107
- "x-client-version": "1.0.0"
107
+ "x-client-version": "1.0.2"
108
108
  },
109
109
  body: JSON.stringify({ model, messages, stream: true })
110
110
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openhorizon-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Official CLI for OpenHorizon — chat with AI models directly from your terminal",
5
5
  "type": "module",
6
6
  "bin": {