GPT 学术优化(gpt_academic)
打开 gpt_academic/config_private.py 文件:

找到 config_private.py 中的 API_KEY 变量,将中转 key 填入:

往下滚动,找到 config_private.py 中的 API_URL_REDIRECT 变量,修改为(直接复制下面的代码块进去就行):
API_URL_REDIRECT = {"https://api.openai.com/v1/chat/completions":"https://api.leebay.cyou/v1/chat/completions"}
完事儿了,可以用了:

