broadfield commited on
Commit
41191f9
·
verified ·
1 Parent(s): 150e6b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -142,6 +142,7 @@ def agent(prompt,history,mod,data="None"):
142
  fn=""
143
  com=""
144
  go=True
 
145
  while go == True:
146
  seed = random.randint(1,9999999999999)
147
  c=0
 
142
  fn=""
143
  com=""
144
  go=True
145
+ MAX_DATA=int(clients[int(mod)]['max_tokens'])*2
146
  while go == True:
147
  seed = random.randint(1,9999999999999)
148
  c=0