karthink / gptel

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

Update available OpenAI GPT models to match API #146

Closed moritzschaefer closed 7 months ago

moritzschaefer commented 7 months ago

Since a month, OpenAI offers access to the faster and cheaper GPT4 turbo model. This PR replaces the non-existent GPT-4-32k model with that new existent model

karthink commented 7 months ago

@moritzschaefer Thank you for keeping up with the API changes!