aicommits 2.0.0-develop.23 → 2.0.0-develop.24
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 +3 -1
- package/dist/{cli-CdUsaZHU.mjs → cli-BX80w-o3.mjs} +31 -31
- package/dist/cli.mjs +1 -1
- package/dist/{token-DOYMhGwX.mjs → token-B1ZqEfyr.mjs} +1 -1
- package/dist/{token-util-CD81tiX_.mjs → token-util-ByalEZMA.mjs} +1 -1
- package/dist/{token-util-DbfFzcBE.mjs → token-util-uC3xURFE.mjs} +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,6 +39,8 @@ This will guide you through:
|
|
|
39
39
|
|
|
40
40
|
- **TogetherAI** (recommended) - Get your API key from [TogetherAI](https://api.together.ai/)
|
|
41
41
|
- **OpenAI** - Get your API key from [OpenAI API Keys page](https://platform.openai.com/account/api-keys)
|
|
42
|
+
- **Groq** - Get your API key from [Groq Console](https://console.groq.com/keys)
|
|
43
|
+
- **xAI** - Get your API key from [xAI Console](https://console.x.ai/)
|
|
42
44
|
- **OpenRouter** - Get your API key from [OpenRouter](https://openrouter.ai/keys)
|
|
43
45
|
- **Ollama** (local) - Run AI models locally with [Ollama](https://ollama.ai)
|
|
44
46
|
- **LM Studio** (local) - No API key required. Runs on your computer via [LM Studio](https://lmstudio.ai/)
|
|
@@ -287,7 +289,7 @@ Model to use for OpenAI-compatible providers.
|
|
|
287
289
|
|
|
288
290
|
#### provider
|
|
289
291
|
|
|
290
|
-
The selected AI provider. Set automatically during `aicommits setup`. Valid values: `openai`, `togetherai`, `ollama`, `custom`.
|
|
292
|
+
The selected AI provider. Set automatically during `aicommits setup`. Valid values: `openai`, `togetherai`, `groq`, `xai`, `openrouter`, `ollama`, `lmstudio`, `custom`.
|
|
291
293
|
|
|
292
294
|
#### locale
|
|
293
295
|
|