MCPcopy Create free account
hub / github.com/astercloud/aster / GetStats

Method GetStats

pkg/agent/model_fallback.go:234–236  ·  view source on GitHub ↗

GetStats 获取统计信息

()

Source from the content-addressed store, hash-verified

232
233// GetStats 获取统计信息
234func (m *ModelFallbackManager) GetStats() *FallbackStats {
235 return m.stats
236}
237
238// EnableModel 启用指定模型
239func (m *ModelFallbackManager) EnableModel(provider, model string) error {

Calls

no outgoing calls