Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c74d89c4
authored
Oct 20, 2025
by
IcedTangerine
Committed by
GitHub
Oct 20, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: Comment out debug log in adaptor.go
Comment out the debug log for MiniMax TTS Request.
parent
d52505ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
relay/channel/minimax/adaptor.go
+1
-1
No files found.
relay/channel/minimax/adaptor.go
View file @
c74d89c4
...
@@ -69,7 +69,7 @@ func (a *Adaptor) ConvertAudioRequest(c *gin.Context, info *relaycommon.RelayInf
...
@@ -69,7 +69,7 @@ func (a *Adaptor) ConvertAudioRequest(c *gin.Context, info *relaycommon.RelayInf
c
.
Set
(
"response_format"
,
outputFormat
)
c
.
Set
(
"response_format"
,
outputFormat
)
// Debug: log the request structure
// Debug: log the request structure
fmt
.
Printf
(
"MiniMax TTS Request: %s
\n
"
,
string
(
jsonData
))
//
fmt.Printf("MiniMax TTS Request: %s\n", string(jsonData))
return
bytes
.
NewReader
(
jsonData
),
nil
return
bytes
.
NewReader
(
jsonData
),
nil
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment