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

Method shutdown

datastudio/models/openai_api.py:628–633  ·  view source on GitHub ↗

Shutdown and release resources. Session is created and destroyed per generate() call.

(self)

Source from the content-addressed store, hash-verified

626 return 0, answer, response
627
628 def shutdown(self):
629 """Shutdown and release resources.
630
631 Session is created and destroyed per generate() call.
632 """
633 pass

Callers 1

_worker_fnFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected