Skip to content

Commit

Permalink
Copy tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhb committed Oct 24, 2023
1 parent 5aad192 commit 66e03ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pages/ai.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default function AI() {
w-2/3 m-auto
"
>
Scale-ready production
in hours.
Scale-ready production
AI in hours.
Zero infrastructure required.
</h2>

Expand Down Expand Up @@ -466,21 +466,21 @@ const DevelopmentCopy = () => {
w-full
"
>
Simple, powerful primitives
No magic: write regular code
</h3>
<p>
Easily blend powerful primitives in our intuitive SDK to develop complex AI
flows, reliably spanning tens or hundreds of requests.
Easily create AI workflows with regular code, using any library or integrations
you need without learning anything new.
</p>
<ul className="my-6 leading-8 opacity-70">
<li className="flex items-center">
<Check size={14} className="mr-2" /> Simple, retryable steps using `step.run`
<Check size={14} className="mr-2" /> No constraints on what you can use
</li>
<li className="flex items-center">
<Check size={14} className="mr-2" /> Human-in-the-loop tasks
<Check size={14} className="mr-2" /> Simple, retryable steps using `step.run`
</li>
<li className="flex items-center">
<Check size={14} className="mr-2" /> Easily react to external events
<Check size={14} className="mr-2" /> Use any library, integration, or API
</li>
</ul>
</div>
Expand Down

0 comments on commit 66e03ed

Please sign in to comment.