1k think
Browse files
src/lib/components/PicletGenerator/PicletGenerator.svelte
CHANGED
@@ -308,7 +308,7 @@ Format your response exactly as follows:
|
|
308 |
const defaultSettings = {
|
309 |
"model": "qwen3-235b-a22b",
|
310 |
"sys_prompt": "You are a creative monster designer specializing in transforming everyday objects into imaginative Pokémon-style creatures. Follow the exact format provided and create detailed, engaging descriptions that bring these monsters to life.",
|
311 |
-
"thinking_budget":
|
312 |
};
|
313 |
|
314 |
// Create thinking button state
|
@@ -405,7 +405,7 @@ Create a concise visual description (1-3 sentences, max 100 words). Focus only o
|
|
405 |
const defaultSettings = {
|
406 |
"model": "qwen3-235b-a22b",
|
407 |
"sys_prompt": "You are an expert at creating concise visual descriptions for image generation. Extract ONLY visual appearance details and describe them in 1-2 sentences (max 50 words). Focus on colors, shape, eyes, limbs, and distinctive features. Omit all non-visual information like abilities, personality, or backstory.",
|
408 |
-
"thinking_budget":
|
409 |
};
|
410 |
|
411 |
// Create thinking button state
|
@@ -769,7 +769,7 @@ Write your response within \`\`\`json\`\`\``;
|
|
769 |
const defaultSettings = {
|
770 |
"model": "qwen3-235b-a22b",
|
771 |
"sys_prompt": "You are a game designer specializing in monster stats and abilities. You must ONLY output valid JSON that matches the provided schema exactly. Do not include any text before or after the JSON. Do not include null values in your JSON response. Your entire response should be wrapped in a ```json``` code block.",
|
772 |
-
"thinking_budget":
|
773 |
};
|
774 |
|
775 |
// Create thinking button state
|
|
|
308 |
const defaultSettings = {
|
309 |
"model": "qwen3-235b-a22b",
|
310 |
"sys_prompt": "You are a creative monster designer specializing in transforming everyday objects into imaginative Pokémon-style creatures. Follow the exact format provided and create detailed, engaging descriptions that bring these monsters to life.",
|
311 |
+
"thinking_budget": 1
|
312 |
};
|
313 |
|
314 |
// Create thinking button state
|
|
|
405 |
const defaultSettings = {
|
406 |
"model": "qwen3-235b-a22b",
|
407 |
"sys_prompt": "You are an expert at creating concise visual descriptions for image generation. Extract ONLY visual appearance details and describe them in 1-2 sentences (max 50 words). Focus on colors, shape, eyes, limbs, and distinctive features. Omit all non-visual information like abilities, personality, or backstory.",
|
408 |
+
"thinking_budget": 1
|
409 |
};
|
410 |
|
411 |
// Create thinking button state
|
|
|
769 |
const defaultSettings = {
|
770 |
"model": "qwen3-235b-a22b",
|
771 |
"sys_prompt": "You are a game designer specializing in monster stats and abilities. You must ONLY output valid JSON that matches the provided schema exactly. Do not include any text before or after the JSON. Do not include null values in your JSON response. Your entire response should be wrapped in a ```json``` code block.",
|
772 |
+
"thinking_budget": 1
|
773 |
};
|
774 |
|
775 |
// Create thinking button state
|