forked from raycast/extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New extension: Perplexity-API (raycast#10511)
* added folder * initial upload * fixed casual prompt * Update extensions/perplexity-api/CHANGELOG.md Co-authored-by: Per Nielsen Tikær <per@raycast.com> * Update extensions/perplexity-api/README.md Co-authored-by: Per Nielsen Tikær <per@raycast.com> * Added placeholder * fixed separator * Fix placeholder value in package.json * Add academic command * updated summarize command * added disabledByDefault to some commands * Updated CHANGELOG and add disabled commands to README * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <per@raycast.com> Co-authored-by: raycastbot <bot@raycast.com>
- Loading branch information
1 parent
5b56b95
commit d658f40
Showing
30 changed files
with
2,742 additions
and
0 deletions.
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,4 @@ | ||
{ | ||
"root": true, | ||
"extends": ["@raycast"] | ||
} |
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,13 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# Raycast specific files | ||
raycast-env.d.ts | ||
.raycast-swift-build | ||
.swiftpm | ||
compiled_raycast_swift | ||
|
||
# misc | ||
.DS_Store |
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,4 @@ | ||
{ | ||
"printWidth": 120, | ||
"singleQuote": false | ||
} |
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,3 @@ | ||
# Perplexity API Changelog | ||
|
||
## [Initial Version] - 2024-07-01 |
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,28 @@ | ||
# Perplexity API | ||
|
||
Perplexity API offers a wide range of AI models such as Mistral, Meta's Llama and their own models. | ||
With this powerful extension, you can boost your productivity using advanced AI models without having to leave your Raycast interface. | ||
|
||
## Getting an API Key | ||
|
||
1. Go to [Perplexity API](https://www.perplexity.ai/settings/api) | ||
2. Generate an API key at the bottom and copy your key | ||
3. Input your key on the Extension's setup page | ||
|
||
You're all good to go! | ||
|
||
## Disabled Commands | ||
|
||
This extension includes a few commands that are disabled by default. You can enable them by going to the extension's settings. | ||
|
||
These commands are: | ||
|
||
- Compose Email Response | ||
- Add Comments to Code | ||
- Change Tone to Friendly | ||
- Change Tone to Casual | ||
- Change Tone to Professional | ||
- Change Tone to Academic | ||
- Find Synonyms | ||
- Task Generator | ||
- Translate Text |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.