opencommit 3.2.9 → 3.2.10

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 -1
  2. package/out/cli.cjs +553 -306
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -106,7 +106,7 @@ Create a `.env` file and add OpenCommit config variables there like this:
106
106
 
107
107
  ```env
108
108
  ...
109
- OCO_AI_PROVIDER=<openai (default), anthropic, azure, ollama, gemini, flowise, deepseek>
109
+ OCO_AI_PROVIDER=<openai (default), anthropic, azure, ollama, gemini, flowise, deepseek, aimlapi>
110
110
  OCO_API_KEY=<your OpenAI API token> // or other LLM provider API token
111
111
  OCO_API_URL=<may be used to set proxy path to OpenAI api>
112
112
  OCO_API_CUSTOM_HEADERS=<JSON string of custom HTTP headers to include in API requests>