MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / OpenAIChatCompletionStreamResponse

Class OpenAIChatCompletionStreamResponse

src/models.py:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114
115class OpenAIChatCompletionStreamResponse(BaseModel):
116 id: str
117 object: str = "chat.completion.chunk"
118 created: int
119 model: str
120 choices: List[OpenAIChatCompletionStreamChoice]
121 system_fingerprint: Optional[str] = None
122
123
124# Gemini Models

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected