This commit is contained in:
Saoud Rizwan
2024-10-08 18:23:45 -04:00
parent 554c4004d3
commit 8db3634c17
3 changed files with 7 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
Re-imagined tool calling prompt resulting in ~40% fewer requests to accomplish tasks + better
performance with other models.
</li>
<li>Search and use any model with OpenRouter (try searching "free" for free model offerings).</li>
<li>Search and use any model with OpenRouter (try searching "free" for no-cost options).</li>
</ul>
{/*<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}>
<li>

View File

@@ -218,7 +218,7 @@ const OpenRouterModelPicker: React.FC = () => {
onClick={() => handleModelChange("anthropic/claude-3.5-sonnet:beta")}>
anthropic/claude-3.5-sonnet:beta.
</VSCodeLink>
You can also try searching for "free" to see if there are any free models currently available.
You can also try searching "free" for no-cost options currently available.
</p>
)}
</>