Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
linexjlin committed Jan 3, 2024
1 parent c3dc0e4 commit 348ba10
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,37 @@ A program let you query GPT from any input area.

## What the app can do?
* Call LLM without disconnecting from the workspace.
* Call LLM in the fastest way possible.
* The fastest way to get answer from GPT.

## Features
* Cross-platform [win,mac]
* Multilingual [en,zh,jp,es,az,fr]
* Customize prompts

# Usage

## Quick start
1. Open InputGPT click "Set API KEY" to provide OpenAI Key.
1. Copy the text to clipboard
1. Click `shift + space` to query GPT
1. Press `ESC` key to stop generate
1. Select the text for query, copy the text to clipboard
1. Click HotKey `shift + space` to query GPT
1. One click `ESC` key to stop generate
1. Triple click `ESC` key to quick clear context

## User define HotKey
Click "Set API KEY" InputGPT will open `env.txt` file

Click "Set API KEY" InputGPT will open `env.txt` file

Add a new line to the file like this `GPT_HOTKEYS=space+shift` then save and close the file.

the keycode [reference](https://github.com/vcaesar/keycode/blob/main/keycode.go):
![](https://ipfs.ee/ipfs/QmaBtanJEmt8krtLLAL2zE9QYyNodQ7bvkRofNuWABaZmn/d6636a7b-cb75-494f-84ac-3935382544d8.png)

![](https://ipfs.ee/ipfs/QmTusxyAgEg8cFWU7dvtPcU5R7tY3mxpZMd36dBkixTQhT/3b12e13c-19cf-4392-867b-74b35e030e9c.png)

## Import Prompt

Just Copy the json like below copy one of them:

Act as ChatGPT
```json
{
"name": "ChatGPT",
Expand All @@ -40,6 +48,8 @@ Just Copy the json like below copy one of them:
}
```

Translate

```json
{
"name": "Translate",
Expand All @@ -59,9 +69,9 @@ Just Copy the json like below copy one of them:
```
then click then import menu of the app.

![](https://ipfs.ee/ipfs/QmPW2FcmLvfZLbT5Ak6FYWRSc9FWJ5p3waQ4PrCPEzeH5R/6d498736-0911-460a-8fe2-8e91c8ca3340.png)
![](https://ipfs.ee/ipfs/QmWKuLddH695Qmbpr7ndaDW3FsJu8ipdmYn6h6iieyjTv2/a24ed277-e55c-4ceb-a339-0ef0fb2b1827.png)

[For more templates](https://inputgpt.vercel.app/)
[For more templates](https://inputgpt.vercel.app/examples)

# DEMO

Expand Down

0 comments on commit 348ba10

Please sign in to comment.