Integrations
Dynamic provisioning out-of-the-box
LangChain
You can use the with
statement to use a dedicated LLM. The DedicatedLLM
class which automatically shuts down and deletes your instance as soon as the with
block is left.
Last updated