This file contains hidden or 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
-- Source : https://tinyurl.com/223rkcsx | |
-- set openAI api key | |
set apiKey to {OPENAI_API_KEY} -- replace key | |
-- Get copied text from clipboard | |
set inputText to (the clipboard) | |
-- Validate if clipboard is empty | |
if inputText is "" then |
OlderNewer