Skip to content
JC edited this page Apr 12, 2024 · 8 revisions

Prompts

Load prompts from leicht directly:

from leicht.prompts import get_prompt

get_prompt("prompt-name")

List

Badge Description
leicht Leicht internal.
🐣 Usually used as a "Pre-prompt." This type of prompt is used to prime the AI to give better answers.

  • basic – Basic assistant prompt.
  • functions – Enable function calling API. leicht
  • functions-v2 – (formerly functions-groq) Enable function calling API (V2, unstable). leicht
  • precise – More precise answers.
  • awesome/... – Prompts from awesome-chatgpt-prompts.
  • store/... – Leaked prompts from the GPT Store.
  • sum/... – Using prompts to summarize texts.

Ramptix Logo

Hello from Ramptix! We're a non-profit organization aiming to make AI models safer and more accessible for everyone, open-source.

We have more edges than Vercel 🥶🥶🥶


Clone this wiki locally