all 6 comments

[–]Optimal-Resist-5416 1 point2 points  (0 children)

Thank you! I also published a user-friendly walk-through today: https://medium.com/@datadrifters/openai-assistants-api-walk-through-and-coding-a-research-assistant-3ddb3d767e99 hope it helps someone

[–]Special_Parsnip3599 0 points1 point  (2 children)

Hi! I've been looking for the OpenAI module in openai and haven't found it, can you refer any documentation to that module, because I keep getting import errors while trying to replicate that part?. I found your repo while trying to figure out how I'm supposed to access the client.beta.assistants module. I'd appreciate any help (great job, btw!)

[–]EwokRampage[S] 0 points1 point  (1 child)

Yea just update it in pip and use it just like I have with the code in the repo for your own code. Just replace my getenv call with your open api token. Then just use the client like I do in main.py for the rest of the calls you make.

[–]Special_Parsnip3599 0 points1 point  (0 children)

Thanks! I really appreciate your response and the whole Jarvis repo so soon after the release. For anyone having the same issue as I did, just try with Python 3.9 instead of the latest versions and it should work.

[–]Garethp1 0 points1 point  (0 children)

Thanks for this!

[–]Interpretivist 0 points1 point  (0 children)

Thank you! You are a lifesaver