intuit / Trapheus

This tool automates restoration of RDS database instances from snapshots into any dev, staging or production environments. It supports individual RDS Snapshot as well as cluster snapshot restore operations.
https://intuit.github.io/Trapheus/
MIT License
106 stars 53 forks source link

Explore the pre version of a major upgrade from open ai #173

Closed stationeros closed 11 months ago

stationeros commented 11 months ago

Have a look at the TrapheusAI demo https://github.com/intuit/Trapheus/tree/master/labs/TrapheusAI#-demo

OpenAI is prepping up a major version upgrade https://github.com/openai/openai-python#beta-release . We have a dependency on OpenAI https://github.com/intuit/Trapheus/blob/master/labs/TrapheusAI/requirements.txt#L2 for LLMs.

We can install a pre version of the upgrade by pip install --pre openai

This issue is to explore if anything breaks in TrapheusAI app because of the upgrade post the above installation.

hariingit commented 11 months ago

Please assign it to me

hariingit commented 11 months ago

@stationeros https://github.com/intuit/Trapheus/pull/179 i changed openai to beta version openai==1.0.0b1 other version available 1.0.0b1, 1.0.0b2, 1.0.0b3

stationeros commented 11 months ago

Thanks @hariingit I will test this and get back to you in a day or two

stationeros commented 11 months ago

Thanks for contributing this @hariingit . Merged it now, will upgrade and change it to latest in sometime. CTA:- Do star us to show support