cove-ai 0.1.4 → 0.1.6
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 +6 -1
- package/dist/index.js +134 -128
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,12 @@ curl -fsSL https://bun.sh/install | bash && ~/.bun/bin/bun add -g cove-ai && ~/.
|
|
|
20
20
|
cove
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
On first run
|
|
23
|
+
On first run:
|
|
24
|
+
1. Type `/provider` to select a provider and enter your API key
|
|
25
|
+
2. Type `/model` to change model (optional)
|
|
26
|
+
3. Start chatting!
|
|
27
|
+
|
|
28
|
+
Supported providers:
|
|
24
29
|
- OpenAI
|
|
25
30
|
- Anthropic
|
|
26
31
|
- Google Gemini
|