Fix: API generate endpoint handling, remove use_autogen param

- Handle dict result properly in /generate endpoint
- Remove use_autogen from API (not supported in run_opus)
- API client now works: tested via CLI with local server
This commit is contained in:
2026-03-13 03:33:42 +00:00
parent 86dcb5e8f9
commit b89dc444ed
4 changed files with 60 additions and 3 deletions
-1
View File
@@ -108,7 +108,6 @@ class OpusAPIClient:
"chapters": chapters,
"tone": tone,
"use_crewai": use_crewai,
"use_autogen": use_autogen,
}
if concept: