karthink / gptel

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

Add gpt-3.5-turbo-16k support #80

Closed dszakallas closed 1 year ago

dszakallas commented 1 year ago

I would like to request support for the gpt-3.5-turbo-16k model.

PalaceChan commented 1 year ago

There is an outstanding PR which could do this / is the ideal place for this. (not just the 16k context gpt 3.5 but also the 32k context gpt 4)

karthink commented 1 year ago

While the PR is pending, you could also just run (setq gptel-model "gpt-3.5-turbo-16k") and it should work.

karthink commented 1 year ago

The PR has been merged.