We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 640db6e + 25301bc commit f9e0486Copy full SHA for f9e0486
README.md
@@ -1,7 +1,9 @@
1
# POE API to OpenAI API
2
-[简体中文说明](README_ZH.md)
+This is a project that converts the official `poe.com` API to the OpenAI API.
3
+
4
+`poe-2-openai` `poe-to-openai` `poe-gpt-api` `poe-openai-api` `poe-to-gpt` `poe-2-gpt` `poe-api` `gpt-api` `openai-api`
5
-This is a project that converts the official `poe.com` API to the OpenAI API. It only supports the `/v1/chat/completions` endpoint.
6
+[简体中文说明](README_ZH.md)
7
8
## Changelog
9
1.0.0 `/v1/chat/completions` endpoint support
@@ -82,4 +84,4 @@ PROXY_HOST=127.0.0.1 # Proxy address
82
84
PROXY_PORT=6668 # Proxy port
83
85
PROXY_USERNAME= # Proxy username, optional
86
PROXY_PASSWORD= # Proxy password, optional
-```
87
+```
0 commit comments