fix(http_provider): Remove extra parameter from CreateProvider function.
This commit is contained in:
@@ -320,7 +320,7 @@ func CreateProvider(cfg *config.Config) (LLMProvider, error) {
|
|||||||
} else {
|
} else {
|
||||||
apiBase = "localhost:4321"
|
apiBase = "localhost:4321"
|
||||||
}
|
}
|
||||||
return NewGitHubCopilotProvider(apiBase, cfg.Providers.GitHubCopilot.ConnectMode, model), nil
|
return NewGitHubCopilotProvider(apiBase, cfg.Providers.GitHubCopilot.ConnectMode, model)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user