🚀 Quick Start
Just two steps to switch seamlessly.
API_KEY
-
Get the
api_key
from Telegram 🤖 -
Fill in the
api_key
obtained into your configuration file.
For example:
-
Original:
"openai_api_key": "",
-
Now:
"openai_api_key": "sk-PezmXIQqS5POgmbJQFSyT3AlbkWJRIeNFsI46Ve8c7ZY8Vhw",
TIP
Your OpenAI api_key has been encrypted with advanced technology. Please make sure to use it with our platform's request address.
URL
Add "-365pro" to the end of the original request address api.openai.com
, i.e., api.openai-365pro.com
.
For example:
-
Original:
https://api.openai.com/v1/chat/completions
-
Now:
https://api.openai-365pro.com/v1/chat/completions