[feat] boot max_output_tokens to 4096
This commit is contained in:
parent
45ff987051
commit
bd1dec4800
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -29,7 +29,7 @@ def generate(model: str, instruction: str):
|
||||||
|
|
||||||
|
|
||||||
generation_config = {
|
generation_config = {
|
||||||
"max_output_tokens": 1024,
|
"max_output_tokens": 4096,
|
||||||
"temperature": 0.2,
|
"temperature": 0.2,
|
||||||
"top_p": 0,
|
"top_p": 0,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue