1ff-chat-ui
Version:
chatbot to communicate with taught ai
11 lines (9 loc) • 539 B
JavaScript
import { roles } from "./roles";
export const assistant = {
image: 'https://assets.appsforfit.com/assets/avatars/practitioner-1.png',
role: 'Lead Nutrition Expert, PhD',
name: 'Jenny Wilson',
welcome: 'Chat for 1 min, and get diet advise for free!',
ctaTextContent: 'Customize Your Plan!',
initialMessage: { role: roles.assistant, content: `Hey there! I'm here to provide nutritional assistance. Let's create the perfect meal plan tailored to your favorite foods. Please share your diet goals with me!`, time: new Date() }
};