We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Traceback (most recent call last): File "/Users/aarondiamond-reivich/Desktop/advanced-python-training/venv/lib/python3.11/site-packages/mito_ai/handlers.py", line 107, in on_message await self._handle_request(request, prompt_type=request.type) File "/Users/aarondiamond-reivich/Desktop/advanced-python-training/venv/lib/python3.11/site-packages/mito_ai/handlers.py", line 168, in _handle_request reply = await self._llm.request_completions(request, prompt_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/aarondiamond-reivich/Desktop/advanced-python-training/venv/lib/python3.11/site-packages/mito_ai/providers.py", line 282, in request_completions ai_response = await get_ai_completion_from_mito_server( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/aarondiamond-reivich/Desktop/advanced-python-training/venv/lib/python3.11/site-packages/mito_ai/utils/open_ai_utils.py", line 68, in get_ai_completion_from_mito_server res = await http_client.fetch( ^^^^^^^^^^^^^^^^^^^^^^^^ tornado.simple_httpclient.HTTPTimeoutError: Timeout during request "
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: