We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9683f7a commit 4584434Copy full SHA for 4584434
README.md
@@ -123,6 +123,14 @@ Now, supported languages are:
123
gptcommit config set allow-amend true
124
```
125
126
+### Proxy configuration support
127
+
128
+Configure an OpenAI proxy using
129
130
+```sh
131
+gptcommit config set openai.proxy "my_http_proxy...."
132
+```
133
134
## Common Issues / FAQs
135
136
### How can I reduce my OpenAI usage bill?
@@ -178,7 +186,7 @@ This project is licensed under the [MIT License](./LICENSE).
178
186
179
187
---
180
188
181
-# Detailed Help Usage
189
+## Detailed Help Usage
182
190
183
191
184
192
$ gptcommit -h
0 commit comments