Spaces:
Sleeping
Sleeping
Commit ·
512c532
1
Parent(s): 6858a22
Deploy 2026-02-03 08:56:44
Browse files
src/flow/ui/services/optimizer_service.py
CHANGED
|
@@ -209,7 +209,7 @@ class OptimizerService:
|
|
| 209 |
name=db_config.name,
|
| 210 |
framework=cfg.get("framework", "maf"),
|
| 211 |
instructions=cfg.get("instructions"),
|
| 212 |
-
|
| 213 |
compaction=compaction,
|
| 214 |
tools=tools,
|
| 215 |
)
|
|
|
|
| 209 |
name=db_config.name,
|
| 210 |
framework=cfg.get("framework", "maf"),
|
| 211 |
instructions=cfg.get("instructions"),
|
| 212 |
+
llm_config=cfg.get("llm_config"),
|
| 213 |
compaction=compaction,
|
| 214 |
tools=tools,
|
| 215 |
)
|