You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; This program is free software: you can redistribute it and/or modify
@@ -55,6 +55,8 @@ global REJECT1 := "Compose a negative response/rejection to the following text"
55
55
global REJECT2 := "Answer in my name. Maintain the language and level of formality. Write only the rejection, nothing else. KEEP THE ORIGINAL LANGUAGE OF THE TEXT (E.G. ENGLISH OR GERMAN)!"
56
56
global ACCEPT1 := "Compose an affirmative response/acceptance to the following text"
57
57
global ACCEPT2 := "Answer in my name. Maintain the language and level of formality. Write only the acceptance, nothing else. KEEP THE ORIGINAL LANGUAGE OF THE TEXT (E.G. ENGLISH OR GERMAN)!"
@@ -105,6 +107,8 @@ global REJECT1 := "Verfasse eine verneinende/ablehnende Antwort/Absage auf folge
105
107
global REJECT2 := "Antworte in meinem Namen. Behalte Sprache und Formalitätsgrad bei. Schreibe nur die Absage, sonst nichts. BEHALTE DIE ORIGINAL-SPRACHE DES TEXTS (Z. B. DEUTSCH ODER ENGLISCH) BEI!"
106
108
global ACCEPT1 := "Verfasse eine bejahende/zustimmende Antwort/Zusage auf folgenden Text"
107
109
global ACCEPT2 := "Antworte in meinem Namen. Behalte Sprache und Formalitätsgrad bei. Schreibe nur die Zusage, sonst nichts. BEHALTE DIE ORIGINAL-SPRACHE DES TEXTS (Z. B. DEUTSCH ODER ENGLISCH) BEI!"
Copy file name to clipboardexpand all lines: README.md
+15
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,21 @@ To make changes, simply copy the file to your Documents folder and edit it there
207
207
208
208
For German-speaking users, a localized version called `AI-Hotkeys-de.ini` is also available. On German Windows systems, this file will be automatically loaded when placed in your Documents folder or in the same directory as the executable.
209
209
210
+
### Pro Setting
211
+
212
+
The `Pro` setting in the INI file controls how the app interacts with Perplexity's Pro features:
213
+
214
+
- `Pro=true` (default): Always uses Pro search for all queries.
215
+
- `Pro=auto`: Automatically determines whether to use Pro search based on the task, helping to conserve Pro searches for non-subscribers.
216
+
- `Pro=false`: Never uses Pro search, suitable for non-subscribers or those who want to avoid using Pro searches automatically.
217
+
218
+
This setting is particularly useful fornon-Pro subscribers who want to limit their Pro search usage. You can adjust thisin the `[Settings]` section of your INI file:
219
+
220
+
```ini
221
+
[Settings]
222
+
Pro=auto ; or true/false
223
+
```
224
+
210
225
## A Personal Note
211
226
212
227
Since developing **AI-Hotkeys**, I've been using it extensively in my daily workflow and have found it to be an incredibly valuable tool. I'm sharing it with you all in the hope that it might prove as beneficial to you as it has been to me.
0 commit comments