Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def get_answers(questions,model):
|
|
8 |
st.write("running get answers function answering following questions",questions)
|
9 |
|
10 |
|
11 |
-
answer_prompt = ( "
|
12 |
|
13 |
|
14 |
if model == "Open AI":
|
|
|
8 |
st.write("running get answers function answering following questions",questions)
|
9 |
|
10 |
|
11 |
+
answer_prompt = ( "Answer the following questions {questions}")
|
12 |
|
13 |
|
14 |
if model == "Open AI":
|