Hjgugugjhuhjggg commited on
Commit
587b403
·
verified ·
1 Parent(s): 7f43658

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ class GenerateRequest(BaseModel):
32
  input_text: str = ""
33
  task_type: str
34
  temperature: float = 1.0
35
- max_new_tokens: int = 200
36
  stream: bool = True
37
  top_p: float = 1.0
38
  top_k: int = 50
 
32
  input_text: str = ""
33
  task_type: str
34
  temperature: float = 1.0
35
+ max_new_tokens: int = 10
36
  stream: bool = True
37
  top_p: float = 1.0
38
  top_k: int = 50