saaketvarma commited on
Commit
cb6f970
β€’
1 Parent(s): 5f38a82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def display_conversation(history):
119
 
120
  def main():
121
  # Add a sidebar for model selection
122
- model_options = ["MBZUAI/LaMini-T5-738M", "google/flan-t5-base", "google/flan-t5-small"]
123
  selected_model = st.sidebar.selectbox("Select Model", model_options)
124
 
125
  st.markdown("<h1 style='text-align: center; color: blue;'>Custom PDF Chatbot πŸ¦œπŸ“„ </h1>", unsafe_allow_html=True)
 
119
 
120
  def main():
121
  # Add a sidebar for model selection
122
+ model_options = [ "meta-llama/Llama-2-13b-chat-hf","MBZUAI/LaMini-T5-738M", "google/flan-t5-base", "google/flan-t5-small"]
123
  selected_model = st.sidebar.selectbox("Select Model", model_options)
124
 
125
  st.markdown("<h1 style='text-align: center; color: blue;'>Custom PDF Chatbot πŸ¦œπŸ“„ </h1>", unsafe_allow_html=True)