Skip to content

[NODE] Add AI Persona Creator documentation #35

@ShambaC

Description

@ShambaC

Node Config

{
    title: "AI Persona Creator",
    category: "LLM",
    type: "persona_generator",
    icon: {},
    desc: "Generate a persona of any user from any social media and add to a LLM",
    credit: 100,
    inputs: [
        {
            desc: "Username or Link to the user",
            name: "Username",
            type: "Text",
        },
    ],
    outputs: [
        {
            desc: "The persona details of the user",
            name: "Persona",
            type: "Text",
        },
    ],
    fields: [
        {
            desc: "Username or Link to the user",
            name: "Username",
            type: "Text",
            value: "Enter username or link here...",
        },
        {
            desc: "The social media to search for",
            name: "Social",
            type: "select",
            value: "Twitter",
            options: [
            "Twitter",        
            ],
        },
    ],
    difficulty: "easy",
    tags: ["ai", "search", "social"],
}

Additional Information

Long Description:
Generate an AI Persona of a person

Use Cases:

  • Roleplay using LLMs with a celebrity
  • Make an LLM think like your role model

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions