deduplicating question_final
Browse files
app.py
CHANGED
|
@@ -62,13 +62,6 @@ def nishauri(question: str, conversation_history: list[str]):
|
|
| 62 |
" A high viral load or non-suppressed viral load is any viral load above 200 copies/ml."
|
| 63 |
" A suppressed viral load is one below 200 copies / ml.")
|
| 64 |
|
| 65 |
-
question_final = (
|
| 66 |
-
f"The user previously asked and answered the following: {context}"
|
| 67 |
-
f" The user just asked the following question: {question}"
|
| 68 |
-
f" The following response was generated in response: {response}"
|
| 69 |
-
f" Please update the response provided only if needed, based on the following background information {background}"
|
| 70 |
-
)
|
| 71 |
-
|
| 72 |
question_final = (
|
| 73 |
f" The user previously asked and answered the following: {context}. "
|
| 74 |
f" The user just asked the following question: {question}."
|
|
|
|
| 62 |
" A high viral load or non-suppressed viral load is any viral load above 200 copies/ml."
|
| 63 |
" A suppressed viral load is one below 200 copies / ml.")
|
| 64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
question_final = (
|
| 66 |
f" The user previously asked and answered the following: {context}. "
|
| 67 |
f" The user just asked the following question: {question}."
|