MCPcopy Create free account
hub / github.com/Shinplex/rever / ChatCompletionRequest

Interface ChatCompletionRequest

jetbrains.ts:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 content: string;
57}
58interface ChatCompletionRequest {
59 model: string;
60 messages: ChatMessage[];
61 stream?: boolean;
62 temperature?: number;
63 max_tokens?: number;
64 top_p?: number;
65}
66
67function unauthorized(req: ServerRequest, msg: string, status = 401) {
68 return req.respond({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected