/ChatBOTMastery

Your Chatbot Mastery: build a super small custom AI assistant with Gradio_client Python and Streamlit - Chapter 1

Primary LanguagePython

ChatBOTMastery

Chatbot Mastery: build a super small custom AI assistant with Gradio_client Python and Streamlit - Chapter 1

This repo contains the code explained in the Medium article

Chat interface with only terminal

Chat interface with Streamlit

instructions

Create a virtual environment and activate it

pip install -r requirements.txt

to run the textual version run

python Qwen110BChat.py

to run the streamlit version run

streamlit run st-Qwen1.5-110B-Chat.py

More options

I provide here also the following interface for the models:



Follow the instructions in the medium article