Skip to content

Commit

Permalink
hide default
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jan 25, 2025
1 parent 2758f0f commit ae464a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agixt/Providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def get_providers_with_details():
continue
if provider == "gpt4free":
continue
if provider == "default":
continue
module = importlib.import_module(f"providers.{provider}")
provider_class = getattr(module, f"{provider.capitalize()}Provider")
provider_settings = get_provider_options(provider_name=provider)
Expand Down

0 comments on commit ae464a8

Please sign in to comment.