File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -203,19 +203,6 @@ If you use ChatGPT through a HTTP proxy (for example you are in a corporate netw
203
203
For this, use =chatgpt-shell-proxy=.
204
204
205
205
For example, if you want curl =-x= and =http://your_proxy=, set =chatgpt-shell-proxy= to "=http://your_proxy=".
206
-
207
- * Using ChatGPT through Azure OpenAI Service
208
-
209
- Endpoint: =https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}/chat/completions?api-version={api-version}=
210
-
211
- Configure the following variables:
212
-
213
- #+begin_src emacs-lisp
214
- (setq chatgpt-shell-api-url-base "https://{your-resource-name}.openai.azure.com")
215
- (setq chatgpt-shell-api-url-path "/openai/deployments/{deployment-id}/chat/completions?api-version={api-version}")
216
- (setq chatgpt-shell-auth-header (lambda () (format "api-key: %s" (chatgpt-shell-openai-key))))
217
- #+end_src
218
-
219
206
* Launch
220
207
221
208
Launch with =M-x chatgpt-shell=.
You can’t perform that action at this time.
0 commit comments