Responsive Gui - partially Workflow #61

Merged
Lars merged 47 commits from develop into main 2026-04-05 11:27:44 +02:00
Showing only changes of commit ce4666a535 - Show all commits

View File

@ -61,7 +61,7 @@ async def execute_workflow_endpoint(
}
"""
from prompt_executor import execute_workflow_prompt
from openrouter import call_openrouter_async
from routers.prompts import call_openrouter
profile_id = session["profile_id"]
@ -90,7 +90,7 @@ async def execute_workflow_endpoint(
result = await execute_workflow_prompt(
prompt=workflow_prompt,
variables=variables,
openrouter_call_func=call_openrouter_async,
openrouter_call_func=call_openrouter,
enable_debug=request.enable_debug
)
return result