MCPcopy Index your code
hub / github.com/Integuru-AI/Integuru / set_default_model

Method set_default_model

integuru/util/LLM.py:18–21  ·  view source on GitHub ↗

Set the default model to use when no specific model is requested

(cls, model: str)

Source from the content-addressed store, hash-verified

16
17 @classmethod
18 def set_default_model(cls, model: str):
19 """Set the default model to use when no specific model is requested"""
20 cls._default_model = model
21 cls._instance = None # Reset instance to force recreation with new model
22
23 @classmethod
24 def revert_to_default_model(cls):

Callers 1

call_agentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected