Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 947 Bytes

bodygenllm.md

File metadata and controls

23 lines (18 loc) · 947 Bytes

BodyGenLLM

Example Usage

import { BodyGenLLM } from "@livepeer/ai/models/components";

let value: BodyGenLLM = {
  prompt: "<value>",
};

Fields

Field Type Required Description
prompt string ✔️ N/A
modelId string N/A
systemMsg string N/A
temperature number N/A
maxTokens number N/A
history string N/A
stream boolean N/A