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
在运行客户端的时候,出现报错: Error code: 404 - {'detail': 'Not Found'},完整报错如下: return self._request( ~~~~~~~~~~~~~^ cast_to=cast_to, ^^^^^^^^^^^^^^^^ ...<3 lines>... retries_taken=retries_taken, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "~/python3.13/site-packages/openai/_base_client.py", line 1064, in _request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'detail': 'Not Found'} ^CKeyboard interruption in main thread... closing server. 请问可能是哪里出了问题?谢谢!
No response
请问是否有可能的问题原因?
The text was updated successfully, but these errors were encountered:
需要看一下后台的报错。只有一个前端无法debug
Sorry, something went wrong.
zRzRzRzRzRzRzR
No branches or pull requests
System Info / 系統信息
在运行客户端的时候,出现报错: Error code: 404 - {'detail': 'Not Found'},完整报错如下:
return self._request(
~~~~~~~~~~~~~^
cast_to=cast_to,
^^^^^^^^^^^^^^^^
...<3 lines>...
retries_taken=retries_taken,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "~/python3.13/site-packages/openai/_base_client.py", line 1064, in _request
raise self._make_status_error_from_response(err.response) from None
openai.NotFoundError: Error code: 404 - {'detail': 'Not Found'}
^CKeyboard interruption in main thread... closing server.
请问可能是哪里出了问题?谢谢!
Who can help? / 谁可以帮助到您?
No response
Information / 问题信息
Reproduction / 复现过程
Expected behavior / 期待表现
请问是否有可能的问题原因?
The text was updated successfully, but these errors were encountered: