Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -807,7 +807,8 @@ def parser_node(state: State) -> State:
|
|
| 807 |
return state
|
| 808 |
|
| 809 |
prompt = f'Using the CONTEXT below, answer the original query, which \
|
| 810 |
-
was to answer the QUERY_TASK.
|
|
|
|
| 811 |
QUERY_TASK: {query_task}.\n \
|
| 812 |
CONTEXT: {props_string}.\n '
|
| 813 |
|
|
|
|
| 807 |
return state
|
| 808 |
|
| 809 |
prompt = f'Using the CONTEXT below, answer the original query, which \
|
| 810 |
+
was to answer the QUERY_TASK. Remember that novel molecules generated in the CONTEXT \
|
| 811 |
+
were made using a fine-tuned GPT. End your answer with a "#" \
|
| 812 |
QUERY_TASK: {query_task}.\n \
|
| 813 |
CONTEXT: {props_string}.\n '
|
| 814 |
|