Skip to content

Commit 44d85a6

Browse files
committed
Update README and start.html to clarify API key setup: Revised instructions to indicate the availability of free tokens from the server and the option to purchase more or provide a personal OpenAI API key. Updated feature description to reflect the app's capability to detect triple-copy clipboard operations.
1 parent 69e2503 commit 44d85a6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ So basically you can use this app to make your text more readable by 3 times cop
99

1010
💾 [Download the latest version for Mac, Windows and Linux](https://github.com/LimTec-de/pasteAi/releases/latest)
1111

12-
️You need an OpenAI API key to use this app. You can get one [here](https://platform.openai.com/api-keys).
13-
Then open pasteAI settings via Tray Menu and paste your key then restart the app.
12+
️ You can use some free tokens from our server. After this, you'll need to either purchase more tokens from [pasteai.app](https://pasteai.app) or provide your own OpenAI API key from [OpenAI's website](https://platform.openai.com/api-keys).
13+
Then open pasteAI settings via Tray Menu and paste your key.
1414

1515
## Features
1616

17-
- Automatically detects double-copy clipboard operations
17+
- Automatically detects triple-copy clipboard operations
1818
- Optimizes text formatting instantly
1919
- Runs silently in the background
2020
- Cross-platform support
@@ -80,3 +80,4 @@ PasteAI is released under the GNU General Public License. For detailed legal inf
8080

8181
For legal information and contact details, please visit our [Imprint page](https://www.limtec.de/#imprint).
8282
</rewritten_file>
83+
```

start.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,12 @@ <h2>🔄 How It Works</h2>
8484
</div>
8585

8686
<h2>⚙️ Important Setup</h2>
87-
<p>Before you can use the app, you need to set up your OpenAI API key in the settings.
88-
You can get an API key from <a href="https://platform.openai.com/api-keys" target="_blank">OpenAI's
87+
<p>You can use some free tokens from our server. After this, you'll need to either
88+
purchase more tokens from <a href="https://pasteai.app" target="_blank">pasteai.app</a> or provide
89+
your own OpenAI API key from <a href="https://platform.openai.com/api-keys" target="_blank">OpenAI's
8990
website</a>.
9091
</p>
9192

92-
<p><strong>📝 Note:</strong> After setting up your API key, please restart the app.</p>
93-
9493
<p><strong>💡 Quick Tip:</strong> The app runs silently in the background. All main functions are available
9594
through
9695
the tray icon in your system tray/menu bar.</p>

0 commit comments

Comments
 (0)