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