From 55e55d77a274aa034bab617e3be8e9d2ca329034 Mon Sep 17 00:00:00 2001 From: kqlio67 Date: Wed, 4 Sep 2024 22:31:00 +0300 Subject: Updated g4f/gui/server/api.py --- g4f/gui/server/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g4f/gui/server/api.py b/g4f/gui/server/api.py index 78b41357..c984abec 100644 --- a/g4f/gui/server/api.py +++ b/g4f/gui/server/api.py @@ -197,7 +197,7 @@ class Api(): ) as session: async def copy_image(image): if image.startswith("data:"): - # Обробка URL-адреси даних + # Processing the data URL data_uri_parts = image.split(",") if len(data_uri_parts) == 2: content_type, base64_data = data_uri_parts -- cgit v1.2.3