File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments