Spaces:
Running
Running
Adding all parameters to extraBody
Browse files- .env.local +3 -1
.env.local
CHANGED
@@ -40,7 +40,9 @@ MODELS=`[
|
|
40 |
"max_new_tokens": 3000,
|
41 |
},
|
42 |
"extraBody":{
|
43 |
-
"
|
|
|
|
|
44 |
}
|
45 |
}
|
46 |
]`
|
|
|
40 |
"max_new_tokens": 3000,
|
41 |
},
|
42 |
"extraBody":{
|
43 |
+
"temperature": 1.0,
|
44 |
+
"repetition_penalty": 1.0,
|
45 |
+
"max_new_tokens": 3000,
|
46 |
}
|
47 |
}
|
48 |
]`
|