runtime error
Exit code: 1. Reason: examples_stream_fn async for response in generator: yield self._process_example(message, response) File "/usr/local/lib/python3.13/site-packages/gradio/utils.py", line 868, in __anext__ return await anyio.to_thread.run_sync( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ run_sync_iterator_async, self.iterator, limiter=self.limiter ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/anyio/to_thread.py", line 63, in run_sync return await get_async_backend().run_sync_in_worker_thread( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ func, args, abandon_on_cancel=abandon_on_cancel, limiter=limiter ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/anyio/_backends/_asyncio.py", line 2592, in run_sync_in_worker_thread return await future ^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/anyio/_backends/_asyncio.py", line 1029, in run result = context.run(func, *args) File "/usr/local/lib/python3.13/site-packages/gradio/utils.py", line 851, in run_sync_iterator_async return next(iterator) File "/usr/local/lib/python3.13/site-packages/gradio/external_utils.py", line 153, in chat_fn handle_hf_error(e) ~~~~~~~~~~~~~~~^^^ File "/usr/local/lib/python3.13/site-packages/gradio/external_utils.py", line 335, in handle_hf_error raise Error(str(e) or f"An error occurred: {type(e).__name__}") from e gradio.exceptions.Error: "Client error '402 Payment Required' for url 'https://router.huggingface.co/v1/chat/completions' (Request ID: Root=1-6a3c4742-581e77cf1474ffd625e87ed7;ff4a1186-9738-40fd-a685-32f7d180ad91)\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/402\n\nYou have depleted your monthly included credits. Purchase pre-paid credits to continue using Inference Providers. Alternatively, subscribe to PRO to get 20x more included usage."
Container logs:
Fetching error logs...