Skip to content

Commit

Permalink
fix: fix provider description
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed Jun 24, 2024
1 parent ad900c7 commit e17f5bb
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 146 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ def _get_provider_parameter_info(cls, model: str) -> Dict[str, Any]:
field_type = DocstringGenerator.get_field_type(
provider_params_field.type, False, "website"
)
default_priority = provider_params_field.type.__args__[0]
default_priority = provider_params_field.type.__args__
description = (
"The provider to use, by default None. "
"If None, the priority list configured in the settings is used. "
Expand Down
Loading

0 comments on commit e17f5bb

Please sign in to comment.