ChatGPT With MySQL Cache VSCode ExtensionThis is a Visual Studio Code extension for ChatGPT with MySQL cache. If hit in mysql database, it will return the result from the database, otherwise return the result from ChatGPT. UsageTo use the extension: This extension uses the official OpenAI library After you install the ChatGPTMySQL plug in, you should reload the window. ctrl + p, then input reload Open the settings[Ctrl + ,] and search for "chatgptsql", configure the corresponding options according to the prompts. You should config the API key get from OpenAI: https://openai.com/account/api-keys, If you want to cache ChatGPT records(input/output) in MySQL, you need to configure the relevant options for the MySQL database: host, user, and password. Then you can use it, just select some code then right click, then select the "ChatGPTMySQL" menu, then select the sub command. Once you're authenticated, you can ask ChatGPT any question and supply source code from your current file/selection. Install the plugin from this Github repositoryCommands:
FeaturesCommands:
Everything are available from the context menu when right-clicking in the editor. SupportIf you need help using this extension, please open an issue on the GitHub repository for this extension. Credits
|