cafierom commited on
Commit
a1dbbf2
·
verified ·
1 Parent(s): f9819b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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. End your answer with a "#" \
 
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