frodeheg / OpenAI

GNU General Public License v3.0
5 stars 4 forks source link

Update models and OpenAI client version to V4 #9

Closed tokreutz closed 8 months ago

tokreutz commented 8 months ago

This pullrequest contains:

There are still references to a lot of deprecated models in the app flow path in app.js. This list should also be pruned down to only support the latest chat completions api only.

tokreutz commented 8 months ago

@frodeheg here are the changes to deprecate completion bot, update models, and some more.

Seems to work for me, but there sre still some updates required to app.js to remove ability to select deprecated models and APIs.