The tool can be configured by editing the config.ini file, which includes general settings such as the hotkey to show the popup menu, whether to replace the selected text with the response, whether to show a notification when generating a response, and the maximum length of input text. Users can also add new prompts by including a new section in the config.ini file. Each prompt can be individually configured with parameters such as the name, shortcut, system content, model, temperature, top_p, presence_penalty, and frequency_penalty. The tool does not require a restart to apply changes, except for the global popup_menu_hotkey.
Key takeaways:
- ChatKey is a tool that allows you to use your own ChatGPT/GPT-4 prompts in any application that supports text input.
- The tool requires an OPENAI_TOKEN environment variable configured with your API key, and it can be run in any application that supports text input.
- ChatKey can be customized by editing the config.ini file, including general settings and adding new prompts.
- The code for ChatKey is licensed under the MIT License.