Skip to content

Commit 3ced852

Browse files
Merge pull request #17 from PredictabilityAtScale:codex/combine-hero-subtitles
Refine hero subtitle copy to remove duplication
2 parents da662fd + 1ed28e9 commit 3ced852

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

website/index.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,11 @@
105105
<p class="eyebrow">Open-source prompt infrastructure</p>
106106
<h1>Turn hardcoded AI prompts into versioned, tested application assets</h1>
107107
<p class="lead">
108-
PromptOpsKit lets developers keep prompts, model settings, tools,
109-
input rules, environment overrides, and tests in Markdown files that
110-
live in Git and ship with the app.
111-
</p>
112-
<p class="section-intro section-intro-tight">
113108
Keep prompts, model settings, tools, input validation, shared
114-
instructions, and environment overrides together in Markdown. Render
115-
provider-ready request bodies for your app without giving up your
116-
SDK, gateway, auth, retries, or observability.
109+
instructions, environment overrides, and tests together in Markdown
110+
files that live in Git and ship with your app. Render provider-ready
111+
request bodies without giving up your SDK, gateway, auth, retries, or
112+
observability.
117113
</p>
118114
<div class="hero-actions">
119115
<a class="button button-primary" href="https://www.npmjs.com/package/promptopskit"

0 commit comments

Comments
 (0)