Skip to content

Commit

Permalink
Not Diamond extension - Removed git submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos199993 committed Oct 21, 2024
1 parent f149d58 commit 175ceb8
Show file tree
Hide file tree
Showing 27 changed files with 6,686 additions and 1 deletion.
Empty file added .gitmodules
Empty file.
1 change: 0 additions & 1 deletion extensions/not-diamond
Submodule not-diamond deleted from c58e4b
4 changes: 4 additions & 0 deletions extensions/not-diamond/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/not-diamond/.gitignore
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
4 changes: 4 additions & 0 deletions extensions/not-diamond/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/not-diamond/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Not Diamond Changelog

## [Initial Version] - {PR_MERGE_DATE}
37 changes: 37 additions & 0 deletions extensions/not-diamond/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<p align="center">
<img width=100 src="https://cdn.prod.website-files.com/64b9c0f00a5b6bdf6393396c/6638d2edf7c92e93fb964067_logo%20(1).svg">
</p>

<h1 align="center">Not Diamond</h1>

<h3 align="center">
Call the right model at the right time with the world's most powerful AI model router.
</h3>

![Not Diamond](metadata/1.png)

# Features

### Use your favourite models

Add your favourite models to your Raycast extension and call them with a single command.

![Favourite models](metadata/2.png)

### Get best results based on your question

Set trade-offs between speed, cost, and quality to get the best results for your question.

![Set trade-offs](metadata/3.png)

# How to use

In order to use this extension you will to generate an API Key from [Not Diamond](https://app.notdiamond.ai/keys). Then add API Keys for your favourite providers and then you're all set up. Choose your models and you're ready to go.

> **Warning**
>
> In order to benefit from the best results, make sure to select at least 2 models. All API Keys are optional, but you need to have at least 1 to use Not Diamond Raycast Extension.
![Initial set-up](metadata/4.png)

> All the preferences value will be stored locally using [Preferences API](https://developers.raycast.com/api-reference/preferences)
Binary file added extensions/not-diamond/assets/extension-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/not-diamond/metadata/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/not-diamond/metadata/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/not-diamond/metadata/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/not-diamond/metadata/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 175ceb8

Please sign in to comment.