karthink / gptel

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

Add new turbo 0613 models #77

Closed fmguerreiro closed 1 year ago

fmguerreiro commented 1 year ago

Based on the new model update that got announced recently:

スクリーンショット 2023-06-14 15 15 10

Not sure how welcome this is, might get a bit tricky to keep up to date.

karthink commented 1 year ago

Thanks, this looks good.

Could you also update the documentation for the user option gptel-model with the new choices?

fmguerreiro commented 1 year ago

Could you also update the documentation for the user option gptel-model with the new choices?

done in f43562e

PalaceChan commented 1 year ago

in about a week (june 27th) the 3.5 and 4 model series will be promoted and become the same as the 0613 snapshot, obviating this change. Is it worth adding these dangling "symlink" model snapshots (especially late in their life cycle)? On the other hand the more interesting permanent model variants are the 16k 3.5 and the 32k 4.0 models so might it be better to add those instead and link to the openai models page in the docs?

karthink commented 1 year ago

@PalaceChan Didn't know that, thanks for pointing it out. I think it's better to add only the new permanent variants in this case. @fmguerreiro Could you make the change?

fmguerreiro commented 1 year ago

@fmguerreiro Could you make the change?

Done!

karthink commented 1 year ago

Cheers @fmguerreiro, @PalaceChan