MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / get_stats

Method get_stats

core/inference_hybrid.py:269–275  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

267 return "chat_completions"
268
269 def get_stats(self) -> Dict[str, Any]:
270 return {
271 "active_backend": self.backend_name,
272 "host": self._host,
273 "port": self._port,
274 "calls_made": self._calls_made,
275 }
276
277
278# Global singleton

Callers 2

get_model_statusFunction · 0.45

Calls

no outgoing calls

Tested by 1