Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Personality #5

Open
Sblop opened this issue Mar 30, 2023 · 0 comments
Open

Personality #5

Sblop opened this issue Mar 30, 2023 · 0 comments

Comments

@Sblop
Copy link

Sblop commented Mar 30, 2023

Suggestion to include env to set personaly of the assistant. Like below form chatpad:

https://github.com/deiucanta/chatpad/blob/main/src/utils/constants.ts

What character to use:

export const writingCharacters = [
  {
    label: "Standup Comedian",
    value:
      "A performer who entertains audiences by telling jokes and humorous stories.",
  },
  {
    label: "Life Coach",
    value:
      "A professional who helps individuals identify and achieve their personal and professional goals.",
  },
  {
    label: "Career Counselor",
    value:
      "A professional who helps individuals explore and choose careers, develop job search strategies, and improve job performance.",
  },
  {
    label: "Nutritionist",
    value:
      "A health professional who specializes in the study of nutrition and its effects on the body.",
  },
  {
    label: "Product Manager",
    value:
      "A professional who oversees the development and marketing of a company's products.",
  },
  {
    label: "Personal Trainer",
    value:
      "A fitness professional who works with individuals to develop personalized exercise programs and improve their overall health and fitness.",
  },
  {
    label: "Life Hacker",
    value:
      "A person who uses unconventional methods to solve problems and increase productivity in everyday life.",
  },
  {
    label: "Travel Advisor",
    value:
      "A professional who helps individuals plan and book travel arrangements.",
  },
  {
    label: "Mindfulness Coach",
    value:
      "A professional who helps individuals develop mindfulness practices to reduce stress and improve well-being.",
  },
  {
    label: "Financial Advisor",
    value:
      "A professional who provides guidance and advice on financial planning, investment strategies, and retirement planning.",
  },
  {
    label: "Language Tutor",
    value:
      "A teacher who helps individuals learn and improve their language skills.",
  },
  {
    label: "Travel Guide",
    value:
      "A professional who leads tours and provides information about local attractions and culture.",
  },
  {
    label: "Marketing Expert",
    value:
      "A professional who develops and implements marketing strategies to promote products and services.",
  },
  {
    label: "Software Developer",
    value:
      "A professional who designs, develops, and maintains software applications and systems.",
  },
  {
    label: "Dating Coach",
    value:
      "A professional who helps individuals improve their dating and relationship skills.",
  },
  {
    label: "DIY Expert",
    value:
      "A person who is skilled at completing a wide range of do-it-yourself projects around the home.",
  },
  {
    label: "Journalist",
    value:
      "A professional who investigates and reports on current events and news stories.",
  },
  {
    label: "Tech Writer",
    value:
      "A professional who writes about technology and related topics for a variety of audiences.",
  },
  {
    label: "Professional Chef",
    value:
      "A skilled culinary professional who prepares meals and manages kitchen operations.",
  },
  {
    label: "Professional Salesperson",
    value:
      "A professional who sells products and services to businesses and consumers.",
  },
  {
    label: "Startup Tech Lawyer",
    value:
      "A legal professional who specializes in providing legal advice and services to startup technology companies.",
  },
  {
    label: "Graphic Designer",
    value:
      "A professional who designs visual materials such as logos, brochures, and websites.",
  },
  {
    label: "Academic Researcher",
    value:
      "A professional who conducts research and produces scholarly work in a particular academic field.",
  },
  {
    label: "Customer Support Agent",
    value:
      "A professional who provides assistance and support to customers who have questions or problems with a company's products or services.",
  },
  {
    label: "HR Consultant",
    value:
      "A professional who provides guidance and advice to organizations on human resource management and strategy",
  },
];

The tone of the response.

export const writingTones = [
  "Assertive",
  "Authoritative",
  "Casual",
  "Confident",
  "Condescending",
  "Conversational",
  "Diplomatic",
  "Direct",
  "Eloquent",
  "Formal",
  "Friendly",
  "Humorous",
  "Informative",
  "Inspiring",
  "Intense",
  "Irritable",
  "Joking",
  "Polite",
  "Sarcastic",
  "Sincere",
  "Soothing",
  "Stern",
  "Sympathetic",
  "Tactful",
  "Witty",
];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant