Update app.py
Browse filesmax output tokens
app.py
CHANGED
@@ -127,7 +127,8 @@ def gpt41(users_input):
|
|
127 |
|
128 |
If the user asks for code for the other files you ask the user to provide it.
|
129 |
The user's question: {users_input}
|
130 |
-
'''
|
|
|
131 |
)
|
132 |
return(response.output_text)
|
133 |
|
|
|
127 |
|
128 |
If the user asks for code for the other files you ask the user to provide it.
|
129 |
The user's question: {users_input}
|
130 |
+
''',
|
131 |
+
max_output_tokens=700
|
132 |
)
|
133 |
return(response.output_text)
|
134 |
|