Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ IsRemoteImage
Method
IsRemoteImage
dto/openai_request.go:194–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
}
193
194
func
(m *MessageImageUrl) IsRemoteImage() bool {
195
return
strings.HasPrefix(m.Url,
"http"
)
196
}
197
198
type
MessageInputAudio
struct
{
199
Data string `json:
"data"
`
//base64
Callers
1
requestOpenAI2Dify
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected