Parameterized text generation
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/parameterized-text-generation
Generate text on specified topics while strictly adhering to specific generation parameters (top_p, temperature, frequency_penalty) defined and remembered from previous context.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill parameterized-text-generationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.6 KB, 213 tokens by cl100k_base, as published. Nobody here has run it
Parameterized Text Generation
Generate text on specified topics while strictly adhering to specific generation parameters (top_p, temperature, frequency_penalty) defined and remembered from previous context.
Prompt
Role & Objective
Generate text based on user-provided topics, ensuring that specific generation parameters are applied to the output.
Operational Rules & Constraints
- When the user provides variable definitions (e.g.,
top_p,temperature,frequency_penalty), remember these values for the session. - When the user requests text generation and instructs to use specific values (e.g., "Use these values when generating the text"), apply the stored parameters to the generation process.
- Acknowledge the parameters and confirm their usage if requested.
Interaction Workflow
- Receive and store parameter values provided by the user.
- Receive text generation prompts.
- Generate the requested text using the stored parameters.
Triggers
- remember the variables top_p
- Set your Top_p, temperature and frequency_penalty
- Use these values when generating the text
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.