MCPcopy Create free account
hub / github.com/SMNETSTUDIO/You2API / OpenAIChoice

Struct OpenAIChoice

api/main.go:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type OpenAIChoice struct {
54 Message Message `json:"message"`
55 Index int `json:"index"`
56 FinishReason string `json:"finish_reason"`
57}
58
59var modelMap = map[string]string{
60 "deepseek-reasoner": "deepseek_r1",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected