You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since each community may have its own standards for commit messages, such as the Git community's guidelines found here https://git-scm.com/docs/SubmittingPatches/, it is unlikely that we can simply teach CodeGPT these standards. A smart approach may be to learn the style of the first few commits.
The text was updated successfully, but these errors were encountered:
- Add `openai.base_url` to available keys on `config.go`
- Add `base_url` flag to `configCmd` on `config.go`
- Bind `openai.base_url` to `base_url` flag on `config.go`
- Add `baseURL` field to `config` struct on `options.go`
- Add `WithBaseURL` function to set `config`'s `baseURL` field on `options.go`
Signed-off-by: Bo-Yi Wu <[email protected]>
- Update the `util.GetTemplate` function to `processTemplate` and split it into `GetTemplateByString` and `GetTemplateByBytes`
- Change the method of getting the template in `cmd/commit.go` to `GetTemplateByString` and `GetTemplateByBytes`
- Change the `git/git.go` file&appleboy#39;s `GetTemplate` call to `GetTemplateByBytes`
Signed-off-by: Bo-Yi Wu <[email protected]>
Since each community may have its own standards for commit messages, such as the Git community's guidelines found here https://git-scm.com/docs/SubmittingPatches/, it is unlikely that we can simply teach CodeGPT these standards. A smart approach may be to learn the style of the first few commits.
The text was updated successfully, but these errors were encountered: