karthink / gptel

A simple LLM client for Emacs
GNU General Public License v3.0
1.04k stars 113 forks source link

update the instruction for Azure #147

Closed nicehiro closed 6 months ago

nicehiro commented 6 months ago
  1. According to Azure OpenAI documents, the chat API endpoint should be "/openai/deployments/gpt-4/chat/completions?api-version=2023-05-15" and the one show in README is the completion API without "chat".
  2. Azure OpenAI also requires an API key.

This PR is related to https://github.com/karthink/gptel/issues/143.

karthink commented 6 months ago

Cheers @nicehiro!