MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/optillm / reload

Method reload

optillm/plugins/proxy/config.py:79–81  ·  view source on GitHub ↗

Force reload configuration from disk.

(cls)

Source from the content-addressed store, hash-verified

77
78 @classmethod
79 def reload(cls) -> Dict[str, Any]:
80 """Force reload configuration from disk."""
81 return cls.load(force_reload=True)
82
83 @staticmethod
84 def _interpolate_env_vars(obj: Any) -> Any:

Callers 1

Calls 1

loadMethod · 0.80

Tested by 1