| 61 | } |
| 62 | |
| 63 | type kimiProvider struct { |
| 64 | llm *openai.LLM |
| 65 | models pconfig.ModelsConfig |
| 66 | providerName provider.ProviderName |
| 67 | providerConfig *pconfig.ProviderConfig |
| 68 | providerPrefix string |
| 69 | } |
| 70 | |
| 71 | func New( |
| 72 | cfg *config.Config, |
nothing calls this directly
no outgoing calls
no test coverage detected