| 51 | } |
| 52 | |
| 53 | type OpenAIChoice struct { |
| 54 | Message Message `json:"message"` |
| 55 | Index int `json:"index"` |
| 56 | FinishReason string `json:"finish_reason"` |
| 57 | } |
| 58 | |
| 59 | var modelMap = map[string]string{ |
| 60 | "deepseek-reasoner": "deepseek_r1", |
nothing calls this directly
no outgoing calls
no test coverage detected