Skip to content

Commit

Permalink
Update autofix/ai.go
Browse files Browse the repository at this point in the history
Co-authored-by: ccoVeille <[email protected]>
  • Loading branch information
tran-the-lam and ccoVeille authored Aug 6, 2024
1 parent ed3487f commit 6a31ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autofix/ai.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

const (
GeminiModel = "gemini-1.5-flash"
AIPrompt = "In golang, what is the solution to fix the error \"%s\". Answer limited to 200 words"
AIPrompt = "In Go, what is the solution to fix the error %q. Answer limited to 200 words"
GeminiProvider = "gemini"

timeout = 30 * time.Second
Expand Down

0 comments on commit 6a31ce9

Please sign in to comment.