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

XFEstudio/gpt4free

Updated g4f/gui/server/api.py

55e55d77
kqlio67 <kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/gui/server/api.py +1 -1
@@ -197,7 +197,7 @@ class Api():
197 197 ) as session:
198 198 async def copy_image(image):
199 199 if image.startswith("data:"):
200 # Обробка URL-адреси даних
200 # Processing the data URL
201 201 data_uri_parts = image.split(",")
202 202 if len(data_uri_parts) == 2:
203 203 content_type, base64_data = data_uri_parts