Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
SendChatCompletionRequestResponse type definition
models.ChatResult
const value: models.ChatResult = { choices: [ { finishReason: "stop", index: 0, message: { role: "assistant", }, }, ], created: 1677652288, id: "chatcmpl-123", model: "openai/gpt-4", object: "chat.completion", systemFingerprint: "fp_44709d6fcb", };
EventStream<models.ChatStreamingResponse>