Spaces:
Runtime error
Runtime error
Commit ·
616cd48
1
Parent(s): a339b4f
comment removed
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -1218,7 +1218,7 @@ async def generate_business_plan_batch(request: Request, data: BatchGenerateRequ
|
|
| 1218 |
pool,
|
| 1219 |
bp_id=bp_id,
|
| 1220 |
summary=summary,
|
| 1221 |
-
full_plan="",
|
| 1222 |
model=model_for_plan,
|
| 1223 |
answers=data.answers,
|
| 1224 |
plan_type=data.planType,
|
|
|
|
| 1218 |
pool,
|
| 1219 |
bp_id=bp_id,
|
| 1220 |
summary=summary,
|
| 1221 |
+
full_plan="",
|
| 1222 |
model=model_for_plan,
|
| 1223 |
answers=data.answers,
|
| 1224 |
plan_type=data.planType,
|