MichielvanBeers / Flow.Launcher.Plugin.ChatGPT

MIT License
37 stars 5 forks source link

New GPT models #55

Closed DRYN07 closed 2 months ago

DRYN07 commented 2 months ago

Should I see new models like GPT-4o? Or is that the -0613?

image

mlazzarotto commented 2 months ago

The list of models is hard coded inside the plugin configuration. Therefore, unless you want to wait for an update from the developer, you can manually add GPT 4o in your computer. To do so, go to %APPDATA%\FlowLauncher\Plugins\ChatGPT-1.2.0\, open SettingsTemplate.yaml and add - gpt-4o.

      options:
        - gpt-3.5-turbo
        - gpt-4
        - gpt-4-0125-preview
        - gpt-4-turbo-preview
        - gpt-4-1106-preview
        - gpt-4-0613
        - gpt-4o

Finally, save Flow Launcher settings and restart it.