Hi
I have trained LLM, and I want to develop a chat app around it [via Streamlit. I want to keep the data and code of the app private. [for future ability to monetize]
Few questions while I am getting started:
- I am receiving errors around using the chat_input function, which seems to be related to versioning. Most recent version I am able to get is
1.23.1
, is the version1.24.0
available via pip? Any creative ideas around being able to upgrade the package? - I want to use Stripe for payment integration. Is there any existing integration I can use?
- Any thoughts around integration with an SQL database to build logic around subscription and create feedback for the LLM?
I would really appreciate the support of the community on this.