runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 974, in json return complexjson.loads(self.text, **kwargs) File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.9/json/decoder.py", line 340, in decode raise JSONDecodeError("Extra data", s, end) json.decoder.JSONDecodeError: Extra data: line 1 column 5 (char 4) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/runpy.py", line 188, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/local/lib/python3.9/runpy.py", line 111, in _get_module_details __import__(pkg_name) File "/usr/local/lib/python3.9/site-packages/g4f/__init__.py", line 7, in <module> from .models import Model File "/usr/local/lib/python3.9/site-packages/g4f/models.py", line 5, in <module> from .Provider.not_working import Ai4Chat File "/usr/local/lib/python3.9/site-packages/g4f/Provider/__init__.py", line 15, in <module> from .Airforce import Airforce File "/usr/local/lib/python3.9/site-packages/g4f/Provider/Airforce.py", line 10, in <module> from .airforce.AirforceChat import AirforceChat File "/usr/local/lib/python3.9/site-packages/g4f/Provider/airforce/__init__.py", line 1, in <module> from .AirforceChat import AirforceChat File "/usr/local/lib/python3.9/site-packages/g4f/Provider/airforce/AirforceChat.py", line 45, in <module> class AirforceChat(AsyncGeneratorProvider, ProviderModelMixin): File "/usr/local/lib/python3.9/site-packages/g4f/Provider/airforce/AirforceChat.py", line 54, in AirforceChat data = response.json() File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 978, in json raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) requests.exceptions.JSONDecodeError: Extra data: line 1 column 5 (char 4)
Container logs:
Fetching error logs...