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

XFEstudio/gpt4free

Refactor OpenaiTemplate to remove API key print statement; update model providers by removing Blackbox references; enhance error handling in raise_for_status_async to handle JSON decoding errors gracefully.

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

代码差异

6 个文件 +1981 -954
Modified g4f/Provider/__init__.py +1 -1
Renamed g4f/Provider/deprecated/Blackbox.py +9 -9
Modified g4f/Provider/template/OpenaiTemplate.py +0 -1
Modified g4f/models.py +5 -12
Modified g4f/requests/raise_for_status.py +12 -8