We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670a399 commit 103f90dCopy full SHA for 103f90d
README.md
@@ -237,6 +237,16 @@ oco config set OCO_AI_PROVIDER=flowise OCO_API_KEY=<your_flowise_api_key> OCO_AP
237
oco config set OCO_AI_PROVIDER=ollama OCO_API_KEY=<your_ollama_api_key> OCO_API_URL=<your_ollama_endpoint>
238
```
239
240
+### Use with Proxy
241
+
242
+If you are behind a proxy, you can set it in the config:
243
244
+```sh
245
+oco config set OCO_PROXY=http://127.0.0.1:7890
246
+```
247
248
+Or it will automatically use `HTTPS_PROXY` or `HTTP_PROXY` environment variables.
249
250
### Locale configuration
251
252
To globally specify the language used to generate commit messages:
0 commit comments