Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ Done
Function
Done
relay/helper/common.go:97–99 ·
view source on GitHub ↗
(c *gin.Context)
Source
from the content-addressed store, hash-verified
95
}
96
97
func
Done(c *gin.Context) {
98
_ = StringData(c,
"[DONE]"
)
99
}
100
101
func
WssString(c *gin.Context, ws *websocket.Conn, str string) error {
102
if
ws == nil {
Callers
8
GeminiChatStreamHandler
Function · 0.92
xAIStreamHandler
Function · 0.92
handleFinalResponse
Function · 0.92
tencentStreamHandler
Function · 0.92
difyStreamHandler
Function · 0.92
cfStreamHandler
Function · 0.92
HandleStreamFinalResponse
Function · 0.92
cozeChatStreamHandler
Function · 0.92
Calls
1
StringData
Function · 0.85
Tested by
no test coverage detected