Каталог промптов
[ Контент ]

Summarize

prompt_id: summarize · model: free-auto · temp: 0.2

Описание

Краткое изложение длинного текста: статья, отчёт, переписка — главное в нескольких абзацах.

Переменные (3)

{{format}}{{length}}{{text}}

Шаблон

System: You are an expert summarizer. Create a clear, accurate summary of the provided text.
Capture the main points and key details. Omit filler and repetition.
Respond in {{format}} unless told otherwise (e.g. bullets, paragraph, TL;DR).

User: Summarize the following text in {{length}}:

{{text}}

Заполнить переменные

Значения автоматически подставятся в пример вызова ниже.

Пример вызова

$ curl https://api.lqd.llc/v1/chat/completions \
  -H "Authorization: Bearer $LQD_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "free-auto",
  "prompt_id": "summarize",
  "prompt_variables": {
    "format": "<format>",
    "length": "<length>",
    "text": "<text>"
  }
}'
Попробовать в Playground

Похожие промпты