Type Alias: WebLLMChatCompletionsRequestBody
ts
type WebLLMChatCompletionsRequestBody = Omit<
OpenAIChatCompletionsRequestBody,
"model"
> & {
model?: string;
};Defined in: batteries/llm/webllm_chat_completions/types.ts:40
Type Declaration
| Name | Type | Defined in |
|---|---|---|
model? | string | batteries/llm/webllm_chat_completions/types.ts:41 |