ALwrity onboarding: Removed user-specific files

This commit is contained in:
ajaysi
2025-10-10 14:18:09 +05:30
parent c383a3d50b
commit e2dc043134
2 changed files with 0 additions and 81 deletions

View File

@@ -1,14 +0,0 @@
{
"gemini": {
"enabled": true,
"model": "gemini-pro"
},
"exa": {
"enabled": true,
"search_depth": "standard"
},
"copilotkit": {
"enabled": true,
"assistant_type": "content"
}
}

View File

@@ -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"
]
}
}
}