(provider string)
| 91 | } |
| 92 | |
| 93 | func llmProviderGatewayBaseURL(provider string) string { |
| 94 | profile := llmProviderProfileFor(provider) |
| 95 | return fmt.Sprintf("http://host.docker.internal:%d", profile.gatewayPort) |
| 96 | } |
| 97 | |
| 98 | func llmProviderDocsURL(provider string) string { |
| 99 | switch normalizeLLMProvider(provider) { |
no test coverage detected