vumichien commited on
Commit
98f179a
·
1 Parent(s): d47e1d1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -150,7 +150,7 @@ async def human_input_api(
150
  voice_input: bytes = File(None),
151
  text_input: str = Form(None),
152
  temperature: Annotated[float, Form()] = 0.7,
153
- max_tokens: Annotated[int, Form()] = 100,
154
  return_voice: Annotated[bool, Form()] = False,
155
  ):
156
  if text_input:
 
150
  voice_input: bytes = File(None),
151
  text_input: str = Form(None),
152
  temperature: Annotated[float, Form()] = 0.7,
153
+ max_tokens: Annotated[int, Form()] = 200,
154
  return_voice: Annotated[bool, Form()] = False,
155
  ):
156
  if text_input: