mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-06-22 15:35:04 +00:00
update
This commit is contained in:
parent
6eaf839c38
commit
eb3aac66df
@ -522,7 +522,7 @@ class EmbedDesigner {
|
||||
this.config = {
|
||||
prompt: 'Build an MCP server that works with Weather API. See @Web for cool weather APIs.',
|
||||
context: ['@Web', 'https://modelcontextprotocol.io/full-llms.txt'],
|
||||
model: 'claude-4-sonnet',
|
||||
model: 'Claude 4 Sonnet',
|
||||
mode: 'agent',
|
||||
thinking: true,
|
||||
max: true,
|
||||
|
@ -76,12 +76,13 @@
|
||||
<label class="text-sm font-medium text-dynamic-muted-foreground">Model</label>
|
||||
<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">
|
||||
<option value="o3">o3</option>
|
||||
<option value="gpt-4.1">GPT 4.1</option>
|
||||
<option value="gpt-4o" selected>GPT 4o</option>
|
||||
<option value="claude-3.7-sonnet">Claude 3.7 Sonnet</option>
|
||||
<option value="claude-4-sonnet">Claude 4 Sonnet</option>
|
||||
<option value="claude-4-opus">Claude 4 Opus</option>
|
||||
<option value="gemini-2.5-pro">Gemini 2.5 Pro</option>
|
||||
<option value="GPT 4.1">GPT 4.1</option>
|
||||
<option value="GPT 4o" selected>GPT 4o</option>
|
||||
<option value="Claude 3.7 Sonnet">Claude 3.7 Sonnet</option>
|
||||
<option value="Claude 4 Sonnet">Claude 4 Sonnet</option>
|
||||
<option value="Claude 4 Opus">Claude 4 Opus</option>
|
||||
<option value="Gemini 2.5 Pro">Gemini 2.5 Pro</option>
|
||||
<option value="DeepSeek R1">DeepSeek R1</option>
|
||||
<option value="custom">[Custom]</option>
|
||||
</select>
|
||||
<input type="text" id="designer-custom-model"
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/style.css?v=02b85cf83506c024ac20fde0b38f51f24ed21336">
|
||||
<link rel="stylesheet" href="/style.css?v=6eaf839c38bd08d088d00ca61df334cd3fba3890">
|
||||
</head>
|
||||
<body class="">
|
||||
<div class="layout-wrapper">
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/style.css?v=02b85cf83506c024ac20fde0b38f51f24ed21336">
|
||||
<link rel="stylesheet" href="/style.css?v=6eaf839c38bd08d088d00ca61df334cd3fba3890">
|
||||
</head>
|
||||
<body class="vibe">
|
||||
<div class="layout-wrapper">
|
||||
|
Loading…
x
Reference in New Issue
Block a user