MCPcopy
hub / github.com/songquanpeng/one-api / Adaptor

Struct Adaptor

relay/adaptor/xunfei/adaptor.go:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type Adaptor struct {
16 request *model.GeneralOpenAIRequest
17 meta *meta.Meta
18}
19
20func (a *Adaptor) Init(meta *meta.Meta) {
21 a.meta = meta

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected