XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Fix model retrieval process in AnyModelProviderMixin

- Added error handling around model retrieval to prevent crashes when a provider fails. - Ensured that exceptions during model fetching are logged for debugging purposes. - Cleaned up the indentation and structure of the model retrieval logic for better readability.

fb26557d
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

3 个文件 +2571 -1354
Modified docker/Dockerfile +1 -1
Modified g4f/providers/any_provider.py +16 -13