Better welcome page
This commit is contained in:
parent
cfb7ade6a2
commit
05495ea616
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<a class="button is-primary mt-2 mb-2" href="/signin">
|
<a class="button is-primary mt-2 mb-2" href="/signin">
|
||||||
Sign in
|
Try JADE now for free!
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
@ -44,9 +44,11 @@
|
|||||||
</button></h3>
|
</button></h3>
|
||||||
<p id="all-models-details" style="display:none;">With JADE, you can easily switch between models like GPT 3.5 or
|
<p id="all-models-details" style="display:none;">With JADE, you can easily switch between models like GPT 3.5 or
|
||||||
4o, Gemini, Llama, Mistral, Claude, and more. Even custom endpoint. This means you can choose the best model
|
4o, Gemini, Llama, Mistral, Claude, and more. Even custom endpoint. This means you can choose the best model
|
||||||
|
for
|
||||||
for your specific needs, whether it's for general knowledge, creative writing, or technical expertise.
|
for your specific needs, whether it's for general knowledge, creative writing, or technical expertise.
|
||||||
Having access to multiple models allows you to take advantage of their unique strengths and weaknesses,
|
Having access to multiple models allows you to take advantage of their unique strengths and weaknesses,
|
||||||
ensuring you get the most accurate and relevant responses.<br><br></p>
|
ensuring you get the most accurate and relevant responses. (See all models available in the last
|
||||||
|
section)<br><br></p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h3>Multiple models in a single conversation.<button class="button ml-2 is-small is-primary is-outlined"
|
<h3>Multiple models in a single conversation.<button class="button ml-2 is-small is-primary is-outlined"
|
||||||
@ -55,11 +57,22 @@
|
|||||||
<i class="fa-solid fa-info"></i>
|
<i class="fa-solid fa-info"></i>
|
||||||
</span>
|
</span>
|
||||||
</button></h3>
|
</button></h3>
|
||||||
<p id="multi-models-details" style="display:none;">JADE allows you to engage multiple AI models within a single
|
<p id="multi-models-details" style="display:none;">You can ask a question and receive responses from several
|
||||||
conversation. This means you can ask a question and receive responses from several models at once, enabling
|
models at once, enabling
|
||||||
you to compare their answers and choose the most suitable one. This feature is particularly useful for
|
you to compare their answers and choose the most suitable one. This feature is particularly useful for
|
||||||
complex queries where different models might offer unique insights or solutions. It enhances the overall
|
complex queries where different models might offer unique insights or solutions.<br><br></p>
|
||||||
conversational experience by providing a richer and more comprehensive set of responses.<br><br></p>
|
</li>
|
||||||
|
<li>
|
||||||
|
<h3>Duplicate models in a single conversation.<button class="button ml-2 is-small is-primary is-outlined"
|
||||||
|
onclick="toggleDetails('same-models-details')">
|
||||||
|
<span class="icon is-small">
|
||||||
|
<i class="fa-solid fa-info"></i>
|
||||||
|
</span>
|
||||||
|
</button></h3>
|
||||||
|
<p id="same-models-details" style="display:none;">Hoz JADE work is that you can create custom bot. Each bot have
|
||||||
|
a name, model,
|
||||||
|
temperature and system prompt. You can create as many bot as you want and select as many to answer each
|
||||||
|
question. An example is creating the same model that reponse in different language.<br><br></p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h3>Reduce Hallucination.<button class="button is-small ml-2 is-primary is-outlined"
|
<h3>Reduce Hallucination.<button class="button is-small ml-2 is-primary is-outlined"
|
||||||
@ -132,7 +145,7 @@
|
|||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column is-two-thirds">
|
<div class="column is-two-thirds">
|
||||||
<strong>Anthropic</strong> - Anthropic offer 5$ credits when creating an API
|
<strong>Anthropic</strong> - Anthropic offer 5$ credits when creating an API
|
||||||
account. Around 2 000 small question to claude-3-haiku-20240307 or 120 000 to Claude Haiku.
|
account. Around 2 000 small question to Claude 3 Opus or 120 000 to Claude Haiku.
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<ul>
|
<ul>
|
||||||
@ -210,7 +223,7 @@
|
|||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column is-two-thirds">
|
<div class="column is-two-thirds">
|
||||||
<strong>Google</strong> - Like Groq, Google offer a free tier with limit of tokens and
|
<strong>Google</strong> - Like Groq, Google offer a free tier with limit of tokens and
|
||||||
request per minutes. The rate is plenty for a chatbot. 15 messages and between 1 000 000
|
request per minutes. The rate is plenty for a chatbot. 15 messages and 1 000 000
|
||||||
tokens per minute. Per tokens also available.
|
tokens per minute. Per tokens also available.
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user