A tool for using OpenAI's ChatAPI.
This tool provides a convenient interface for using OpenAI's ChatAPI. It allows for the transmission of all conversation history, enabling continuous dialogue. Additionally, it supports Markdown display, reproducing the user experience of the original ChatGPT.
In particular, this tool can serve as a supplementary tool when you have reached the limit of the number of times you can use GPT-4 per hour.
Registration for OpenAI's API (pay-as-you-go) is necessary to use this, and you can make requests to the ChatAPI using your own "SECRET API KEY".
------
*Update history
ver1.3.0 Modified to add model names that successfully made a request to the suggestion candidates for the model
ver1.2.0 Modified to allow message history editing
ver1.1.0 Supported English in the menu
ver1.0.0 Released