GXX il y a 1 mois
Parent
commit
a7adef6700
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -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"