AppifyAi icon indicating copy to clipboard operation
AppifyAi copied to clipboard

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 ⚡an...

Results 29 AppifyAi issues
Sort by recently updated
recently updated
newest added

Just change the llm chain to an agent that can resonate. It should be able to better interact with the user when questions are asked.

enhancement

See this langchain doc for info https://python.langchain.com/docs/modules/data_connection/document_transformers/post_retrieval/long_context_reorder

Based on the current code and chat history, suggest a relevant instruction the user could copy from

Do a pylint check on the generated app and give it to the bot to fix some errors. And check for security issues

bug
enhancement

The streamlit discussion space is full of usefull code. Let the agent search in it and retrieve the solution. _prerequisites_: #18 DONE

enhancement

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...

enhancement

Sometimes the user does not like the code generated, so let the user ask to regenerate the code. In the case the user ask a question and no code is...

enhancement

The user will be let hanging if it does not know how to use the generated code. So you should create a tutorial (textual or video) on how to serve...

documentation

Do a video tutorial on how to use interact with the bot. Add it in the user guide section

documentation

I want the user to do nothing but execute the compiled generated app. The compiled app should be cross plateform. The compilation may take some time so do it in...

enhancement