HiddenGPT
-
HiddenGPT is a simple C# app that monitors your clipboard and sends it to OpenAI's API when you click the selected hotkey. It then copies the response to your clipboard. This allows you to interact with OpenAI's API without having to leave your browser or editor.
-
It is disguised as a simple tray icon with the Netflix logo. It is also completely open source, so you can be sure that it's not doing anything malicious.
Settings | Tray Icon |
---|---|
To install HiddenGPT, download the latest release from the releases page. You can then run the executable from anywhere on your computer.
- Input your OpenAI API key into the settings (You can find it here)
- Press
Win + R
to open the run dialog - Type
shell:startup
and press enter - Create a shortcut to the HiddenGPT executable in the folder that opened
- Copy a prompt to your clipboard
- Press the hotkey (Default:
Ctrl + Shift + G
) - And that's it! The response will be copied to your clipboard!
Clear Context
: Resets the remembered conversation contextHide
: Permanently hides the tray icon (Need to restart the process to get it back)Exit
: Exits the application
API Key
: Your OpenAI API key. You can find it hereRequest Url
: The OpenAI url to send the request to. (Default:https://api.openai.com/v1/chat/completions
)Proxy Url
: The proxy url to send the request through. (Default:https://estate.red/hiddengpt.php
)Model
: The model to use. (Default:gpt-3.5-turbo
) (You can find a list of models here)System Msg
: The role that the AI should live into. (Default:You are the most intelligent person in the world. You can answer any question, however you do not respond to a question you cant answer.
)Max Tokens
: The maximum number of tokens to use. (Default:100
)Hotkey
: The hotkey to use to send the request. (Default:Ctrl + Shift + G
)Proxied Requests
: Whether or not to send requests through a proxy. (Default:true
)Remember Context
: Whether or not to remember the context of the conversation. (Default:true
)Auto Paste
: Whether or not to automatically paste the response. (Default:true
)Instant
: Whether or not to type the response instantly or letter by letter. (Default:false
)
(You can change any of the settings by double clicking the tray icon)
- Download the hiddengpt.php
- Upload it to a web server that runs PHP (I recommend 000webhost or Replit)
- Change the
Proxy Url
setting to the url of that point to the file (e.g.https://example.000webhost.com/hiddengpt.php
)