diff --git a/smartassist/src/utils.py b/smartassist/src/utils.py index 2f0c12c..c04b777 100644 --- a/smartassist/src/utils.py +++ b/smartassist/src/utils.py @@ -268,7 +268,6 @@ class GlobalState: return # No value returned - def get_list_of_available_llms(self, endpoint: Optional[dict] = None) -> Optional[list[str]]: """ Returns a sorted list of Large Language Models (LLMs) available at the specified endpoint.