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
我试了修改config.py里的地址,新建的./py文件里添加openai_api_key=XXX和openai_api_base = XXX之类的,但运行还是提示无法连上api.openai.com,最后我把openai文件夹里的地址都改了也不行哎。
The text was updated successfully, but these errors were encountered:
pygame.error: dsp: No such audio device
Sorry, something went wrong.
老哥这问题你解决了吗?我现在也还是这样报错
我找到src/langup/utils/mixins.py在 openai.api_key = config.openai_api_key后面加上就可以了 openai.api_base = config.openai_api_base
No branches or pull requests
我试了修改config.py里的地址,新建的./py文件里添加openai_api_key=XXX和openai_api_base = XXX之类的,但运行还是提示无法连上api.openai.com,最后我把openai文件夹里的地址都改了也不行哎。
The text was updated successfully, but these errors were encountered: