MCPcopy
hub / github.com/QuantumNous/new-api / GetModelMapping

Method GetModelMapping

model/channel.go:502–507  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

500}
501
502func (channel *Channel) GetModelMapping() string {
503 if channel.ModelMapping == nil {
504 return ""
505 }
506 return *channel.ModelMapping
507}
508
509func (channel *Channel) GetStatusCodeMapping() string {
510 if channel.StatusCodeMapping == nil {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected