fix: update grok test model to grok-4-1-fast-non-reasoning
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Build (push) Has been cancelled

This commit is contained in:
2026-03-25 13:14:31 +00:00
parent 27fbd8ed15
commit c6efff9034

View File

@@ -979,7 +979,7 @@ func (s *Server) handleTestProvider(c *gin.Context) {
} else if name == "deepseek" {
testReq.Model = "deepseek-chat"
} else if name == "grok" {
testReq.Model = "grok-3-mini"
testReq.Model = "grok-4-1-fast-non-reasoning"
}
_, err := provider.ChatCompletion(c.Request.Context(), testReq)