rsaketh02 commited on
Commit
8432e82
·
verified ·
1 Parent(s): 8dd9bb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def get_response(question, model):
33
 
34
  st.title("Simple Q&A Chatbot With GROQ")
35
 
36
- model = st.selectbox("Select a model", ["llama-3.1-8b-instant","gemma2-9b-it","mistral-8x7b-32768"])
37
  st.write("This is a simple Q&A chatbot that uses GROQ to answer questions. Ask any question and the chatbot will try to answer it.")
38
  input_question = st.text_input("Ask a question")
39
 
 
33
 
34
  st.title("Simple Q&A Chatbot With GROQ")
35
 
36
+ model = st.selectbox("Select a model", ["llama-3.1-8b-instant","gemma2-9b-it","llama-3.1-70b-Versatile"])
37
  st.write("This is a simple Q&A chatbot that uses GROQ to answer questions. Ask any question and the chatbot will try to answer it.")
38
  input_question = st.text_input("Ask a question")
39