diegocp01 commited on
Commit
355eab2
·
verified ·
1 Parent(s): d3cc0cc

Update app.py

Browse files

max output tokens

Files changed (1) hide show
  1. app.py +2 -1
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