Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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","
|
| 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 |
|