deepset-ai / haystack

:mag: AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
https://haystack.deepset.ai
Apache License 2.0
16.93k stars 1.85k forks source link

Replace gpt-3.5-turbo with gpt-4o-mini model #8293

Closed alperkaya closed 1 month ago

alperkaya commented 1 month ago

Related Issues

How did you test it?

Notes for the reviewer

Checklist

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

davidsbatista commented 1 month ago

Hi @alperkaya , thanks for your contribution.

We need to treat this as a breaking change. Can you please also open a separate PR to issue a warning whenever gpt-3.5-turbo is used? Something similar to this: https://github.com/deepset-ai/haystack/commit/ff75444f53e8dacde3c0ca34729a2710640f49af

And feel free to assign me as a reviewer