I wrote a lot of blogs about AI solutions, utilizing e.g. Azure OpenAI. But I want to take you on a journey of how you can build your own custom GPT apps and websites. In this post I will show you how to build your customized solution with the help of two very powerful frameworks. One is Streamlit and one is Chainlit. Both make it surprisingly fast to ship custom GPT apps without a huge engineering effort.
Both provide an interface for a Chat experience, but both have a different design (technical and visual). Choosing the right one is the first decision you make when you plan custom GPT apps.
Read More »