Update pkg/providers/github_copilot_provider.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
919b2094f1
commit
aba02a4c12
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ func (p *GitHubCopilotProvider) Chat(
|
||||||
Prompt: string(fullcontent),
|
Prompt: string(fullcontent),
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("GitHub Copilot request failed: %w", err)
|
return nil, fmt.Errorf("github copilot request failed: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
return &LLMResponse{
|
return &LLMResponse{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue