Silence1412 commited on
Commit
97ff90b
·
1 Parent(s): 585e73d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -7,6 +7,9 @@ def main():
7
  st.header("Chat with your PDF")
8
  LLM_model = st.selectbox("Select Model",("OpenAI",
9
  "google/flan-t5-large",
 
 
 
10
  "TODO: ADD MORE..."))
11
  if LLM_model == "OpenAI":
12
  openai_pdf()
 
7
  st.header("Chat with your PDF")
8
  LLM_model = st.selectbox("Select Model",("OpenAI",
9
  "google/flan-t5-large",
10
+ "google/flan-ul2",
11
+ "OpenAssistant/oasst-sft-1-pythia-12b",
12
+ "bigscience/bloomz",
13
  "TODO: ADD MORE..."))
14
  if LLM_model == "OpenAI":
15
  openai_pdf()