Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -325,7 +325,9 @@ trained on American English is being served.
|
|
325 |
- Possible interactions between prescribed drugs?
|
326 |
- Adverse effect of given drugs, only answer those that are specifically related to patient’s pre-existing conditions and symptoms?
|
327 |
|
328 |
-
At the end of your answer, evaluate the level of dangerousness of this treatment, based on interactions and adverse effects that are specific to the patient.
|
|
|
|
|
329 |
Your answer should look like this (you should include the * where specified):
|
330 |
`
|
331 |
* **INTERACTIONS**:
|
@@ -340,6 +342,10 @@ trained on American English is being served.
|
|
340 |
|
341 |
* **DANGEROUSNESS**: <LOW / MEDIUM / HIGH>
|
342 |
|
|
|
|
|
|
|
|
|
343 |
Note that you don't have to include any interactions or adverse effect, only those that are necessary.
|
344 |
""", model = 'gpt-3.5-turbo-16k')
|
345 |
# st.write(res)
|
|
|
325 |
- Possible interactions between prescribed drugs?
|
326 |
- Adverse effect of given drugs, only answer those that are specifically related to patient’s pre-existing conditions and symptoms?
|
327 |
|
328 |
+
At the end of your answer, evaluate the level of dangerousness of this treatment, based on interactions and adverse effects that are specific to the patient.
|
329 |
+
Dangerousness is categorized as: LOW, MEDIUM, HIGH.
|
330 |
+
If you know any references cases, show it and hightlight the similarities.
|
331 |
Your answer should look like this (you should include the * where specified):
|
332 |
`
|
333 |
* **INTERACTIONS**:
|
|
|
342 |
|
343 |
* **DANGEROUSNESS**: <LOW / MEDIUM / HIGH>
|
344 |
|
345 |
+
* **REFERENCES**:
|
346 |
+
- <reference case 1>
|
347 |
+
- <reference case 2>
|
348 |
+
|
349 |
Note that you don't have to include any interactions or adverse effect, only those that are necessary.
|
350 |
""", model = 'gpt-3.5-turbo-16k')
|
351 |
# st.write(res)
|