Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ Example format:
|
|
| 52 |
<count> [remaining budget] </count>
|
| 53 |
<answer> [Final Answer] </answer> (must give final answer in this format)
|
| 54 |
<reflection> [Evaluation of the solution] </reflection>
|
| 55 |
-
<reward> [Float between 0.0 and 1.0] </reward> [/INST] [INST] [QUERY] {query}"""
|
| 56 |
|
| 57 |
stream = client.text_generation(message, max_new_tokens=4096, stream=True, details=True, return_full_text=False)
|
| 58 |
output = ""
|
|
|
|
| 52 |
<count> [remaining budget] </count>
|
| 53 |
<answer> [Final Answer] </answer> (must give final answer in this format)
|
| 54 |
<reflection> [Evaluation of the solution] </reflection>
|
| 55 |
+
<reward> [Float between 0.0 and 1.0] </reward> [/INST] [INST] [QUERY] {query} [/INST] [ASSISTANT] """
|
| 56 |
|
| 57 |
stream = client.text_generation(message, max_new_tokens=4096, stream=True, details=True, return_full_text=False)
|
| 58 |
output = ""
|