Skip to content

Commit eb3aac6

Browse files
committed
update
1 parent 6eaf839 commit eb3aac6

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

_site/embed-script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ class EmbedDesigner {
522522
this.config = {
523523
prompt: 'Build an MCP server that works with Weather API. See @Web for cool weather APIs.',
524524
context: ['@Web', 'https://modelcontextprotocol.io/full-llms.txt'],
525-
model: 'claude-4-sonnet',
525+
model: 'Claude 4 Sonnet',
526526
mode: 'agent',
527527
thinking: true,
528528
max: true,

_site/embed/index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,13 @@ <h1 class="site-title">prompts.chat/embed</h1>
7676
<label class="text-sm font-medium text-dynamic-muted-foreground">Model</label>
7777
<select id="designer-model" class="w-full p-3 lg:p-2 bg-dynamic-background border border-dynamic-border rounded-lg text-sm focus-ring touch-target">
7878
<option value="o3">o3</option>
79-
<option value="gpt-4.1">GPT 4.1</option>
80-
<option value="gpt-4o" selected>GPT 4o</option>
81-
<option value="claude-3.7-sonnet">Claude 3.7 Sonnet</option>
82-
<option value="claude-4-sonnet">Claude 4 Sonnet</option>
83-
<option value="claude-4-opus">Claude 4 Opus</option>
84-
<option value="gemini-2.5-pro">Gemini 2.5 Pro</option>
79+
<option value="GPT 4.1">GPT 4.1</option>
80+
<option value="GPT 4o" selected>GPT 4o</option>
81+
<option value="Claude 3.7 Sonnet">Claude 3.7 Sonnet</option>
82+
<option value="Claude 4 Sonnet">Claude 4 Sonnet</option>
83+
<option value="Claude 4 Opus">Claude 4 Opus</option>
84+
<option value="Gemini 2.5 Pro">Gemini 2.5 Pro</option>
85+
<option value="DeepSeek R1">DeepSeek R1</option>
8586
<option value="custom">[Custom]</option>
8687
</select>
8788
<input type="text" id="designer-custom-model"

_site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
28-
<link rel="stylesheet" href="/style.css?v=02b85cf83506c024ac20fde0b38f51f24ed21336">
28+
<link rel="stylesheet" href="/style.css?v=6eaf839c38bd08d088d00ca61df334cd3fba3890">
2929
</head>
3030
<body class="">
3131
<div class="layout-wrapper">

_site/vibe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
28-
<link rel="stylesheet" href="/style.css?v=02b85cf83506c024ac20fde0b38f51f24ed21336">
28+
<link rel="stylesheet" href="/style.css?v=6eaf839c38bd08d088d00ca61df334cd3fba3890">
2929
</head>
3030
<body class="vibe">
3131
<div class="layout-wrapper">

0 commit comments

Comments
 (0)