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.94k stars 1.85k forks source link

doc: warning added for deprectaion of `gpt-3.5` as default model for OpenAI generators #8300

Closed alperkaya closed 1 month ago

alperkaya commented 1 month ago

Related Issues

Proposed Changes:

How did you test it?

Checklist

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

alperkaya commented 1 month ago

@davidsbatista

davidsbatista commented 1 month ago

no need to add the warning to the tests just in the initialisation of the following components:

davidsbatista commented 1 month ago

@alperkaya please sign the Contributor License Agreement otherwise this can't be merged.

Just a few notes:

And thank you once again for the initiative, appreciated!

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10603913624

Details


Files with Coverage Reduction New Missed Lines %
components/generators/openai.py 3 96.51%
components/generators/chat/openai.py 13 79.65%
<!-- Total: 16 -->
Totals Coverage Status
Change from base Build 10598482118: 0.005%
Covered Lines: 7002
Relevant Lines: 7763

💛 - Coveralls
alperkaya commented 1 month ago

@alperkaya please sign the Contributor License Agreement otherwise this can't be merged.

Just a few notes:

* Be sure to fill in the PR comments giving a bit more details as the template suggests.

* Give a more complete title to the PR and be sure to add the prefix.

* When in doubt ask/comment in the PR comments.

And thank you once again for the initiative, appreciated!

Hi @davidsbatista,

Thank you for clear instructions and descriptions. I just sign the license. I hope it is ready for merge now.