mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
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 {
|
||||
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