AppifyAi: Transform conversations into stunning web apps. Dynamic code generation + intuitive interface. Unleash your creativity effortlessly. Use the power of GPT OpenAI LLM and 🦜️🔗 LangChain ⚡and ChromaDB.
MIT License
27
stars
6
forks
source link
When the user ask for saving the app, let us retrieve the generated code and maybe add it into snippets #21
When the user wants to save the generated app, it usually because app is relevant and works for the user. We could retrieve the code and the evaluation of the user and add it to the snippets, so that the bot will reuse it later and will benefit others.
Add a section where the user can evaluate the generated code (when the /save command is invoked)
Find a way to retrieve the code and add it into the document embeedings
DOD:
The user can evaluate the generated app, the code is added to the snippets and all of the user will be able to generate a similar app more easily.
When the user wants to save the generated app, it usually because app is relevant and works for the user. We could retrieve the code and the evaluation of the user and add it to the snippets, so that the bot will reuse it later and will benefit others.
DOD: The user can evaluate the generated app, the code is added to the snippets and all of the user will be able to generate a similar app more easily.