Let Alfred query OpenAI for you
Alfred, the popular productivity assistant, can now help you query OpenAI, the artificial intelligence research company (written by OpenA).
Commands
- syn <word> <count (optional. Default: 5)> - generates list of synonyms. I.e. syn perfect 10
- ant <word> <count (optional. Default: 5)> - generates list of synonyms. I.e. ant ugly
- ⌘ + ⇧ + Space - write text which OpenAI will finish. I.e. How is heading and subheading group called? *Click Enter* 50 *Click enter to set max tokens* *Wait...* Answer: A group of headings and subheadings is called an outline.
Technicals
Written in Javascript. Dependencies: "openai": "^2.0.5, "chalk": "^5.0.1", "dotenv": "^16.0.1".