返回提交历史
Modified
g4f/gui/server/api.py
+1
-1
XFEstudio/gpt4free
Updated g4f/gui/server/api.py
55e55d77
代码差异
1 个文件
+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