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.
- package/README.md +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
|
|
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
|
|
275
|
+
export COST_KATANA_API_KEY="dak_your_key"
|
|
276
276
|
```
|
|
277
277
|
|
|
278
278
|
### "Model not available"
|