Welcome to LLM Studio
Select a mode from the left, or click "New Chat" to begin a new conversation. Your chat history will be saved here for this session.
import streamlit as st import streamlit.components.v1 as components st.set_page_config(layout="wide", page_title="Streamlit LLM Playground") st.markdown(""" """, unsafe_allow_html=True) html_code="""
Select a mode from the left, or click "New Chat" to begin a new conversation. Your chat history will be saved here for this session.