mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-04-09 07:42:42 +00:00
Remove commented debug logging in ConvertOpenAIResponsesRequestToGeminiCLI
This commit is contained in:
@@ -10,6 +10,5 @@ import (
|
||||
func ConvertOpenAIResponsesRequestToGeminiCLI(modelName string, inputRawJSON []byte, stream bool) []byte {
|
||||
rawJSON := bytes.Clone(inputRawJSON)
|
||||
rawJSON = ConvertOpenAIResponsesRequestToGemini(modelName, rawJSON, stream)
|
||||
// log.Debug(string(rawJSON))
|
||||
return ConvertGeminiRequestToGeminiCLI(modelName, rawJSON, stream)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user