fadingNA / chat-completion-api

Chat Minal is a completion and some specific define prompt for user eg summarize, analze and more.
MIT License
2 stars 2 forks source link

Change default model to a free OpenAI model #1

Closed hpatel292-seneca closed 2 weeks ago

hpatel292-seneca commented 2 weeks ago

The current code sets the default model to "gpt-4o", which is a paid model. Many users may not have access to this paid model. To improve accessibility for all users, please change the default model to a free option, such as "gpt-3.5-turbo". image

fadingNA commented 2 weeks ago

Screenshot 2024-09-11 at 8 40 26 PM

From 2024 OpenAI currently not offer any free models for chat completion, anyhow I will see what I can do to switch to another provider.