I’m interested in creating an AI assistant with similar functionality to OpenAI’s assistant, including integration with DALL·E for generating images. What are the steps, tools, or libraries needed to build and run such a system locally on my machine? Are there specific hardware or software requirements? Any guidance or resources would be greatly appreciated!
My plugin to Discourse uses Dall-E for “painting” requests made to the bot that then calls a function that itself calls Dall-E directly.
I’m mean you have so many choices on tech.
For a local app I’d look at Electron and React if you want a completely custom solution.
Big advantage: this would be cross platform.
If you just want a fun quick route look at Jupyter or Colab.
2 Likes
You know what? This was actually pretty helpful.
I meant to ask how I can use the OpenAI API to replicate the functionality of a GPT-based assistant in order to create my own custom app. How can I integrate similar capabilities, such as analyzing data from my JSON files and generating graphical analyses in response?