100 lines
2.6 KiB
HTML
100 lines
2.6 KiB
HTML
<h2>API Keys</h2>
|
|
<p>
|
|
To use JADE, you need to sign up for an API key. You can enter an API key in
|
|
the settings menu. Once enter you get access to all models from this provider.
|
|
</p>
|
|
<a
|
|
class="button is-small is-primary is-outlined mt-1"
|
|
href="https://openai.com/index/openai-api/"
|
|
target="_blank"
|
|
>
|
|
Get OpenAI API key
|
|
</a>
|
|
<a
|
|
class="button is-small is-primary is-outlined mt-1"
|
|
href="https://console.anthropic.com/"
|
|
target="_blank"
|
|
>
|
|
Get Anthropic API key
|
|
</a>
|
|
<a
|
|
class="button is-small is-primary is-outlined mt-1"
|
|
href="https://console.mistral.ai/"
|
|
target="_blank"
|
|
>
|
|
Get Mistral API key
|
|
</a>
|
|
<a
|
|
class="button is-small is-primary is-outlined mt-1"
|
|
href="https://console.groq.com/"
|
|
target="_blank"
|
|
>
|
|
Get Groq API key
|
|
</a>
|
|
<a
|
|
class="button is-small is-primary is-outlined mt-1"
|
|
href="https://aistudio.google.com/app/apikey"
|
|
target="_blank"
|
|
>
|
|
Get Google API key
|
|
</a>
|
|
<a
|
|
class="button is-small is-primary is-outlined mt-1"
|
|
href="https://docs.perplexity.ai/docs/getting-started"
|
|
target="_blank"
|
|
>
|
|
Get Perplexity API key
|
|
</a>
|
|
<a
|
|
class="button is-small is-primary is-outlined mt-1"
|
|
href="https://fireworks.ai/login"
|
|
target="_blank"
|
|
>
|
|
Get Fireworks API key
|
|
</a>
|
|
|
|
<h2>Conversations</h2>
|
|
<p>
|
|
A conversation is a list of messages. A Default conversation is created when
|
|
you first sign in. You can create a new conversation by clicking the "+"
|
|
button and delete one by clicking the trash can icon. The Default conversation
|
|
cannot be deleted but can be renamed.
|
|
</p>
|
|
|
|
<h2>Bots</h2>
|
|
<p>
|
|
In the Bot menu (next to the send button), you'll find a list of all your
|
|
Bots.
|
|
</p>
|
|
<p>
|
|
To create a new bot, click the "+" button, enter a name and a model, and
|
|
optionally set a temperature and a system prompt. Once created, you can select
|
|
a bot by clicking on it and reorder it by dragging. Hold SHIFT and click to
|
|
select multiple bots. You can delete selected bots by clicking the trash can
|
|
icon.
|
|
</p>
|
|
|
|
<h2>Multi-Models</h2>
|
|
<ol>
|
|
<li>
|
|
When asking a question, you can query multiple models and compare their
|
|
responses to choose the best one.
|
|
</li>
|
|
<li>
|
|
The selected response can be used as the basis for the next message across
|
|
all models. For example, a response from GPT-4 can be used by Claude Haiku
|
|
in the next interaction.
|
|
</li>
|
|
</ol>
|
|
|
|
<h2>Usage</h2>
|
|
<p>
|
|
In the Usage menu, you can see the usage of your account, including the number
|
|
of messages sent and received and the associated API costs.
|
|
</p>
|
|
|
|
<p>
|
|
You can contact me at adrien.bouvais@bouvai.com if you want to add a new
|
|
provider or if you have any questions.
|
|
</p>
|