> ## Content Index
> Fetch the complete content index at: https://lucent.blog/llms.txt
> Use this file to discover other available public pages before exploring further.

# Open AI代理失效问题
- URL: https://lucent.blog/openai-dai-li-shi-xiao-wen-ti/
- Published: 2023-03-31T09:48:52.000Z
- Updated: 2026-08-21T00:49:54.000Z
- Author: Lucent

之前的代码中预置了我自己的代理，所以才能在国内直接使用

现在之前的代理不能使用了，请自己手动替换  
在QBot.py文件中搜索

```language
https://chat-gpt.aurorax.cloud

```

将其替换成

```language
https://gpt.lucent.blog

```

目前的代码里一共有三个地方需要替换  
注意只替换域名，其他的不要动  

![image.png](https://img-1251540275.cos.ap-shanghai.myqcloud.com/blog/image_1680256093497.png)

![image.png](https://img-1251540275.cos.ap-shanghai.myqcloud.com/blog/image_1680256124185.png)