We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cbed5 commit 484a35fCopy full SHA for 484a35f
app/run_job.py
@@ -34,10 +34,7 @@
34
from app.services.synthesis_service import SynthesisService
35
import asyncio
36
import nest_asyncio # Add this import
37
-import json, pandas as pd, numpy as np, os
38
-from app.agents.schema import GenerationPlan
39
40
-plan = GenerationPlan.model_validate_json(os.environ.get("JOB_PARAMS"))
41
# Enable nested event loop
42
nest_asyncio.apply()
43
0 commit comments