Spaces:
Sleeping
Sleeping
| 2026-01-22 14:35:54 - ai-core - ERROR - __init__:21 - [LLM_RESPONSE_ERROR] OpenAI API error: Error code: 404 - {'error': {'message': 'The model `string` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}} | |
| Traceback (most recent call last): | |
| File "/home/dtl/pose/application/mind-reframe/ai-core/app/core/llm/providers/openai.py", line 45, in chat | |
| response = await self.client.chat.completions.create( | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ...<5 lines>... | |
| ) | |
| ^ | |
| File "/home/dtl/miniconda3/lib/python3.13/site-packages/openai/resources/chat/completions.py", line 1661, in create | |
| return await self._post( | |
| ^^^^^^^^^^^^^^^^^ | |
| ...<41 lines>... | |
| ) | |
| ^ | |
| File "/home/dtl/miniconda3/lib/python3.13/site-packages/openai/_base_client.py", line 1838, in post | |
| return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/dtl/miniconda3/lib/python3.13/site-packages/openai/_base_client.py", line 1532, in request | |
| return await self._request( | |
| ^^^^^^^^^^^^^^^^^^^^ | |
| ...<5 lines>... | |
| ) | |
| ^ | |
| File "/home/dtl/miniconda3/lib/python3.13/site-packages/openai/_base_client.py", line 1633, in _request | |
| raise self._make_status_error_from_response(err.response) from None | |
| openai.NotFoundError: Error code: 404 - {'error': {'message': 'The model `string` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}} | |
| 2026-01-22 14:35:54 - ai-core - ERROR - process_chat:98 - Failed to process chat request: OpenAI API error: Error code: 404 - {'error': {'message': 'The model `string` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}} | |
| Traceback (most recent call last): | |
| File "/home/dtl/pose/application/mind-reframe/ai-core/app/core/llm/providers/openai.py", line 45, in chat | |
| response = await self.client.chat.completions.create( | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ...<5 lines>... | |
| ) | |
| ^ | |
| File "/home/dtl/miniconda3/lib/python3.13/site-packages/openai/resources/chat/completions.py", line 1661, in create | |
| return await self._post( | |
| ^^^^^^^^^^^^^^^^^ | |
| ...<41 lines>... | |
| ) | |
| ^ | |
| File "/home/dtl/miniconda3/lib/python3.13/site-packages/openai/_base_client.py", line 1838, in post | |
| return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/dtl/miniconda3/lib/python3.13/site-packages/openai/_base_client.py", line 1532, in request | |
| return await self._request( | |
| ^^^^^^^^^^^^^^^^^^^^ | |
| ...<5 lines>... | |
| ) | |
| ^ | |
| File "/home/dtl/miniconda3/lib/python3.13/site-packages/openai/_base_client.py", line 1633, in _request | |
| raise self._make_status_error_from_response(err.response) from None | |
| openai.NotFoundError: Error code: 404 - {'error': {'message': 'The model `string` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}} | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): | |
| File "/home/dtl/pose/application/mind-reframe/ai-core/app/services/chat_service.py", line 61, in process_chat | |
| response_data = await provider.chat( | |
| ^^^^^^^^^^^^^^^^^^^^ | |
| ...<4 lines>... | |
| ) | |
| ^ | |
| File "/home/dtl/pose/application/mind-reframe/ai-core/app/core/llm/providers/openai.py", line 70, in chat | |
| raise LLMResponseError( | |
| ...<2 lines>... | |
| ) | |
| app.utils.errors.LLMResponseError: OpenAI API error: Error code: 404 - {'error': {'message': 'The model `string` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}} | |
| 2026-01-22 14:35:54 - ai-core - ERROR - __init__:21 - [LLM_RESPONSE_ERROR] Failed to process chat: OpenAI API error: Error code: 404 - {'error': {'message': 'The model `string` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}} | |
| Traceback (most recent call last): | |
| File "/home/dtl/pose/application/mind-reframe/ai-core/app/core/llm/providers/openai.py", line 45, in chat | |
| response = await self.client.chat.completions.create( | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ...<5 lines>... | |
| ) | |
| ^ | |
| File "/home/dtl/miniconda3/lib/python3.13/site-packages/openai/resources/chat/completions.py", line 1661, in create | |
| return await self._post( | |
| ^^^^^^^^^^^^^^^^^ | |
| ...<41 lines>... | |
| ) | |
| ^ | |
| File "/home/dtl/miniconda3/lib/python3.13/site-packages/openai/_base_client.py", line 1838, in post | |
| return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/dtl/miniconda3/lib/python3.13/site-packages/openai/_base_client.py", line 1532, in request | |
| return await self._request( | |
| ^^^^^^^^^^^^^^^^^^^^ | |
| ...<5 lines>... | |
| ) | |
| ^ | |
| File "/home/dtl/miniconda3/lib/python3.13/site-packages/openai/_base_client.py", line 1633, in _request | |
| raise self._make_status_error_from_response(err.response) from None | |
| openai.NotFoundError: Error code: 404 - {'error': {'message': 'The model `string` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}} | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): | |
| File "/home/dtl/pose/application/mind-reframe/ai-core/app/services/chat_service.py", line 61, in process_chat | |
| response_data = await provider.chat( | |
| ^^^^^^^^^^^^^^^^^^^^ | |
| ...<4 lines>... | |
| ) | |
| ^ | |
| File "/home/dtl/pose/application/mind-reframe/ai-core/app/core/llm/providers/openai.py", line 70, in chat | |
| raise LLMResponseError( | |
| ...<2 lines>... | |
| ) | |
| app.utils.errors.LLMResponseError: OpenAI API error: Error code: 404 - {'error': {'message': 'The model `string` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}} | |