Message 1 of 1
OpenAI add-in development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am developing an add-in to integrate the openai api directly into Fusion 360. It works locally but I am having a hard time understanding how to bundle the openai module and other dependencies with the add-in, so that other people can easily download and use it without having to manually install dependencies to Fusion360's python interpreter.
This is one of my first coding projects so please let me know if the problem is unclear, and I appreciate any help! Thank you.