ai-voicebot/voicebot/enhanced_bot_configs.json

85 lines
2.3 KiB
JSON

{
"ai_chatbot": {
"personality": "technical_expert",
"ai_provider": "openai",
"streaming": false,
"memory_enabled": true,
"advanced_features": true,
"description": "Advanced AI chatbot with OpenAI integration and helpful personality",
"features": [
"multi_provider_ai",
"personality_system",
"conversation_memory",
"streaming_responses"
]
},
"technical_expert": {
"personality": "technical_expert",
"ai_provider": "anthropic",
"streaming": false,
"memory_enabled": true,
"advanced_features": true,
"description": "Technical expert bot with detailed explanations and Anthropic Claude integration",
"features": [
"technical_expertise",
"detailed_explanations",
"conversation_memory"
]
},
"creative_companion": {
"personality": "creative_companion",
"ai_provider": "local",
"streaming": true,
"memory_enabled": true,
"advanced_features": true,
"description": "Creative writing and brainstorming companion with local AI model",
"features": [
"creative_writing",
"brainstorming",
"streaming_responses",
"conversation_memory"
]
},
"business_advisor": {
"personality": "business_advisor",
"ai_provider": "openai",
"streaming": false,
"memory_enabled": true,
"advanced_features": true,
"description": "Business and strategic advisor with professional communication style",
"features": [
"business_analysis",
"strategic_planning",
"professional_communication",
"conversation_memory"
]
},
"comedy_bot": {
"personality": "comedy_bot",
"ai_provider": "local",
"streaming": true,
"memory_enabled": false,
"advanced_features": true,
"description": "Entertainment-focused bot with humor and casual conversation",
"features": [
"humor_generation",
"casual_conversation",
"entertainment",
"streaming_responses"
]
},
"wise_mentor": {
"personality": "wise_mentor",
"ai_provider": "anthropic",
"streaming": false,
"memory_enabled": true,
"advanced_features": true,
"description": "Wise mentor providing thoughtful guidance and life advice",
"features": [
"life_advice",
"thoughtful_guidance",
"wisdom_sharing",
"conversation_memory"
]
}
}