Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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()] =
|
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:
|