Update llmeval.py
Browse files- llmeval.py +1 -1
llmeval.py
CHANGED
|
@@ -133,7 +133,7 @@ No extra commentary, no markdown, no explanations before or after.
|
|
| 133 |
Think step by step
|
| 134 |
|
| 135 |
'''
|
| 136 |
-
data_to_evaluate=
|
| 137 |
messages =[
|
| 138 |
|
| 139 |
{"role":"system","content":SYSTEM},
|
|
|
|
| 133 |
Think step by step
|
| 134 |
|
| 135 |
'''
|
| 136 |
+
data_to_evaluate=de.GetData(promptversion)
|
| 137 |
messages =[
|
| 138 |
|
| 139 |
{"role":"system","content":SYSTEM},
|