Skip to content

Commit 78008ae

Browse files
authored
Update README.md
1 parent 50c2500 commit 78008ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
`config.json` 文件中,配置以下参数:
1010

11-
- `PROXY_OPTION`: 代理选项。例如,可以配置为 "DIRECT"(无代理)或 "SOCKS5 127.0.0.1:5000"(SOCKS5 代理)
11+
- `PROXY_OPTION`: 代理选项。例如,可以配置为 "DIRECT"(无代理)或 "SOCKS5 127.0.0.1:5000"(SOCKS5 代理)或 "HTTP 127.0.0.1:5000"(HTTP 代理)
1212
- `APIKEY`: API 密钥
1313
- `API_URL`: API URL,例如 "https://api.openai.com/v1/completions"
1414
- `MODEL`: 模型名称,例如 "text-davinci-003"
@@ -40,4 +40,4 @@ What is Python?
4040
答案: Python is a high-level, interpreted, general-purpose programming language. It is a powerful and versatile language that is used for a wide range of applications, from web development to data science. Python is known for its readability and ease of use, making it a great language for beginners. It also has a large and active community of developers who contribute to the language and its libraries.
4141
请输入问题,或输入 'quit' 退出:
4242
quit
43-
```
43+
```

0 commit comments

Comments
 (0)