fix: update grok test model to grok-4-1-fast-non-reasoning
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user