upstash / rag-chat

Batteries included SDK for RAG development.
https://upstash.com/docs/vector/sdks/rag-chat/gettingstarted
MIT License
142 stars 29 forks source link

Request to add the new OpenAI chat model "gpt-4o-mini" #65

Closed danielstals closed 5 days ago

danielstals commented 2 weeks ago

It would be great if OpenAI model "gpt-4o-mini" was added to the OpenAIChatModel union type (which is used to select a openai model inside RAGChatConfig), it is a new and very affordable model that they have now marked as one of their flagship models (See: Link). Note their comment:

We recommend choosing gpt-4o-mini where you would have previously used gpt-3.5-turbo as this model is more capable and cheaper.

ogzhanolguncu commented 2 weeks ago

We'll do it ASAP.

danielstals commented 2 weeks ago

@ogzhanolguncu See PR #66

ogzhanolguncu commented 2 weeks ago

Thanks man. Let us know if you need any help or feature request.

ogzhanolguncu commented 2 weeks ago

Available at https://github.com/upstash/rag-chat/releases/tag/v1.5.0

yunusemreozdemir commented 5 days ago

Closing this issue as it was solved in PR #66 and released in v1.5.0.