Fix LLM model config, add vector_db as required, cleanup logs
- Fix hardcoded 'gpt-4' model in auto_task modules (intent_classifier, app_generator, designer_ai, intent_compiler) to use configured llm-model from bot config - Add vector_db (Qdrant) to required bootstrap components for KB indexing - Add Qdrant health check with clear error messages when unavailable - Change verbose [START] debug messages from info to trace level - Fix episodic memory role handling in Claude client (convert 'episodic' to system context) - Disable auth for /api routes during development
This commit is contained in:
parent
011f8698a8
commit
e437ce2234
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 22ac3af3a53ff9fe3220d53026350bd0ed1118ee
|
||||
Subproject commit ec96dd38c467abcce131d1d2ed45fa43c73dcb50
|
||||
Loading…
Add table
Reference in a new issue