Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ if prompt := st.chat_input("What is up?"):
|
|
105 |
final_response = out[0]["summary_text"]
|
106 |
elif option == "Llama2 on YSA":
|
107 |
if prompt:
|
108 |
-
out = llama2_7b_ysa(
|
109 |
engineered_prompt = f"""
|
110 |
The user asked the question: {prompt}
|
111 |
|
|
|
105 |
final_response = out[0]["summary_text"]
|
106 |
elif option == "Llama2 on YSA":
|
107 |
if prompt:
|
108 |
+
out = llama2_7b_ysa(prompt)
|
109 |
engineered_prompt = f"""
|
110 |
The user asked the question: {prompt}
|
111 |
|