cost-katana-cli 2.0.0 → 2.0.1

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -166,7 +166,7 @@ cost-katana config set daily-limit 5
166
166
 
167
167
  ```bash
168
168
  # Alternative to init command
169
- export COST_KATANA_KEY="dak_your_key"
169
+ export COST_KATANA_API_KEY="dak_your_key"
170
170
  export COST_KATANA_MODEL="gpt-4"
171
171
  ```
172
172
 
@@ -272,7 +272,7 @@ cost-katana chat
272
272
  cost-katana init
273
273
 
274
274
  # Or set environment variable
275
- export COST_KATANA_KEY="dak_your_key"
275
+ export COST_KATANA_API_KEY="dak_your_key"
276
276
  ```
277
277
 
278
278
  ### "Model not available"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cost-katana-cli",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "The simplest AI CLI. Chat with any AI model and track costs automatically.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",