Skip to content

Commit

Permalink
changed copy
Browse files Browse the repository at this point in the history
  • Loading branch information
filopedraz committed Mar 7, 2024
1 parent 2d31ab6 commit d04e269
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
4 changes: 2 additions & 2 deletions src/components/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</div>

<h2 class="blog__title" data-scroll-trigger="item">
Our latest <br />
communications
The Newest Insights and <br />
Research from Our AI Team
</h2>

<div class="blog__previews-container js-anim-group">
Expand Down
9 changes: 2 additions & 7 deletions src/components/models.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
<article class="models js-anim-group glow-rad__item js-glow-card">
<div class="models__bg js-anim-item" aria-hidden="true"></div>
<div class="models__ill js-anim-item" aria-hidden="true">
<img
src="./images/stars.png"
alt="Models stars illustration"
draggable="false"
loading="lazy"
/>
<img src="./images/stars.png" alt="Models stars illustration" draggable="false" loading="lazy" />
</div>

<div class="models__content">
Expand Down Expand Up @@ -38,4 +33,4 @@
<div class="glow-rad" aria-hidden="true"></div>
</article>
</section>
</div>
</div>
17 changes: 7 additions & 10 deletions src/components/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
<div class="platform__card-content">
<p class="h3 platform__card-title">Experiment and test</p>
<p class="platform__card-description">
Test multiple models at the same time and challenge them on your use
case.
Test multiple models simultaneously and compare performances based on your use case.
</p>
</div>

Expand All @@ -37,9 +36,8 @@
<div class="platform__card-content">
<p class="h3 platform__card-title">Launch the best model</p>
<p class="platform__card-description">
Launch the best model with the perfect parameters for your use case.
Easily switch model in production without need to change any line of
code.
Start with the best model, choosing the perfect parameters for your use case. Seamlessly
transition between models in production without needing code edits.
</p>
</div>
<div class="glow-rad" aria-hidden="true"></div>
Expand All @@ -52,8 +50,8 @@
<div class="platform__card-content">
<p class="h3 platform__card-title">Integrate with ease</p>
<p class="platform__card-description">
Javascript and Python SDK to easily integrate Prem in your product.
No need to specify the model. Everything is handled by UI.
JS and Python SDK to easily integrate Prem into your product. There is no need to specify the
model; everything is handled by the UI.
</p>
</div>
<div class="glow-rad" aria-hidden="true"></div>
Expand All @@ -80,8 +78,7 @@
<div class="platform__card-content">
<p class="h3 platform__card-title">Connect your documents</p>
<p class="platform__card-description">
Enhance the Assistant with your Documents Knowledge. Connect
multiple data sources in one click.
Enhance the Assistant with your Documents Knowledge. Connect multiple data sources in one click.
</p>
</div>
<div class="glow-rad" aria-hidden="true"></div>
Expand All @@ -94,7 +91,7 @@
<div class="platform__card-content">
<p class="h3 platform__card-title">Train your own models</p>
<p class="platform__card-description">
Leverage our Autonomous Fine-Tuning agent for online learning and
Leverage our Autonomous Fine-Tuning&trade agent for online learning and
continuous quality improvements.
</p>
</div>
Expand Down

0 comments on commit d04e269

Please sign in to comment.