-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12f23a8
commit 3be88bd
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# <img src='Workflow/icon.png' width='45' align='center' alt='icon'> ChatGPT / DALL-E Alfred Workflow | ||
|
||
OpenAI integrations | ||
|
||
[⤓ Install on the Alfred Gallery](https://alfred.app/workflows/alfredapp/openai) | ||
|
||
## Setup | ||
|
||
1. Create an OpenAI account and [log in](https://platform.openai.com/login?launch). | ||
2. On the [API keys page](https://platform.openai.com/api-keys), click `+ Create new secret key`. | ||
3. Name your new secret key and click `Create secret key`. | ||
4. Copy your secret key and add it to the [Workflow’s Configuration](https://www.alfredapp.com/help/workflows/user-configuration/). | ||
|
||
**Hot tip:** Using earlier models (e.g. ChatGPT 3.5 and DALL·E 2) is the most cost-effective way to use these OpenAI tools and stretch your credit a long way! | ||
|
||
## Usage | ||
|
||
Query ChatGPT via the `chatgpt` keyword. | ||
|
||
![Start ChatGPT query](Workflow/images/about/chatgptkeyword.png) | ||
|
||
![Querying ChatGPT](Workflow/images/about/chatgpttextview.png) | ||
|
||
* <kbd>↩︎</kbd> Ask a new question. | ||
* <kbd>⌘</kbd><kbd>↩︎</kbd> Clear and restart chat. | ||
* <kbd>⌥</kbd><kbd>↩︎</kbd> Copy last answer. | ||
* <kbd>⌃</kbd><kbd>↩︎</kbd> Copy full chat. | ||
* <kbd>⇧</kbd><kbd>↩︎</kbd> Stop generating answer. | ||
|
||
Query DALL·E via the `dalle` keyword. | ||
|
||
![Start DALL-E query](Workflow/images/about/dallekeyword.png) | ||
|
||
![Querying DALL-E](Workflow/images/about/dalletextview.png) | ||
|
||
* <kbd>↩︎</kbd> Send a new prompt. | ||
* <kbd>⌥</kbd><kbd>↩︎</kbd> Reveal the most recent image in the Finder. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters