MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / shutdown

Method shutdown

datastudio/models/mp_openai_api.py:325–330  ·  view source on GitHub ↗

Shutdown and release resources. Workers are ephemeral (created per generate() call), nothing to clean up.

(self)

Source from the content-addressed store, hash-verified

323 return api.generate_inner(inputs, **kwargs)
324
325 def shutdown(self):
326 """Shutdown and release resources.
327
328 Workers are ephemeral (created per generate() call), nothing to clean up.
329 """
330 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected