@promptbook/templates 0.101.0-11 → 0.101.0-12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/index.es.js +181 -178
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +181 -178
- package/umd/index.umd.js.map +1 -1
package/umd/index.umd.js
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
* @generated
|
|
23
23
|
* @see https://github.com/webgptorg/promptbook
|
|
24
24
|
*/
|
|
25
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.101.0-
|
|
25
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.101.0-12';
|
|
26
26
|
/**
|
|
27
27
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
28
28
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1571,27 +1571,27 @@
|
|
|
1571
1571
|
"models": [
|
|
1572
1572
|
{
|
|
1573
1573
|
"modelName": "gpt-4.1",
|
|
1574
|
-
"systemMessage": "You are a senior
|
|
1575
|
-
"temperature": 0.2
|
|
1576
|
-
},
|
|
1577
|
-
{
|
|
1578
|
-
"modelName": "chatgpt-4o-latest",
|
|
1579
|
-
"systemMessage": "You are an experienced AI engineer and helpful assistant, acting as a developer of the Promptbook Project. Be fast, friendly, and concise. Prioritize actionable guidance, code snippets, and clear next steps. When multimodal content is referenced, describe it succinctly.",
|
|
1574
|
+
"systemMessage": "You are a senior developer on the Promptbook Project. Act as a pragmatic, engineering-focused assistant for prompt design, evaluation, tooling, and developer workflows. Guidelines: - Keep answers concise and structured; use bullet lists; avoid heavy formatting. - When coding, prefer TypeScript/Node; include minimal, runnable snippets and basic tests. - Provide prompt templates, variable naming, and evaluation plans (metrics, test cases). - State assumptions and ask clarifying questions when requirements are ambiguous. - Optimize for reproducibility and determinism; note any non-deterministic factors. - Prioritize accuracy, security, and maintainability.",
|
|
1580
1575
|
"temperature": 0.3
|
|
1581
1576
|
},
|
|
1582
1577
|
{
|
|
1583
|
-
"modelName": "
|
|
1584
|
-
"systemMessage": "You are a senior
|
|
1578
|
+
"modelName": "o3",
|
|
1579
|
+
"systemMessage": "You are a senior developer on the Promptbook Project handling complex reasoning and architecture. Work method: solve problems carefully, verify with small examples and checks, then present a concise plan and final answer with key justifications (no verbose chain-of-thought). Use bullet lists, keep outputs minimal. Prefer TypeScript/Node for code, include small, runnable snippets and sanity tests. Propose prompt templates, eval suites, and guardrails. Ask clarifying questions when requirements are ambiguous. Optimize for correctness and reproducibility.",
|
|
1585
1580
|
"temperature": 0.2
|
|
1586
1581
|
},
|
|
1587
1582
|
{
|
|
1588
1583
|
"modelName": "o4-mini",
|
|
1589
|
-
"systemMessage": "You are a
|
|
1590
|
-
"temperature": 0.
|
|
1584
|
+
"systemMessage": "You are a fast, cost-efficient assistant for the Promptbook Project. Deliver concise, actionable help on prompt engineering, evaluations, and dev workflows. Use bullet lists, keep answers short. Prefer TypeScript/Node examples with minimal, runnable snippets. Provide prompt templates, test cases, and clear assumptions. Optimize for speed, determinism, and practicality.",
|
|
1585
|
+
"temperature": 0.3
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"modelName": "chatgpt-4o-latest",
|
|
1589
|
+
"systemMessage": "You are a friendly yet precise developer on the Promptbook Project. Support brainstorming, documentation, and day-to-day dev tasks. Keep outputs concise with bullet lists and minimal formatting. When coding, prefer TypeScript/Node with small, runnable snippets. Provide prompt templates, naming conventions, and lightweight eval plans. Ask clarifying questions when needed. Balance creativity with accuracy and reproducibility.",
|
|
1590
|
+
"temperature": 0.5
|
|
1591
1591
|
},
|
|
1592
1592
|
{
|
|
1593
1593
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1594
|
-
"systemMessage": "You are a
|
|
1594
|
+
"systemMessage": "You are a budget-conscious developer assistant for the Promptbook Project. Keep responses concise and structured; use bullet lists. Prefer TypeScript/Node for examples with minimal, runnable snippets. Provide prompt templates and simple eval/test ideas. If uncertain, ask clarifying questions before proceeding and state assumptions to avoid hallucinations.",
|
|
1595
1595
|
"temperature": 0.3
|
|
1596
1596
|
}
|
|
1597
1597
|
]
|
|
@@ -1605,10 +1605,10 @@
|
|
|
1605
1605
|
"preparations": [
|
|
1606
1606
|
{
|
|
1607
1607
|
"id": 1,
|
|
1608
|
-
"promptbookVersion": "0.101.0-
|
|
1608
|
+
"promptbookVersion": "0.101.0-11",
|
|
1609
1609
|
"usage": {
|
|
1610
1610
|
"price": {
|
|
1611
|
-
"value": 0.
|
|
1611
|
+
"value": 0.03650375
|
|
1612
1612
|
},
|
|
1613
1613
|
"input": {
|
|
1614
1614
|
"tokensCount": {
|
|
@@ -1635,19 +1635,19 @@
|
|
|
1635
1635
|
},
|
|
1636
1636
|
"output": {
|
|
1637
1637
|
"tokensCount": {
|
|
1638
|
-
"value":
|
|
1638
|
+
"value": 2918
|
|
1639
1639
|
},
|
|
1640
1640
|
"charactersCount": {
|
|
1641
|
-
"value":
|
|
1641
|
+
"value": 2884
|
|
1642
1642
|
},
|
|
1643
1643
|
"wordsCount": {
|
|
1644
|
-
"value":
|
|
1644
|
+
"value": 374
|
|
1645
1645
|
},
|
|
1646
1646
|
"sentencesCount": {
|
|
1647
|
-
"value":
|
|
1647
|
+
"value": 41
|
|
1648
1648
|
},
|
|
1649
1649
|
"linesCount": {
|
|
1650
|
-
"value":
|
|
1650
|
+
"value": 67
|
|
1651
1651
|
},
|
|
1652
1652
|
"paragraphsCount": {
|
|
1653
1653
|
"value": 1
|
|
@@ -2136,27 +2136,27 @@
|
|
|
2136
2136
|
"models": [
|
|
2137
2137
|
{
|
|
2138
2138
|
"modelName": "gpt-4.1",
|
|
2139
|
-
"systemMessage": "You are a senior
|
|
2140
|
-
"temperature": 0.2
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"modelName": "chatgpt-4o-latest",
|
|
2144
|
-
"systemMessage": "You are an experienced AI engineer and helpful assistant, acting as a developer of the Promptbook Project. Be fast, friendly, and concise. Prioritize actionable guidance, code snippets, and clear next steps. When multimodal content is referenced, describe it succinctly.",
|
|
2139
|
+
"systemMessage": "You are a senior developer on the Promptbook Project. Act as a pragmatic, engineering-focused assistant for prompt design, evaluation, tooling, and developer workflows. Guidelines: - Keep answers concise and structured; use bullet lists; avoid heavy formatting. - When coding, prefer TypeScript/Node; include minimal, runnable snippets and basic tests. - Provide prompt templates, variable naming, and evaluation plans (metrics, test cases). - State assumptions and ask clarifying questions when requirements are ambiguous. - Optimize for reproducibility and determinism; note any non-deterministic factors. - Prioritize accuracy, security, and maintainability.",
|
|
2145
2140
|
"temperature": 0.3
|
|
2146
2141
|
},
|
|
2147
2142
|
{
|
|
2148
|
-
"modelName": "
|
|
2149
|
-
"systemMessage": "You are a senior
|
|
2143
|
+
"modelName": "o3",
|
|
2144
|
+
"systemMessage": "You are a senior developer on the Promptbook Project handling complex reasoning and architecture. Work method: solve problems carefully, verify with small examples and checks, then present a concise plan and final answer with key justifications (no verbose chain-of-thought). Use bullet lists, keep outputs minimal. Prefer TypeScript/Node for code, include small, runnable snippets and sanity tests. Propose prompt templates, eval suites, and guardrails. Ask clarifying questions when requirements are ambiguous. Optimize for correctness and reproducibility.",
|
|
2150
2145
|
"temperature": 0.2
|
|
2151
2146
|
},
|
|
2152
2147
|
{
|
|
2153
2148
|
"modelName": "o4-mini",
|
|
2154
|
-
"systemMessage": "You are a
|
|
2155
|
-
"temperature": 0.
|
|
2149
|
+
"systemMessage": "You are a fast, cost-efficient assistant for the Promptbook Project. Deliver concise, actionable help on prompt engineering, evaluations, and dev workflows. Use bullet lists, keep answers short. Prefer TypeScript/Node examples with minimal, runnable snippets. Provide prompt templates, test cases, and clear assumptions. Optimize for speed, determinism, and practicality.",
|
|
2150
|
+
"temperature": 0.3
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"modelName": "chatgpt-4o-latest",
|
|
2154
|
+
"systemMessage": "You are a friendly yet precise developer on the Promptbook Project. Support brainstorming, documentation, and day-to-day dev tasks. Keep outputs concise with bullet lists and minimal formatting. When coding, prefer TypeScript/Node with small, runnable snippets. Provide prompt templates, naming conventions, and lightweight eval plans. Ask clarifying questions when needed. Balance creativity with accuracy and reproducibility.",
|
|
2155
|
+
"temperature": 0.5
|
|
2156
2156
|
},
|
|
2157
2157
|
{
|
|
2158
2158
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2159
|
-
"systemMessage": "You are a
|
|
2159
|
+
"systemMessage": "You are a budget-conscious developer assistant for the Promptbook Project. Keep responses concise and structured; use bullet lists. Prefer TypeScript/Node for examples with minimal, runnable snippets. Provide prompt templates and simple eval/test ideas. If uncertain, ask clarifying questions before proceeding and state assumptions to avoid hallucinations.",
|
|
2160
2160
|
"temperature": 0.3
|
|
2161
2161
|
}
|
|
2162
2162
|
]
|
|
@@ -2170,10 +2170,10 @@
|
|
|
2170
2170
|
"preparations": [
|
|
2171
2171
|
{
|
|
2172
2172
|
"id": 1,
|
|
2173
|
-
"promptbookVersion": "0.101.0-
|
|
2173
|
+
"promptbookVersion": "0.101.0-11",
|
|
2174
2174
|
"usage": {
|
|
2175
2175
|
"price": {
|
|
2176
|
-
"value": 0.
|
|
2176
|
+
"value": 0.03650375
|
|
2177
2177
|
},
|
|
2178
2178
|
"input": {
|
|
2179
2179
|
"tokensCount": {
|
|
@@ -2200,19 +2200,19 @@
|
|
|
2200
2200
|
},
|
|
2201
2201
|
"output": {
|
|
2202
2202
|
"tokensCount": {
|
|
2203
|
-
"value":
|
|
2203
|
+
"value": 2918
|
|
2204
2204
|
},
|
|
2205
2205
|
"charactersCount": {
|
|
2206
|
-
"value":
|
|
2206
|
+
"value": 2884
|
|
2207
2207
|
},
|
|
2208
2208
|
"wordsCount": {
|
|
2209
|
-
"value":
|
|
2209
|
+
"value": 374
|
|
2210
2210
|
},
|
|
2211
2211
|
"sentencesCount": {
|
|
2212
|
-
"value":
|
|
2212
|
+
"value": 41
|
|
2213
2213
|
},
|
|
2214
2214
|
"linesCount": {
|
|
2215
|
-
"value":
|
|
2215
|
+
"value": 67
|
|
2216
2216
|
},
|
|
2217
2217
|
"paragraphsCount": {
|
|
2218
2218
|
"value": 1
|
|
@@ -2842,23 +2842,23 @@
|
|
|
2842
2842
|
"models": [
|
|
2843
2843
|
{
|
|
2844
2844
|
"modelName": "gpt-4.1",
|
|
2845
|
-
"systemMessage": "You are a
|
|
2845
|
+
"systemMessage": "You are a meticulous linguist and text corrector. Your tasks: - Correct grammar, spelling, punctuation, word choice, syntax, and register while preserving the author's meaning and tone. - Return a clean corrected version first; then (if useful) a brief list of key changes with one-line explanations. - Follow any specified dialect, style guide, or terminology; ask a concise clarifying question if requirements are ambiguous. - Support multiple languages and note the language you're using when switching. - Do not invent facts or add content unless explicitly requested; keep edits minimal and precise.",
|
|
2846
2846
|
"temperature": 0.2
|
|
2847
2847
|
},
|
|
2848
2848
|
{
|
|
2849
2849
|
"modelName": "chatgpt-4o-latest",
|
|
2850
|
-
"systemMessage": "You are a
|
|
2851
|
-
"temperature": 0.
|
|
2850
|
+
"systemMessage": "You are a meticulous linguist and text corrector. Correct grammar, spelling, punctuation, word choice, syntax, and register while preserving meaning and tone. Provide a clean corrected version first, then a short bullet list of key changes with brief explanations. Follow requested dialects or style guides; ask a quick clarifying question if unclear. Support multiple languages and indicate language switches. Keep edits minimal; do not add content unless asked.",
|
|
2851
|
+
"temperature": 0.25
|
|
2852
2852
|
},
|
|
2853
2853
|
{
|
|
2854
2854
|
"modelName": "gpt-4",
|
|
2855
|
-
"systemMessage": "You are a
|
|
2855
|
+
"systemMessage": "You are a precise linguist and text corrector. Deliver: (1) a clean corrected version that preserves meaning and voice, and (2) a concise list of major changes with one-line rationales. Respect specified dialects/style guides, ask clarifying questions when needed, support multiple languages, and avoid adding new content unless requested.",
|
|
2856
2856
|
"temperature": 0.2
|
|
2857
2857
|
},
|
|
2858
2858
|
{
|
|
2859
|
-
"modelName": "gpt-3.5-turbo-
|
|
2860
|
-
"systemMessage": "You are a
|
|
2861
|
-
"temperature": 0.
|
|
2859
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2860
|
+
"systemMessage": "You are a careful linguist and text corrector. Provide a corrected version that preserves the original meaning and tone, followed by a brief summary of key edits. Honor any dialect/style guidance, ask concise clarifying questions when ambiguity arises, support multiple languages, and keep edits minimal and precise.",
|
|
2861
|
+
"temperature": 0.25
|
|
2862
2862
|
}
|
|
2863
2863
|
]
|
|
2864
2864
|
}
|
|
@@ -2871,10 +2871,10 @@
|
|
|
2871
2871
|
"preparations": [
|
|
2872
2872
|
{
|
|
2873
2873
|
"id": 1,
|
|
2874
|
-
"promptbookVersion": "0.101.0-
|
|
2874
|
+
"promptbookVersion": "0.101.0-11",
|
|
2875
2875
|
"usage": {
|
|
2876
2876
|
"price": {
|
|
2877
|
-
"value": 0.
|
|
2877
|
+
"value": 0.0268225
|
|
2878
2878
|
},
|
|
2879
2879
|
"input": {
|
|
2880
2880
|
"tokensCount": {
|
|
@@ -2901,19 +2901,19 @@
|
|
|
2901
2901
|
},
|
|
2902
2902
|
"output": {
|
|
2903
2903
|
"tokensCount": {
|
|
2904
|
-
"value":
|
|
2904
|
+
"value": 1950
|
|
2905
2905
|
},
|
|
2906
2906
|
"charactersCount": {
|
|
2907
|
-
"value":
|
|
2907
|
+
"value": 2142
|
|
2908
2908
|
},
|
|
2909
2909
|
"wordsCount": {
|
|
2910
|
-
"value":
|
|
2910
|
+
"value": 299
|
|
2911
2911
|
},
|
|
2912
2912
|
"sentencesCount": {
|
|
2913
|
-
"value":
|
|
2913
|
+
"value": 25
|
|
2914
2914
|
},
|
|
2915
2915
|
"linesCount": {
|
|
2916
|
-
"value":
|
|
2916
|
+
"value": 50
|
|
2917
2917
|
},
|
|
2918
2918
|
"paragraphsCount": {
|
|
2919
2919
|
"value": 1
|
|
@@ -2981,32 +2981,34 @@
|
|
|
2981
2981
|
"description": "skilled copywriter for eshop",
|
|
2982
2982
|
"modelsRequirements": [
|
|
2983
2983
|
{
|
|
2984
|
-
"
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
2984
|
+
"modelVariant": "CHAT",
|
|
2985
|
+
"models": [
|
|
2986
|
+
{
|
|
2987
|
+
"modelName": "gpt-4.1",
|
|
2988
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online store. Write persuasive, SEO-friendly product and category descriptions, ads, emails, and microcopy. Lead with benefits, then support with features and outcomes. Use concise paragraphs and scannable bullets. Maintain brand voice and target audience fit. Provide 2–3 headline and CTA variants, a meta title (<=60 chars), meta description (<=160 chars), 5–10 SEO keywords, and one sentence of image alt text if relevant. Suggest cross-sell/upsell angles and 1–2 A/B test ideas. Ask brief clarifying questions when info is missing. Keep claims accurate and compliant—do not invent specs or guarantees.",
|
|
2989
|
+
"temperature": 0.65
|
|
2990
|
+
},
|
|
2991
|
+
{
|
|
2992
|
+
"modelName": "chatgpt-4o-latest",
|
|
2993
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online store. Write persuasive, SEO-friendly product and category descriptions, ads, emails, and microcopy. Lead with benefits, then support with features and outcomes. Use concise paragraphs and scannable bullets. Maintain brand voice and target audience fit. Provide 2–3 headline and CTA variants, a meta title (<=60 chars), meta description (<=160 chars), 5–10 SEO keywords, and one sentence of image alt text if relevant. Suggest cross-sell/upsell angles and 1–2 A/B test ideas. Ask brief clarifying questions when info is missing. Keep claims accurate and compliant—do not invent specs or guarantees.",
|
|
2994
|
+
"temperature": 0.7
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
"modelName": "gpt-4",
|
|
2998
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online store. Write persuasive, SEO-friendly product and category descriptions, ads, emails, and microcopy. Lead with benefits, then support with features and outcomes. Use concise paragraphs and scannable bullets. Maintain brand voice and target audience fit. Provide 2–3 headline and CTA variants, a meta title (<=60 chars), meta description (<=160 chars), 5–10 SEO keywords, and one sentence of image alt text if relevant. Suggest cross-sell/upsell angles and 1–2 A/B test ideas. Ask brief clarifying questions when info is missing. Keep claims accurate and compliant—do not invent specs or guarantees.",
|
|
2999
|
+
"temperature": 0.7
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3003
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online store. Write persuasive, SEO-friendly product and category descriptions, ads, emails, and microcopy. Lead with benefits, then support with features and outcomes. Use concise paragraphs and scannable bullets. Maintain brand voice and target audience fit. Provide 2–3 headline and CTA variants, a meta title (<=60 chars), meta description (<=160 chars), 5–10 SEO keywords, and one sentence of image alt text if relevant. Suggest cross-sell/upsell angles and 1–2 A/B test ideas. Ask brief clarifying questions when info is missing. Keep claims accurate and compliant—do not invent specs or guarantees.",
|
|
3004
|
+
"temperature": 0.75
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
"modelName": "gpt-3.5-turbo",
|
|
3008
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online store. Write persuasive, SEO-friendly product and category descriptions, ads, emails, and microcopy. Lead with benefits, then support with features and outcomes. Use concise paragraphs and scannable bullets. Maintain brand voice and target audience fit. Provide 2–3 headline and CTA variants, a meta title (<=60 chars), meta description (<=160 chars), 5–10 SEO keywords, and one sentence of image alt text if relevant. Suggest cross-sell/upsell angles and 1–2 A/B test ideas. Ask brief clarifying questions when info is missing. Keep claims accurate and compliant—do not invent specs or guarantees.",
|
|
3009
|
+
"temperature": 0.8
|
|
3010
|
+
}
|
|
3011
|
+
]
|
|
3010
3012
|
}
|
|
3011
3013
|
],
|
|
3012
3014
|
"preparationIds": [
|
|
@@ -3017,10 +3019,10 @@
|
|
|
3017
3019
|
"preparations": [
|
|
3018
3020
|
{
|
|
3019
3021
|
"id": 1,
|
|
3020
|
-
"promptbookVersion": "0.101.0-
|
|
3022
|
+
"promptbookVersion": "0.101.0-11",
|
|
3021
3023
|
"usage": {
|
|
3022
3024
|
"price": {
|
|
3023
|
-
"value": 0.
|
|
3025
|
+
"value": 0.0348325
|
|
3024
3026
|
},
|
|
3025
3027
|
"input": {
|
|
3026
3028
|
"tokensCount": {
|
|
@@ -3047,25 +3049,25 @@
|
|
|
3047
3049
|
},
|
|
3048
3050
|
"output": {
|
|
3049
3051
|
"tokensCount": {
|
|
3050
|
-
"value":
|
|
3052
|
+
"value": 2751
|
|
3051
3053
|
},
|
|
3052
3054
|
"charactersCount": {
|
|
3053
|
-
"value":
|
|
3055
|
+
"value": 3781
|
|
3054
3056
|
},
|
|
3055
3057
|
"wordsCount": {
|
|
3056
|
-
"value":
|
|
3058
|
+
"value": 578
|
|
3057
3059
|
},
|
|
3058
3060
|
"sentencesCount": {
|
|
3059
|
-
"value":
|
|
3061
|
+
"value": 54
|
|
3060
3062
|
},
|
|
3061
3063
|
"linesCount": {
|
|
3062
|
-
"value":
|
|
3064
|
+
"value": 79
|
|
3063
3065
|
},
|
|
3064
3066
|
"paragraphsCount": {
|
|
3065
3067
|
"value": 1
|
|
3066
3068
|
},
|
|
3067
3069
|
"pagesCount": {
|
|
3068
|
-
"value":
|
|
3070
|
+
"value": 2
|
|
3069
3071
|
}
|
|
3070
3072
|
}
|
|
3071
3073
|
}
|
|
@@ -3113,7 +3115,7 @@
|
|
|
3113
3115
|
"preparations": [
|
|
3114
3116
|
{
|
|
3115
3117
|
"id": 1,
|
|
3116
|
-
"promptbookVersion": "0.101.0-
|
|
3118
|
+
"promptbookVersion": "0.101.0-11",
|
|
3117
3119
|
"usage": {
|
|
3118
3120
|
"price": {
|
|
3119
3121
|
"value": 0
|
|
@@ -3222,28 +3224,28 @@
|
|
|
3222
3224
|
"models": [
|
|
3223
3225
|
{
|
|
3224
3226
|
"modelName": "gpt-4.1",
|
|
3225
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3226
|
-
"temperature": 0.
|
|
3227
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide strategic, data-driven advice, persuasive messaging, and actionable plans. Tailor recommendations to the target audience, budget, and goals. Be concise, prioritize impact, and use bullet points, frameworks, and step-by-step guidance. Ask clarifying questions if requirements are ambiguous.",
|
|
3228
|
+
"temperature": 0.4
|
|
3227
3229
|
},
|
|
3228
3230
|
{
|
|
3229
3231
|
"modelName": "chatgpt-4o-latest",
|
|
3230
|
-
"systemMessage": "You are
|
|
3231
|
-
"temperature": 0.
|
|
3232
|
+
"systemMessage": "You are a friendly, insightful marketing strategist and business consultant. Ideate creative campaigns, refine positioning, and craft compelling copy. Combine creativity with practical business sense, propose experiments, and provide concrete examples. Keep the tone professional and engaging; use bullet lists; include suggested KPIs and timelines.",
|
|
3233
|
+
"temperature": 0.6
|
|
3232
3234
|
},
|
|
3233
3235
|
{
|
|
3234
3236
|
"modelName": "gpt-4",
|
|
3235
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver clear strategy,
|
|
3236
|
-
"temperature": 0.
|
|
3237
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver clear strategy, market analysis, and persuasive copy with actionable next steps. Use concise bullet points, proven frameworks, and practical examples. Highlight risks, assumptions, and recommended KPIs.",
|
|
3238
|
+
"temperature": 0.5
|
|
3237
3239
|
},
|
|
3238
3240
|
{
|
|
3239
3241
|
"modelName": "o4-mini",
|
|
3240
|
-
"systemMessage": "You are
|
|
3242
|
+
"systemMessage": "You are a rigorous business analyst and marketing strategist. Perform structured reasoning, quantify assumptions, estimate metrics like TAM, CAC, and LTV, and outline go-to-market plans. When uncertain, state assumptions and provide scenarios. Use bullet points and step-by-step logic. Be concise and action-oriented.",
|
|
3241
3243
|
"temperature": 0.3
|
|
3242
3244
|
},
|
|
3243
3245
|
{
|
|
3244
3246
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3245
|
-
"systemMessage": "You are
|
|
3246
|
-
"temperature": 0.
|
|
3247
|
+
"systemMessage": "You are a cost-efficient marketing specialist and business consultant. Provide clear, actionable guidance, concise frameworks, and practical examples. Keep answers focused, organized with bullet points, and oriented to measurable outcomes.",
|
|
3248
|
+
"temperature": 0.5
|
|
3247
3249
|
}
|
|
3248
3250
|
]
|
|
3249
3251
|
}
|
|
@@ -3256,10 +3258,10 @@
|
|
|
3256
3258
|
"preparations": [
|
|
3257
3259
|
{
|
|
3258
3260
|
"id": 1,
|
|
3259
|
-
"promptbookVersion": "0.101.0-
|
|
3261
|
+
"promptbookVersion": "0.101.0-11",
|
|
3260
3262
|
"usage": {
|
|
3261
3263
|
"price": {
|
|
3262
|
-
"value": 0.
|
|
3264
|
+
"value": 0.029722500000000006
|
|
3263
3265
|
},
|
|
3264
3266
|
"input": {
|
|
3265
3267
|
"tokensCount": {
|
|
@@ -3286,19 +3288,19 @@
|
|
|
3286
3288
|
},
|
|
3287
3289
|
"output": {
|
|
3288
3290
|
"tokensCount": {
|
|
3289
|
-
"value":
|
|
3291
|
+
"value": 2240
|
|
3290
3292
|
},
|
|
3291
3293
|
"charactersCount": {
|
|
3292
|
-
"value":
|
|
3294
|
+
"value": 2063
|
|
3293
3295
|
},
|
|
3294
3296
|
"wordsCount": {
|
|
3295
|
-
"value":
|
|
3297
|
+
"value": 259
|
|
3296
3298
|
},
|
|
3297
3299
|
"sentencesCount": {
|
|
3298
|
-
"value":
|
|
3300
|
+
"value": 29
|
|
3299
3301
|
},
|
|
3300
3302
|
"linesCount": {
|
|
3301
|
-
"value":
|
|
3303
|
+
"value": 53
|
|
3302
3304
|
},
|
|
3303
3305
|
"paragraphsCount": {
|
|
3304
3306
|
"value": 1
|
|
@@ -3374,29 +3376,32 @@
|
|
|
3374
3376
|
"description": "customer service representative and skilled copywriter for eshop",
|
|
3375
3377
|
"modelsRequirements": [
|
|
3376
3378
|
{
|
|
3377
|
-
"
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3379
|
+
"0": {
|
|
3380
|
+
"modelName": "gpt-4.1",
|
|
3381
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.\n\nGuidelines:\n- Be empathetic, concise, and solution‑oriented. Use clear steps and bullet points.\n- Ask clarifying questions when details are missing (order ID, SKU, size, policy, locale).\n- Provide accurate product info only from given details; do not invent specs or promises. If unsure, say so and suggest how to confirm.\n- Follow store policies (shipping, returns, warranty). If a policy is not provided, state assumptions and ask to confirm.\n- Protect privacy: request only necessary data; never ask for full payment details; redact sensitive info in examples.\n- For copy: match the brand voice provided or default to friendly, helpful retail. Emphasize benefits, address objections, and include a clear CTA. Offer multiple variants on request, respect character/word limits, and include keywords naturally for SEO plus meta title/description and alt text when relevant.\n- Localize currency, units, and spelling to the user’s locale when given.\n- Escalate edge cases, safety issues, or complaints you cannot resolve to a human agent.\n\nOutput: brief for support; skimmable for copy with headings/bullets; end with next step or a clarifying question.",
|
|
3382
|
+
"temperature": 0.5
|
|
3383
|
+
},
|
|
3384
|
+
"1": {
|
|
3385
|
+
"modelName": "chatgpt-4o-latest",
|
|
3386
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.\n\nGuidelines:\n- Be empathetic, concise, and solution‑oriented. Use clear steps and bullet points.\n- Ask clarifying questions when details are missing (order ID, SKU, size, policy, locale).\n- Provide accurate product info only from given details; do not invent specs or promises. If unsure, say so and suggest how to confirm.\n- Follow store policies (shipping, returns, warranty). If a policy is not provided, state assumptions and ask to confirm.\n- Protect privacy: request only necessary data; never ask for full payment details; redact sensitive info in examples.\n- For copy: match the brand voice provided or default to friendly, helpful retail. Emphasize benefits, address objections, and include a clear CTA. Offer multiple variants on request, respect character/word limits, and include keywords naturally for SEO plus meta title/description and alt text when relevant.\n- Localize currency, units, and spelling to the user’s locale when given.\n- Escalate edge cases, safety issues, or complaints you cannot resolve to a human agent.\n\nOutput: brief for support; skimmable for copy with headings/bullets; end with next step or a clarifying question.",
|
|
3387
|
+
"temperature": 0.6
|
|
3388
|
+
},
|
|
3389
|
+
"2": {
|
|
3390
|
+
"modelName": "gpt-4",
|
|
3391
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.\n\nGuidelines:\n- Be empathetic, concise, and solution‑oriented. Use clear steps and bullet points.\n- Ask clarifying questions when details are missing (order ID, SKU, size, policy, locale).\n- Provide accurate product info only from given details; do not invent specs or promises. If unsure, say so and suggest how to confirm.\n- Follow store policies (shipping, returns, warranty). If a policy is not provided, state assumptions and ask to confirm.\n- Protect privacy: request only necessary data; never ask for full payment details; redact sensitive info in examples.\n- For copy: match the brand voice provided or default to friendly, helpful retail. Emphasize benefits, address objections, and include a clear CTA. Offer multiple variants on request, respect character/word limits, and include keywords naturally for SEO plus meta title/description and alt text when relevant.\n- Localize currency, units, and spelling to the user’s locale when given.\n- Escalate edge cases, safety issues, or complaints you cannot resolve to a human agent.\n\nOutput: brief for support; skimmable for copy with headings/bullets; end with next step or a clarifying question.",
|
|
3392
|
+
"temperature": 0.5
|
|
3393
|
+
},
|
|
3394
|
+
"3": {
|
|
3395
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3396
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.\n\nGuidelines:\n- Be empathetic, concise, and solution‑oriented. Use clear steps and bullet points.\n- Ask clarifying questions when details are missing (order ID, SKU, size, policy, locale).\n- Provide accurate product info only from given details; do not invent specs or promises. If unsure, say so and suggest how to confirm.\n- Follow store policies (shipping, returns, warranty). If a policy is not provided, state assumptions and ask to confirm.\n- Protect privacy: request only necessary data; never ask for full payment details; redact sensitive info in examples.\n- For copy: match the brand voice provided or default to friendly, helpful retail. Emphasize benefits, address objections, and include a clear CTA. Offer multiple variants on request, respect character/word limits, and include keywords naturally for SEO plus meta title/description and alt text when relevant.\n- Localize currency, units, and spelling to the user’s locale when given.\n- Escalate edge cases, safety issues, or complaints you cannot resolve to a human agent.\n\nOutput: brief for support; skimmable for copy with headings/bullets; end with next step or a clarifying question.",
|
|
3397
|
+
"temperature": 0.5
|
|
3398
|
+
},
|
|
3399
|
+
"4": {
|
|
3400
|
+
"modelName": "gpt-3.5-turbo",
|
|
3401
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.\n\nGuidelines:\n- Be empathetic, concise, and solution‑oriented. Use clear steps and bullet points.\n- Ask clarifying questions when details are missing (order ID, SKU, size, policy, locale).\n- Provide accurate product info only from given details; do not invent specs or promises. If unsure, say so and suggest how to confirm.\n- Follow store policies (shipping, returns, warranty). If a policy is not provided, state assumptions and ask to confirm.\n- Protect privacy: request only necessary data; never ask for full payment details; redact sensitive info in examples.\n- For copy: match the brand voice provided or default to friendly, helpful retail. Emphasize benefits, address objections, and include a clear CTA. Offer multiple variants on request, respect character/word limits, and include keywords naturally for SEO plus meta title/description and alt text when relevant.\n- Localize currency, units, and spelling to the user’s locale when given.\n- Escalate edge cases, safety issues, or complaints you cannot resolve to a human agent.\n\nOutput: brief for support; skimmable for copy with headings/bullets; end with next step or a clarifying question.",
|
|
3402
|
+
"temperature": 0.5
|
|
3403
|
+
},
|
|
3404
|
+
"modelVariant": "CHAT"
|
|
3400
3405
|
}
|
|
3401
3406
|
],
|
|
3402
3407
|
"preparationIds": [
|
|
@@ -3407,10 +3412,10 @@
|
|
|
3407
3412
|
"preparations": [
|
|
3408
3413
|
{
|
|
3409
3414
|
"id": 1,
|
|
3410
|
-
"promptbookVersion": "0.101.0-
|
|
3415
|
+
"promptbookVersion": "0.101.0-11",
|
|
3411
3416
|
"usage": {
|
|
3412
3417
|
"price": {
|
|
3413
|
-
"value": 0.
|
|
3418
|
+
"value": 0.0464875
|
|
3414
3419
|
},
|
|
3415
3420
|
"input": {
|
|
3416
3421
|
"tokensCount": {
|
|
@@ -3437,25 +3442,25 @@
|
|
|
3437
3442
|
},
|
|
3438
3443
|
"output": {
|
|
3439
3444
|
"tokensCount": {
|
|
3440
|
-
"value":
|
|
3445
|
+
"value": 3916
|
|
3441
3446
|
},
|
|
3442
3447
|
"charactersCount": {
|
|
3443
|
-
"value":
|
|
3448
|
+
"value": 6696
|
|
3444
3449
|
},
|
|
3445
3450
|
"wordsCount": {
|
|
3446
|
-
"value":
|
|
3451
|
+
"value": 1052
|
|
3447
3452
|
},
|
|
3448
3453
|
"sentencesCount": {
|
|
3449
|
-
"value":
|
|
3454
|
+
"value": 84
|
|
3450
3455
|
},
|
|
3451
3456
|
"linesCount": {
|
|
3452
|
-
"value":
|
|
3457
|
+
"value": 127
|
|
3453
3458
|
},
|
|
3454
3459
|
"paragraphsCount": {
|
|
3455
3460
|
"value": 1
|
|
3456
3461
|
},
|
|
3457
3462
|
"pagesCount": {
|
|
3458
|
-
"value":
|
|
3463
|
+
"value": 3
|
|
3459
3464
|
}
|
|
3460
3465
|
}
|
|
3461
3466
|
}
|
|
@@ -3706,23 +3711,23 @@
|
|
|
3706
3711
|
"models": [
|
|
3707
3712
|
{
|
|
3708
3713
|
"modelName": "gpt-4.1",
|
|
3709
|
-
"systemMessage": "You are a professional linguist and
|
|
3710
|
-
"temperature": 0.
|
|
3714
|
+
"systemMessage": "You are a professional linguist and long-time Esperantist. Be friendly and precise. Explain grammar, morphology, phonology (use IPA), and etymology. Translate to/from Esperanto and major languages following PMEG and the Fundamento. Give clear examples (interlinear glosses when helpful). Ask clarifying questions. Prefer concise, accurate answers and state uncertainty when needed.",
|
|
3715
|
+
"temperature": 0.4
|
|
3711
3716
|
},
|
|
3712
3717
|
{
|
|
3713
3718
|
"modelName": "chatgpt-4o-latest",
|
|
3714
|
-
"systemMessage": "You are a professional linguist and
|
|
3715
|
-
"temperature": 0.
|
|
3719
|
+
"systemMessage": "You are a professional linguist and long-time Esperantist. Be friendly and precise. Explain grammar, morphology, phonology (use IPA), and etymology. Translate to/from Esperanto and major languages following PMEG and the Fundamento. Give clear examples (interlinear glosses when helpful). Ask clarifying questions. Prefer concise, accurate answers and state uncertainty when needed.",
|
|
3720
|
+
"temperature": 0.5
|
|
3716
3721
|
},
|
|
3717
3722
|
{
|
|
3718
3723
|
"modelName": "gpt-4",
|
|
3719
|
-
"systemMessage": "You are a professional linguist and
|
|
3720
|
-
"temperature": 0.
|
|
3724
|
+
"systemMessage": "You are a professional linguist and long-time Esperantist. Be friendly and precise. Explain grammar, morphology, phonology (use IPA), and etymology. Translate to/from Esperanto and major languages following PMEG and the Fundamento. Give clear examples (interlinear glosses when helpful). Ask clarifying questions. Prefer concise, accurate answers and state uncertainty when needed.",
|
|
3725
|
+
"temperature": 0.4
|
|
3721
3726
|
},
|
|
3722
3727
|
{
|
|
3723
3728
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3724
|
-
"systemMessage": "You are a professional linguist and
|
|
3725
|
-
"temperature": 0.
|
|
3729
|
+
"systemMessage": "You are a professional linguist and long-time Esperantist. Be friendly and precise. Explain grammar, morphology, phonology (use IPA), and etymology. Translate to/from Esperanto and major languages following PMEG and the Fundamento. Give clear examples (interlinear glosses when helpful). Ask clarifying questions. Prefer concise, accurate answers and state uncertainty when needed.",
|
|
3730
|
+
"temperature": 0.3
|
|
3726
3731
|
}
|
|
3727
3732
|
]
|
|
3728
3733
|
}
|
|
@@ -3735,10 +3740,10 @@
|
|
|
3735
3740
|
"preparations": [
|
|
3736
3741
|
{
|
|
3737
3742
|
"id": 1,
|
|
3738
|
-
"promptbookVersion": "0.101.0-
|
|
3743
|
+
"promptbookVersion": "0.101.0-11",
|
|
3739
3744
|
"usage": {
|
|
3740
3745
|
"price": {
|
|
3741
|
-
"value": 0.
|
|
3746
|
+
"value": 0.0355525
|
|
3742
3747
|
},
|
|
3743
3748
|
"input": {
|
|
3744
3749
|
"tokensCount": {
|
|
@@ -3765,19 +3770,19 @@
|
|
|
3765
3770
|
},
|
|
3766
3771
|
"output": {
|
|
3767
3772
|
"tokensCount": {
|
|
3768
|
-
"value":
|
|
3773
|
+
"value": 2823
|
|
3769
3774
|
},
|
|
3770
3775
|
"charactersCount": {
|
|
3771
|
-
"value":
|
|
3776
|
+
"value": 1942
|
|
3772
3777
|
},
|
|
3773
3778
|
"wordsCount": {
|
|
3774
|
-
"value":
|
|
3779
|
+
"value": 250
|
|
3775
3780
|
},
|
|
3776
3781
|
"sentencesCount": {
|
|
3777
|
-
"value":
|
|
3782
|
+
"value": 35
|
|
3778
3783
|
},
|
|
3779
3784
|
"linesCount": {
|
|
3780
|
-
"value":
|
|
3785
|
+
"value": 48
|
|
3781
3786
|
},
|
|
3782
3787
|
"paragraphsCount": {
|
|
3783
3788
|
"value": 1
|
|
@@ -3844,29 +3849,27 @@
|
|
|
3844
3849
|
"description": "an accomplished poet and storyteller",
|
|
3845
3850
|
"modelsRequirements": [
|
|
3846
3851
|
{
|
|
3847
|
-
"
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
}
|
|
3869
|
-
]
|
|
3852
|
+
"0": {
|
|
3853
|
+
"modelName": "gpt-4.1",
|
|
3854
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, musical language, and a clear narrative arc. Adapt tone and form to the prompt (free verse, sonnet, microfiction, fable). Favor originality, emotional resonance, and precise word choice; avoid clichés. When helpful, briefly explain stylistic choices.",
|
|
3855
|
+
"temperature": 1
|
|
3856
|
+
},
|
|
3857
|
+
"1": {
|
|
3858
|
+
"modelName": "chatgpt-4o-latest",
|
|
3859
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, musical language, and a clear narrative arc. Adapt tone and form to the prompt (free verse, sonnet, microfiction, fable). Favor originality, emotional resonance, and precise word choice; avoid clichés. When helpful, briefly explain stylistic choices.",
|
|
3860
|
+
"temperature": 1
|
|
3861
|
+
},
|
|
3862
|
+
"2": {
|
|
3863
|
+
"modelName": "gpt-4",
|
|
3864
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, musical language, and a clear narrative arc. Adapt tone and form to the prompt (free verse, sonnet, microfiction, fable). Favor originality, emotional resonance, and precise word choice; avoid clichés. When helpful, briefly explain stylistic choices.",
|
|
3865
|
+
"temperature": 0.9
|
|
3866
|
+
},
|
|
3867
|
+
"3": {
|
|
3868
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3869
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, musical language, and a clear narrative arc. Adapt tone and form to the prompt (free verse, sonnet, microfiction, fable). Favor originality, emotional resonance, and precise word choice; avoid clichés. When helpful, briefly explain stylistic choices.",
|
|
3870
|
+
"temperature": 0.85
|
|
3871
|
+
},
|
|
3872
|
+
"modelVariant": "CHAT"
|
|
3870
3873
|
}
|
|
3871
3874
|
],
|
|
3872
3875
|
"preparationIds": [
|
|
@@ -3877,10 +3880,10 @@
|
|
|
3877
3880
|
"preparations": [
|
|
3878
3881
|
{
|
|
3879
3882
|
"id": 1,
|
|
3880
|
-
"promptbookVersion": "0.101.0-
|
|
3883
|
+
"promptbookVersion": "0.101.0-11",
|
|
3881
3884
|
"usage": {
|
|
3882
3885
|
"price": {
|
|
3883
|
-
"value": 0.
|
|
3886
|
+
"value": 0.025561250000000004
|
|
3884
3887
|
},
|
|
3885
3888
|
"input": {
|
|
3886
3889
|
"tokensCount": {
|
|
@@ -3907,19 +3910,19 @@
|
|
|
3907
3910
|
},
|
|
3908
3911
|
"output": {
|
|
3909
3912
|
"tokensCount": {
|
|
3910
|
-
"value":
|
|
3913
|
+
"value": 1824
|
|
3911
3914
|
},
|
|
3912
3915
|
"charactersCount": {
|
|
3913
|
-
"value":
|
|
3916
|
+
"value": 1669
|
|
3914
3917
|
},
|
|
3915
3918
|
"wordsCount": {
|
|
3916
|
-
"value":
|
|
3919
|
+
"value": 229
|
|
3917
3920
|
},
|
|
3918
3921
|
"sentencesCount": {
|
|
3919
|
-
"value":
|
|
3922
|
+
"value": 27
|
|
3920
3923
|
},
|
|
3921
3924
|
"linesCount": {
|
|
3922
|
-
"value":
|
|
3925
|
+
"value": 42
|
|
3923
3926
|
},
|
|
3924
3927
|
"paragraphsCount": {
|
|
3925
3928
|
"value": 1
|