karthink / gptel

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

update README for Azure #158

Closed goofansu closed 3 months ago

goofansu commented 6 months ago

Follow up https://github.com/karthink/gptel/discussions/156

karthink commented 6 months ago

Thanks for the PR! I have an idea for using a single gptel backend with multiple Azure models/deployments, I want to check with you if that can work first. Can you give me two distinct examples of urls for Azure deployments?

I mean two examples of this string:

/openai/deployments/YOUR_DEPLOYMENT_NAME/chat/completions?api-version=2023-05-15

(I don't have access to Azure)

goofansu commented 6 months ago

Hi @karthink, I configured two:

Notice:

goofansu commented 3 months ago

Closing the PR as #156 is enough to explain the Azure OpenAI configuration.