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