Skip to content

Commit f6356ca

Browse files
author
xenodium
committed
Removing obsolete instructions
1 parent 9c896fe commit f6356ca

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.org

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -203,19 +203,6 @@ If you use ChatGPT through a HTTP proxy (for example you are in a corporate netw
203203
For this, use =chatgpt-shell-proxy=.
204204

205205
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-
219206
* Launch
220207

221208
Launch with =M-x chatgpt-shell=.

0 commit comments

Comments
 (0)