Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const agents: AgentConfig[] = [
category: 'Assistant',
color: 'from-orange-500 to-amber-500',
type: 'simple-ai',
greetingMessage: "Hi! I'm Viktor, your personal fixer. I know my stuff. What would you like to, err, research today?",
greetingMessage: "Hi! I'm Viktor, your personal assistant.\nShort intro on me. I care a great deal about privacy. I don't know you, I don't log you, I don't even know your IP address. You are invisible here and nothing will be recorded about our conversation.\nHow can I help?",
backendActivityId: 'ama',
quickActions: [
{ label: 'Research', message: 'Research the latest news' },
Expand Down
Loading