aicommits 1.12.0-develop.4 → 1.12.0-develop.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.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/dist/cli.mjs +73 -73
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -36,6 +36,7 @@ This will guide you through:
36
36
 
37
37
  - **TogetherAI** (recommended) - Get your API key from [TogetherAI](https://api.together.ai/)
38
38
  - **OpenAI** - Get your API key from [OpenAI API Keys page](https://platform.openai.com/account/api-keys)
39
+ - **OpenRouter** - Get your API key from [OpenRouter](https://openrouter.ai/keys)
39
40
  - **Ollama** (local) - Run AI models locally with [Ollama](https://ollama.ai)
40
41
  - **Custom OpenAI-compatible endpoint** - Use any service that implements the OpenAI API
41
42