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
- Remove custom model checking logic from `commit.go` and `review.go`
- Simplify model validation logic in `hepler.go`
- Delete the `groq/model.go` file and its references
- Remove the model mapping logic from `openai.go`
- Simplify model assignment in `openai.go`
- Remove the `OPENROUTER` provider and related custom model logic from `options.go`
- Remove the `modelName` field and related validation logic from `options.go`
- Adjust tests in `options_test.go` to reflect removal of custom model logic and update expected error to `errorsMissingModel`
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
0 commit comments