Spaces:
Sleeping
Sleeping
Commit
·
e8f2c15
1
Parent(s):
a7b1b03
Change
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ Your output should be in JSON FORMAT with the keys "REASONING" and "SCORE":
|
|
52 |
}
|
53 |
],
|
54 |
top_p=None,
|
55 |
-
temperature=
|
56 |
max_tokens=300,
|
57 |
stream=False,
|
58 |
seed=None,
|
|
|
52 |
}
|
53 |
],
|
54 |
top_p=None,
|
55 |
+
temperature=0.1,
|
56 |
max_tokens=300,
|
57 |
stream=False,
|
58 |
seed=None,
|