mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-12-27 18:25:57 +08:00
fix: implement improved headers for anthropic to support 8k outputs (#1654)
This commit is contained in:
@@ -32,7 +32,6 @@ func init() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
type innerAIAdapter interface {
|
||||
ConvertRequest(c *gin.Context, relayMode int, request *model.GeneralOpenAIRequest) (any, error)
|
||||
DoResponse(c *gin.Context, resp *http.Response, meta *meta.Meta) (usage *model.Usage, err *model.ErrorWithStatusCode)
|
||||
|
||||
Reference in New Issue
Block a user