Spaces:
Running
Running
Daniel Fried
commited on
Commit
•
2d1524e
1
Parent(s):
16fbc8e
change default temperatures for extend
Browse files- static/index.html +2 -2
static/index.html
CHANGED
@@ -269,14 +269,14 @@ var EXAMPLES = {
|
|
269 |
|
270 |
# Train a logistic regression model, predict the labels on the test set and compute the accuracy score`,
|
271 |
"length": 64,
|
272 |
-
"temperature": 0.
|
273 |
"mode": "python"
|
274 |
},
|
275 |
"array": {
|
276 |
"prompt":
|
277 |
`// Returns every other value in the array as a new array.
|
278 |
function everyOther(arr) {`,
|
279 |
-
"temperature": 0.
|
280 |
"length": 64,
|
281 |
"mode": "javascript"
|
282 |
},
|
|
|
269 |
|
270 |
# Train a logistic regression model, predict the labels on the test set and compute the accuracy score`,
|
271 |
"length": 64,
|
272 |
+
"temperature": 0.6,
|
273 |
"mode": "python"
|
274 |
},
|
275 |
"array": {
|
276 |
"prompt":
|
277 |
`// Returns every other value in the array as a new array.
|
278 |
function everyOther(arr) {`,
|
279 |
+
"temperature": 0.6,
|
280 |
"length": 64,
|
281 |
"mode": "javascript"
|
282 |
},
|