Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
models.ChatResultconst 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>