deepset-ai / haystack

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
17.72k stars 1.92k forks source link

docs: change default model to gpt-4o-mini #8383

Closed dfokina closed 1 month ago

dfokina commented 1 month ago

All components whose init() default model is gpt3.5-turbo now changed to gpt-4o-mini. See PR https://github.com/deepset-ai/haystack/pull/8360