A program let you query GPT from any input area.
- Call LLM without disconnecting from the workspace.
- The fastest way to get answer from GPT.
- Cross-platform [win,mac]
- Multilingual [en,zh,jp,es,az,fr]
- Customize prompts, temperature
- Open InputGPT click "Set API KEY" to provide OpenAI Key.
- Select the text for query, copy the text to clipboard
- Click HotKey
space + shift
to query GPT - One click
ESC
key to stop generate - Triple click
ESC
key to quick clear context
Click "Set API KEY" InputGPT will open env.txt
file
Add a new line to the file like this GPT_HOTKEYS=shift+space
then save and close the file.
the keycode reference:
Just Copy the json like below copy one of them:
Act as ChatGPT
{
"name": "ChatGPT",
"model": "gpt-4o",
"headMessages": [
{
"role": "system",
"content": "You are a helpful assistant."
}
],
"maxContext": 20
}
Translate
{
"name": "Translate",
"model": "gpt-4o",
"headMessages": [
{
"role": "system",
"content": "Your are a translator, you translate any text I give you into {{.mylang}}. Just give me the result, do not explain."
},
{
"role": "user",
"content": "{{.msg}}"
}
],
"maxContext": 0
}
then click then import menu of the app.
build_win.bat
or
build.sh