DevXT-LLC / ezlocalai

ezlocalai is an easy to set up local artificial intelligence server with OpenAI Style Endpoints.
MIT License
66 stars 12 forks source link

Added basic streamlit UI to test inference #33

Closed Josh-XT closed 3 months ago

Josh-XT commented 3 months ago

Added basic streamlit UI to test inference

pip install streamlit
streamlit run ui.py

The UI will be accessible at http://localhost:8501/

image