| 49 | } |
| 50 | |
| 51 | type customProvider struct { |
| 52 | llm *openai.LLM |
| 53 | model string |
| 54 | models pconfig.ModelsConfig |
| 55 | providerName provider.ProviderName |
| 56 | providerConfig *pconfig.ProviderConfig |
| 57 | providerPrefix string |
| 58 | } |
| 59 | |
| 60 | func New( |
| 61 | cfg *config.Config, |
nothing calls this directly
no outgoing calls
no test coverage detected