From 5ce92a56024be97531afa3b4067c604ef85b215e Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Tue, 6 Aug 2024 00:22:16 +0200 Subject: [PATCH] Tog bort en tomrad bara... --- smartassist/src/utils.py | 1 - 1 file changed, 1 deletion(-) 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.