Sign up to save tools and stay up to date with the latest in AI
bg
bg
1

GitHub - overflowy/chat-key: Supercharge your productivity with ChatGPT and AutoHotkey 🚀

Aug 10, 2023 - github.com
ChatKey is a small tool that allows users to utilize their own ChatGPT/GPT-4 prompts in any application that supports text input. The tool requires the user to configure the OPENAI_TOKEN environment variable with their API key, download the latest release, extract all files, run the ChatKey.exe, and start typing in any application. The text can be selected as input for the prompt, and the user can press the hotkey to show the popup menu, select the prompt, wait for the response to be generated, review the response, and press enter.

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.
View Full Article

Comments (0)

Be the first to comment!