Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|