Revert "Gemini Image系列支持图像编辑"

This commit is contained in:
Seefs
2025-11-30 18:45:54 +08:00
committed by GitHub
parent 10543789d7
commit b827d1f778
5 changed files with 5 additions and 81 deletions
-2
View File
@@ -27,8 +27,6 @@ import (
func SetupApiRequestHeader(info *common.RelayInfo, c *gin.Context, req *http.Header) {
if info.RelayMode == constant.RelayModeAudioTranscription || info.RelayMode == constant.RelayModeAudioTranslation {
// multipart/form-data
} else if info.RelayMode == constant.RelayModeImagesEdits {
// multipart/form-data
} else if info.RelayMode == constant.RelayModeRealtime {
// websocket
} else {