mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
chore: remove specified sid (#5127)
This commit is contained in:
@@ -199,7 +199,7 @@ async def process_issue(
|
||||
)
|
||||
config.set_llm_config(llm_config)
|
||||
|
||||
runtime = create_runtime(config, sid=f'{issue.number}')
|
||||
runtime = create_runtime(config)
|
||||
await runtime.connect()
|
||||
|
||||
async def on_event(evt):
|
||||
|
||||
Reference in New Issue
Block a user