Skip to content

Commit 743a746

Browse files
author
Francisco
committed
fix: back out from clean up block change in delegation_mixin.py
1 parent 08f464c commit 743a746

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/api/entities_api/orchestration/mixins/delegation_mixin.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ class DelegationMixin:
2121

2222
def __init__(self, *args, **kwargs):
2323
super().__init__(*args, **kwargs)
24-
2524
self._delegation_api_key = None
25+
2626
self._delete_ephemeral_thread = False
27-
self._delegation_model = None
2827

2928
# --- NEW HELPER METHOD ---
3029
async def _ephemeral_clean_up(
@@ -307,8 +306,7 @@ def background_stream_worker():
307306
# NOTE: Ensure this model string is exactly correct and available to your key
308307
iterator = sync_stream.stream_events(
309308
provider="together-ai",
310-
model=self._delegation_model,
311-
# model="together-ai/Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8",
309+
model="together-ai/Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8",
312310
)
313311

314312
count = 0

0 commit comments

Comments
 (0)