QagentS commited on
Commit
648ac52
1 Parent(s): ca15cd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -92,7 +92,7 @@ pip install transformers
92
 
93
  ### Prompt
94
  ```python
95
- prompt = f"""<example_response>{}</example_response><function_code>{code}</function_code>
96
  <question>Give one line description of the python code above in natural language.</question>
97
  <doc>"""
98
 
 
92
 
93
  ### Prompt
94
  ```python
95
+ prompt = f"""<example_response>{--question , --query}</example_response><function_code>{code}</function_code>
96
  <question>Give one line description of the python code above in natural language.</question>
97
  <doc>"""
98