fix: run_jason bruker _osvauco_agent_post
This commit is contained in:
parent
15ec503bb1
commit
0a1e3ce8ea
|
|
@ -233,7 +233,7 @@ async def send_sms(p):
|
|||
async def get_notify_channels(p): return await _opax_get("/notify/channels")
|
||||
|
||||
async def run_jason(p):
|
||||
return await _opax_post("/run", {"message": p.get("prompt", p.get("message", "")), "user_id": p.get("user_id", "opax"), "session_id": p.get("session_id", "mcp"), "mode": p.get("mode", "light")})
|
||||
return await _osvauco_agent_post("/run", {"message": p.get("prompt", p.get("message", "")), "user_id": p.get("user_id", "opax"), "session_id": p.get("session_id", "mcp"), "mode": p.get("mode", "light")})
|
||||
|
||||
async def run_emma(p):
|
||||
"""Emma Vauger — Gemma 3 27B via Ollama på emma-gpu-vm. Primær lokal AI."""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user