import { BodyGenLLM } from "@livepeer/ai/models/components";
let value: BodyGenLLM = {
prompt: "<value>",
};
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 |