aicommits 2.0.0-develop.14 → 2.0.0-develop.15

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 CHANGED
@@ -20,7 +20,7 @@
20
20
  npm install -g aicommits@develop
21
21
  ```
22
22
 
23
- > We need @develop since v2 is still not released as latest/main! Don't remove it to test v2!
23
+ > We need @develop since v2 is still not released as latest/main!
24
24
 
25
25
  2. Run the setup command to choose your AI provider:
26
26
 
@@ -40,6 +40,7 @@ This will guide you through:
40
40
  - **OpenAI** - Get your API key from [OpenAI API Keys page](https://platform.openai.com/account/api-keys)
41
41
  - **OpenRouter** - Get your API key from [OpenRouter](https://openrouter.ai/keys)
42
42
  - **Ollama** (local) - Run AI models locally with [Ollama](https://ollama.ai)
43
+ - **LM Studio** (local) - No API key required. Runs on your computer via [LM Studio](https://lmstudio.ai/)
43
44
  - **Custom OpenAI-compatible endpoint** - Use any service that implements the OpenAI API
44
45
 
45
46
  **For CI/CD environments**, you can also set up configuration via the config file: