Merge remote-tracking branch 'upstream/main' into feature/ampcode-alias

This commit is contained in:
이대희
2026-02-01 15:43:16 +09:00
18 changed files with 425 additions and 369 deletions

View File

@@ -650,7 +650,7 @@ func (h *BaseAPIHandler) getRequestDetails(modelName string) (providers []string
}
if len(providers) == 0 {
return nil, "", &interfaces.ErrorMessage{StatusCode: http.StatusBadRequest, Error: fmt.Errorf("unknown provider for model %s", modelName)}
return nil, "", &interfaces.ErrorMessage{StatusCode: http.StatusBadGateway, Error: fmt.Errorf("unknown provider for model %s", modelName)}
}
// The thinking suffix is preserved in the model name itself, so no