make fmt
This commit is contained in:
parent
d4c68f4c9f
commit
92220c4c1b
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ func CreateProvider(cfg *config.Config) (LLMProvider, error) {
|
|||
if cfg.Providers.GitHubCopilot.APIBase != "" {
|
||||
apiBase = cfg.Providers.GitHubCopilot.APIBase
|
||||
} else {
|
||||
apiBase = "localhost:4321" // no `http://` beacause grpc mode`
|
||||
apiBase = "localhost:4321"
|
||||
}
|
||||
return NewGitHubCopilotProvider(apiBase, cfg.Providers.GitHubCopilot.ConnectMode, model), nil
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue