Skip to content

Commit

Permalink
fix: add enable_proxy to response
Browse files Browse the repository at this point in the history
  • Loading branch information
taskingaijc authored and DynamesC committed Jul 25, 2024
1 parent d97eb1a commit cf5afca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inference/app/models/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ def to_dict(self, lang: str):
"icon_svg_url": self.icon_svg_url,
"resources": self.resources.model_dump(),
"updated_timestamp": self.updated_timestamp,
"enable_proxy": self.enable_proxy,
"enable_custom_headers": self.enable_custom_headers,
}

def allowed_credential_names(self):
Expand Down

0 comments on commit cf5afca

Please sign in to comment.