diff --git a/backend/lib/workspace/users/user_user_33Gz1FPI86VDXhRY8QN4ragRFGN/config/ai_services.json b/backend/lib/workspace/users/user_user_33Gz1FPI86VDXhRY8QN4ragRFGN/config/ai_services.json deleted file mode 100644 index eba62794..00000000 --- a/backend/lib/workspace/users/user_user_33Gz1FPI86VDXhRY8QN4ragRFGN/config/ai_services.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "gemini": { - "enabled": true, - "model": "gemini-pro" - }, - "exa": { - "enabled": true, - "search_depth": "standard" - }, - "copilotkit": { - "enabled": true, - "assistant_type": "content" - } -} \ No newline at end of file diff --git a/backend/lib/workspace/users/user_user_33Gz1FPI86VDXhRY8QN4ragRFGN/config/user_config.json b/backend/lib/workspace/users/user_user_33Gz1FPI86VDXhRY8QN4ragRFGN/config/user_config.json deleted file mode 100644 index 976f1c04..00000000 --- a/backend/lib/workspace/users/user_user_33Gz1FPI86VDXhRY8QN4ragRFGN/config/user_config.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "user_id": "user_33Gz1FPI86VDXhRY8QN4ragRFGN", - "created_at": "2025-09-29T10:50:22.938513", - "onboarding_completed": false, - "api_keys": { - "gemini": null, - "exa": null, - "copilotkit": null - }, - "preferences": { - "research_depth": "standard", - "content_types": [ - "blog", - "social" - ], - "auto_research": true - }, - "workspace_settings": { - "max_content_items": 1000, - "cache_duration_hours": 24, - "export_formats": [ - "json", - "csv", - "pdf" - ] - }, - "ai_services": { - "gemini": { - "enabled": true, - "model": "gemini-pro", - "max_tokens": 4000, - "temperature": 0.7 - }, - "exa": { - "enabled": true, - "search_depth": "standard", - "max_results": 10 - }, - "copilotkit": { - "enabled": true, - "assistant_type": "content", - "context_window": 8000 - } - }, - "content_services": { - "style_analysis": { - "enabled": true, - "analysis_depth": "comprehensive" - }, - "content_generation": { - "enabled": true, - "templates": [ - "blog", - "social", - "email" - ] - }, - "quality_checking": { - "enabled": true, - "checks": [ - "grammar", - "tone", - "readability" - ] - } - } -} \ No newline at end of file