@@ -1,5 +1,4 @@
-1.修改源代码中你想代理的端点和代理配置:
-# 修改为你自己的翻墙代理配置
+在源码开头修改为你自己的翻墙代理配置
```
SOCKS_PROXY = 'socks5h://host.docker.internal:20170'
@@ -8,7 +7,7 @@ proxies = {
'https': SOCKS_PROXY
}
-# 修改为你想代理的openai端点
+修改为你想代理的openai端点
API_BASE = "https://api.groq.com/openai"