summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Local.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/Local.py')
-rw-r--r--g4f/Provider/Local.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/Local.py b/g4f/Provider/Local.py
index b4d096de..c08064b9 100644
--- a/g4f/Provider/Local.py
+++ b/g4f/Provider/Local.py
@@ -12,6 +12,7 @@ from ..providers.base_provider import AbstractProvider, ProviderModelMixin
from ..errors import MissingRequirementsError
class Local(AbstractProvider, ProviderModelMixin):
+ label = "gpt4all"
working = True
supports_message_history = True
supports_system_message = True