Skip to content

Commit

Permalink
Update the website
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Dec 5, 2024
1 parent bc71d27 commit 31a0afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>
Hello, [:stranger_name]!
</h1>
<p>
This page introduces MetaPrompt, a programming language for LLM agents with LLM-powered control flow.
This page introduces MetaPrompt, a programming language for AI agents with LLM-powered control flow.
</p>
<h1>Project status
</h1>
Expand All @@ -47,7 +47,7 @@ <h1>
</h1>
<p>
<ul>
<li><b>Templating</b> - variable substitution and managing prompt boilerplate, just like with a templating engine</li>
<li><b>Templating</b> - variable substitution and managing prompt boilerplate, just like with a template engine</li>
<li><b>Prompt rewriting</b> - crafting prompts suitable for a given task based on a set of high-level rules, moderating input contents, or selecting the most suitable model for a task automatically</li>
<li><b>Input moderation</b> - implementing LLM-powered content filters.</li>
<li><b>Prompt structuring</b> - using modules and packages to organize parameterized prompts</li>
Expand Down

0 comments on commit 31a0afe

Please sign in to comment.