Gamma-Software / AppifyAi

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

Better handle large context (chat history) #29

Open Gamma-Software opened 1 year ago

Gamma-Software commented 1 year ago

As the generated app is growing the code is more and more complex and has a lot of lines and the chat history grows as well. In that case the context grows, the model the bot uses won't be able to process it all (and the price of the prompt will increase).

Find a way to better handle this long term issue