Closed zilinskyjan closed 6 months ago
Thanks for bringing this up—I have a to-do to update the OpenAI API version, as the current LLooM package was built using an older version that's not up-to-date now. I'll update here when I make that fix!
Hi! I'm loading the pip install version of text_lloom and every time I get the error "AttributeError: module 'openai' has no attribute 'OpenAI'" when I execute 'import text_lloom.workbench as wb'. I see that the dependency is updated in 'requirements.txt', but the PyPi version is loading with the dependency 0.28.
Could you advise me what to do in this case?
Many thanks, @michelle123lam!
@DaryaTereshchenko: yes that was the same error I encountered.
hi @DaryaTereshchenko and @zilinskyjan, which version of text_lloom
are you using now? Yesterday I just pushed a new version 0.7.1 which includes my latest updates to use the new OpenAI version, and I'd updated the package dependencies for the PyPI package to openai = "^1.23.1"
.
Closing this since I believe this has been addressed, but let me know if you still run into issues.
This is a terrific project, but I thought maybe this was worth flagging.
When importing
import text_lloom.workbench as wb
I am occasionally getting:That may not have been intended (?)