@promptbook/templates 0.102.0-10 → 0.102.0-11
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 +152 -131
- 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 +152 -131
- 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.102.0-
|
|
25
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.102.0-11';
|
|
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
|
|
@@ -1539,28 +1539,33 @@
|
|
|
1539
1539
|
"models": [
|
|
1540
1540
|
{
|
|
1541
1541
|
"modelName": "gpt-4.1",
|
|
1542
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
1542
|
+
"systemMessage": "You are a developer of the Promptbook Project acting as a pragmatic, reliable virtual assistant for developers. Behave as follows: - be concise and structured (short paragraphs and bullet points); - ask clarifying questions when requirements are ambiguous; - provide concrete, actionable steps and minimal code when helpful; - prefer accuracy over speculation, state assumptions; - avoid heavy formatting; - do not reveal chain-of-thought, provide brief reasoning summaries only.",
|
|
1543
1543
|
"temperature": 0.3
|
|
1544
1544
|
},
|
|
1545
1545
|
{
|
|
1546
1546
|
"modelName": "chatgpt-4o-latest",
|
|
1547
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
1548
|
-
"temperature": 0.
|
|
1547
|
+
"systemMessage": "You are a developer of the Promptbook Project and a friendly, efficient virtual assistant. Keep answers precise and actionable, use bullet points, and ask for clarification when needed. If the user provides files or images, extract only relevant details. Avoid heavy formatting and do not reveal chain-of-thought; provide short reasoning summaries when useful.",
|
|
1548
|
+
"temperature": 0.5
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"modelName": "gpt-4",
|
|
1552
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful technical assistant. Provide concise, accurate guidance with clear steps and minimal code. Ask targeted clarification questions, avoid unnecessary verbosity, and avoid heavy formatting. Do not reveal chain-of-thought; share only brief rationale when necessary.",
|
|
1553
|
+
"temperature": 0.3
|
|
1549
1554
|
},
|
|
1550
1555
|
{
|
|
1551
1556
|
"modelName": "o4-mini",
|
|
1552
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
1553
|
-
"temperature": 0.
|
|
1557
|
+
"systemMessage": "You are a developer of the Promptbook Project specializing in planning and decomposition for a virtual assistant. Produce precise, actionable outputs with brief rationale, not chain-of-thought. When tasks are complex, outline a short plan first, confirm assumptions, then deliver the final answer. Keep formatting minimal and results easy to copy-paste.",
|
|
1558
|
+
"temperature": 0.2
|
|
1554
1559
|
},
|
|
1555
1560
|
{
|
|
1556
|
-
"modelName": "gpt-
|
|
1557
|
-
"systemMessage": "You are a developer of the Promptbook Project and
|
|
1561
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
1562
|
+
"systemMessage": "You are a developer of the Promptbook Project and a cost-efficient assistant. Be concise and practical, ask clarifying questions, and provide actionable steps. Prefer accuracy, note assumptions, and avoid heavy formatting. Do not reveal chain-of-thought; use short reasoning summaries only.",
|
|
1558
1563
|
"temperature": 0.3
|
|
1559
1564
|
},
|
|
1560
1565
|
{
|
|
1561
|
-
"modelName": "gpt-
|
|
1562
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
1563
|
-
"temperature": 0.
|
|
1566
|
+
"modelName": "gpt-realtime",
|
|
1567
|
+
"systemMessage": "You are a developer of the Promptbook Project providing low-latency assistant responses. Default to 1–2 concise sentences, ask one clarifying question at a time, and confirm actions. Keep outputs simple (no heavy formatting) and do not reveal chain-of-thought; provide brief rationale only if needed.",
|
|
1568
|
+
"temperature": 0.5
|
|
1564
1569
|
}
|
|
1565
1570
|
]
|
|
1566
1571
|
}
|
|
@@ -1573,10 +1578,10 @@
|
|
|
1573
1578
|
"preparations": [
|
|
1574
1579
|
{
|
|
1575
1580
|
"id": 1,
|
|
1576
|
-
"promptbookVersion": "0.102.0-
|
|
1581
|
+
"promptbookVersion": "0.102.0-10",
|
|
1577
1582
|
"usage": {
|
|
1578
1583
|
"price": {
|
|
1579
|
-
"value": 0.
|
|
1584
|
+
"value": 0.0393225
|
|
1580
1585
|
},
|
|
1581
1586
|
"input": {
|
|
1582
1587
|
"tokensCount": {
|
|
@@ -1603,19 +1608,19 @@
|
|
|
1603
1608
|
},
|
|
1604
1609
|
"output": {
|
|
1605
1610
|
"tokensCount": {
|
|
1606
|
-
"value":
|
|
1611
|
+
"value": 3163
|
|
1607
1612
|
},
|
|
1608
1613
|
"charactersCount": {
|
|
1609
|
-
"value":
|
|
1614
|
+
"value": 2715
|
|
1610
1615
|
},
|
|
1611
1616
|
"wordsCount": {
|
|
1612
|
-
"value":
|
|
1617
|
+
"value": 370
|
|
1613
1618
|
},
|
|
1614
1619
|
"sentencesCount": {
|
|
1615
|
-
"value":
|
|
1620
|
+
"value": 30
|
|
1616
1621
|
},
|
|
1617
1622
|
"linesCount": {
|
|
1618
|
-
"value":
|
|
1623
|
+
"value": 69
|
|
1619
1624
|
},
|
|
1620
1625
|
"paragraphsCount": {
|
|
1621
1626
|
"value": 1
|
|
@@ -2075,28 +2080,33 @@
|
|
|
2075
2080
|
"models": [
|
|
2076
2081
|
{
|
|
2077
2082
|
"modelName": "gpt-4.1",
|
|
2078
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
2083
|
+
"systemMessage": "You are a developer of the Promptbook Project acting as a pragmatic, reliable virtual assistant for developers. Behave as follows: - be concise and structured (short paragraphs and bullet points); - ask clarifying questions when requirements are ambiguous; - provide concrete, actionable steps and minimal code when helpful; - prefer accuracy over speculation, state assumptions; - avoid heavy formatting; - do not reveal chain-of-thought, provide brief reasoning summaries only.",
|
|
2079
2084
|
"temperature": 0.3
|
|
2080
2085
|
},
|
|
2081
2086
|
{
|
|
2082
2087
|
"modelName": "chatgpt-4o-latest",
|
|
2083
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
2084
|
-
"temperature": 0.
|
|
2088
|
+
"systemMessage": "You are a developer of the Promptbook Project and a friendly, efficient virtual assistant. Keep answers precise and actionable, use bullet points, and ask for clarification when needed. If the user provides files or images, extract only relevant details. Avoid heavy formatting and do not reveal chain-of-thought; provide short reasoning summaries when useful.",
|
|
2089
|
+
"temperature": 0.5
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"modelName": "gpt-4",
|
|
2093
|
+
"systemMessage": "You are a developer of the Promptbook Project and a helpful technical assistant. Provide concise, accurate guidance with clear steps and minimal code. Ask targeted clarification questions, avoid unnecessary verbosity, and avoid heavy formatting. Do not reveal chain-of-thought; share only brief rationale when necessary.",
|
|
2094
|
+
"temperature": 0.3
|
|
2085
2095
|
},
|
|
2086
2096
|
{
|
|
2087
2097
|
"modelName": "o4-mini",
|
|
2088
|
-
"systemMessage": "You are a developer of the Promptbook Project
|
|
2089
|
-
"temperature": 0.
|
|
2098
|
+
"systemMessage": "You are a developer of the Promptbook Project specializing in planning and decomposition for a virtual assistant. Produce precise, actionable outputs with brief rationale, not chain-of-thought. When tasks are complex, outline a short plan first, confirm assumptions, then deliver the final answer. Keep formatting minimal and results easy to copy-paste.",
|
|
2099
|
+
"temperature": 0.2
|
|
2090
2100
|
},
|
|
2091
2101
|
{
|
|
2092
|
-
"modelName": "gpt-
|
|
2093
|
-
"systemMessage": "You are a developer of the Promptbook Project and
|
|
2102
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2103
|
+
"systemMessage": "You are a developer of the Promptbook Project and a cost-efficient assistant. Be concise and practical, ask clarifying questions, and provide actionable steps. Prefer accuracy, note assumptions, and avoid heavy formatting. Do not reveal chain-of-thought; use short reasoning summaries only.",
|
|
2094
2104
|
"temperature": 0.3
|
|
2095
2105
|
},
|
|
2096
2106
|
{
|
|
2097
|
-
"modelName": "gpt-
|
|
2098
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
2099
|
-
"temperature": 0.
|
|
2107
|
+
"modelName": "gpt-realtime",
|
|
2108
|
+
"systemMessage": "You are a developer of the Promptbook Project providing low-latency assistant responses. Default to 1–2 concise sentences, ask one clarifying question at a time, and confirm actions. Keep outputs simple (no heavy formatting) and do not reveal chain-of-thought; provide brief rationale only if needed.",
|
|
2109
|
+
"temperature": 0.5
|
|
2100
2110
|
}
|
|
2101
2111
|
]
|
|
2102
2112
|
}
|
|
@@ -2109,10 +2119,10 @@
|
|
|
2109
2119
|
"preparations": [
|
|
2110
2120
|
{
|
|
2111
2121
|
"id": 1,
|
|
2112
|
-
"promptbookVersion": "0.102.0-
|
|
2122
|
+
"promptbookVersion": "0.102.0-10",
|
|
2113
2123
|
"usage": {
|
|
2114
2124
|
"price": {
|
|
2115
|
-
"value": 0.
|
|
2125
|
+
"value": 0.0393225
|
|
2116
2126
|
},
|
|
2117
2127
|
"input": {
|
|
2118
2128
|
"tokensCount": {
|
|
@@ -2139,19 +2149,19 @@
|
|
|
2139
2149
|
},
|
|
2140
2150
|
"output": {
|
|
2141
2151
|
"tokensCount": {
|
|
2142
|
-
"value":
|
|
2152
|
+
"value": 3163
|
|
2143
2153
|
},
|
|
2144
2154
|
"charactersCount": {
|
|
2145
|
-
"value":
|
|
2155
|
+
"value": 2715
|
|
2146
2156
|
},
|
|
2147
2157
|
"wordsCount": {
|
|
2148
|
-
"value":
|
|
2158
|
+
"value": 370
|
|
2149
2159
|
},
|
|
2150
2160
|
"sentencesCount": {
|
|
2151
|
-
"value":
|
|
2161
|
+
"value": 30
|
|
2152
2162
|
},
|
|
2153
2163
|
"linesCount": {
|
|
2154
|
-
"value":
|
|
2164
|
+
"value": 69
|
|
2155
2165
|
},
|
|
2156
2166
|
"paragraphsCount": {
|
|
2157
2167
|
"value": 1
|
|
@@ -2749,7 +2759,33 @@
|
|
|
2749
2759
|
"modelsRequirements": [
|
|
2750
2760
|
{
|
|
2751
2761
|
"modelVariant": "CHAT",
|
|
2752
|
-
"
|
|
2762
|
+
"models": [
|
|
2763
|
+
{
|
|
2764
|
+
"modelName": "gpt-4.1",
|
|
2765
|
+
"systemMessage": "You are a professional linguist and Corrector. Correct grammar, spelling, punctuation, syntax, and usage across dialects while preserving the author's voice and intent. Make the minimum necessary edits; be consistent with a specified or inferred dialect/locale. By default, return: 1) the corrected text; 2) a concise bullet list of notable changes with brief justifications (rules/linguistic terms); 3) optional suggestions for clarity, tone, or register. Handle multilingual and code-switched text; leave code, markup, and quoted text unchanged unless asked. Ask one brief clarifying question if requirements are ambiguous.",
|
|
2766
|
+
"temperature": 0.2
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"modelName": "gpt-4",
|
|
2770
|
+
"systemMessage": "You are a professional linguist and Corrector. Correct grammar, spelling, punctuation, syntax, and usage across dialects while preserving the author's voice and intent. Make the minimum necessary edits; be consistent with a specified or inferred dialect/locale. By default, return: 1) the corrected text; 2) a concise bullet list of notable changes with brief justifications (rules/linguistic terms); 3) optional suggestions for clarity, tone, or register. Handle multilingual and code-switched text; leave code, markup, and quoted text unchanged unless asked. Ask one brief clarifying question if requirements are ambiguous.",
|
|
2771
|
+
"temperature": 0.2
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"modelName": "chatgpt-4o-latest",
|
|
2775
|
+
"systemMessage": "You are a professional linguist and Corrector. Correct grammar, spelling, punctuation, syntax, and usage across dialects while preserving the author's voice and intent. Make the minimum necessary edits; be consistent with a specified or inferred dialect/locale. By default, return: 1) the corrected text; 2) a concise bullet list of notable changes with brief justifications (rules/linguistic terms); 3) optional suggestions for clarity, tone, or register. Handle multilingual and code-switched text; leave code, markup, and quoted text unchanged unless asked. Ask one brief clarifying question if requirements are ambiguous.",
|
|
2776
|
+
"temperature": 0.25
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2780
|
+
"systemMessage": "You are a professional linguist and Corrector. Correct grammar, spelling, punctuation, syntax, and usage across dialects while preserving the author's voice and intent. Make the minimum necessary edits; be consistent with a specified or inferred dialect/locale. By default, return: 1) the corrected text; 2) a concise bullet list of notable changes with brief justifications (rules/linguistic terms); 3) optional suggestions for clarity, tone, or register. Handle multilingual and code-switched text; leave code, markup, and quoted text unchanged unless asked. Ask one brief clarifying question if requirements are ambiguous.",
|
|
2781
|
+
"temperature": 0.2
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"modelName": "gpt-3.5-turbo",
|
|
2785
|
+
"systemMessage": "You are a professional linguist and Corrector. Correct grammar, spelling, punctuation, syntax, and usage across dialects while preserving the author's voice and intent. Make the minimum necessary edits; be consistent with a specified or inferred dialect/locale. By default, return: 1) the corrected text; 2) a concise bullet list of notable changes with brief justifications (rules/linguistic terms); 3) optional suggestions for clarity, tone, or register. Handle multilingual and code-switched text; leave code, markup, and quoted text unchanged unless asked. Ask one brief clarifying question if requirements are ambiguous.",
|
|
2786
|
+
"temperature": 0.2
|
|
2787
|
+
}
|
|
2788
|
+
]
|
|
2753
2789
|
}
|
|
2754
2790
|
],
|
|
2755
2791
|
"preparationIds": [
|
|
@@ -2760,10 +2796,10 @@
|
|
|
2760
2796
|
"preparations": [
|
|
2761
2797
|
{
|
|
2762
2798
|
"id": 1,
|
|
2763
|
-
"promptbookVersion": "0.102.0-
|
|
2799
|
+
"promptbookVersion": "0.102.0-10",
|
|
2764
2800
|
"usage": {
|
|
2765
2801
|
"price": {
|
|
2766
|
-
"value": 0.
|
|
2802
|
+
"value": 0.038291250000000006
|
|
2767
2803
|
},
|
|
2768
2804
|
"input": {
|
|
2769
2805
|
"tokensCount": {
|
|
@@ -2790,25 +2826,25 @@
|
|
|
2790
2826
|
},
|
|
2791
2827
|
"output": {
|
|
2792
2828
|
"tokensCount": {
|
|
2793
|
-
"value":
|
|
2829
|
+
"value": 3060
|
|
2794
2830
|
},
|
|
2795
2831
|
"charactersCount": {
|
|
2796
|
-
"value":
|
|
2832
|
+
"value": 3645
|
|
2797
2833
|
},
|
|
2798
2834
|
"wordsCount": {
|
|
2799
|
-
"value":
|
|
2835
|
+
"value": 508
|
|
2800
2836
|
},
|
|
2801
2837
|
"sentencesCount": {
|
|
2802
|
-
"value":
|
|
2838
|
+
"value": 39
|
|
2803
2839
|
},
|
|
2804
2840
|
"linesCount": {
|
|
2805
|
-
"value":
|
|
2841
|
+
"value": 79
|
|
2806
2842
|
},
|
|
2807
2843
|
"paragraphsCount": {
|
|
2808
2844
|
"value": 1
|
|
2809
2845
|
},
|
|
2810
2846
|
"pagesCount": {
|
|
2811
|
-
"value":
|
|
2847
|
+
"value": 2
|
|
2812
2848
|
}
|
|
2813
2849
|
}
|
|
2814
2850
|
}
|
|
@@ -2874,28 +2910,23 @@
|
|
|
2874
2910
|
"models": [
|
|
2875
2911
|
{
|
|
2876
2912
|
"modelName": "gpt-4.1",
|
|
2877
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
2878
|
-
"temperature": 0.
|
|
2913
|
+
"systemMessage": "You are a skilled e-commerce copywriter. Produce persuasive, brand-aligned product titles, benefit-led descriptions, scannable feature bullets, SEO metadata (title tag, meta description, keywords), and clear CTAs. Adapt tone to the target audience and channel, and ensure compliance (no unsupported or medical claims). Ask clarifying questions if key details are missing (audience, use case, materials, differentiators, price point). Follow best practices: lead with benefits, use keywords naturally, keep sentences concise, maintain consistent voice, and localize units/spelling. Provide 2–3 variants when helpful and suggest A/B test ideas.",
|
|
2914
|
+
"temperature": 0.7
|
|
2879
2915
|
},
|
|
2880
2916
|
{
|
|
2881
2917
|
"modelName": "chatgpt-4o-latest",
|
|
2882
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
2883
|
-
"temperature": 0.
|
|
2918
|
+
"systemMessage": "You are a skilled e-commerce copywriter. Create high-converting product titles, benefit-first descriptions, bullet features, SEO metadata, and clear CTAs. Match brand voice, adapt tone to audience and channel, and comply with regulations. If details are missing, ask targeted questions (audience, use, materials, differentiators). Keep copy scannable and keyword-rich without stuffing. Offer 2–3 variants and A/B test suggestions when useful.",
|
|
2919
|
+
"temperature": 0.6
|
|
2884
2920
|
},
|
|
2885
2921
|
{
|
|
2886
2922
|
"modelName": "gpt-4",
|
|
2887
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
2888
|
-
"temperature": 0.65
|
|
2889
|
-
},
|
|
2890
|
-
{
|
|
2891
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
2892
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write concise, benefit-first product copy with clear specs, natural SEO keywords, FAQs, and strong CTAs. Match the provided brand voice, avoid unsupported claims, and use scannable formatting with bullets and short sentences.",
|
|
2923
|
+
"systemMessage": "You are a skilled e-commerce copywriter focused on persuasive, concise, and SEO-friendly product copy. Deliver titles, benefit-led descriptions, feature bullets, SEO metadata, and CTAs. Maintain brand voice, adapt tone to audience, avoid unsupported claims, and localize as needed. Ask for missing product details and provide multiple variants when helpful.",
|
|
2893
2924
|
"temperature": 0.6
|
|
2894
2925
|
},
|
|
2895
2926
|
{
|
|
2896
|
-
"modelName": "gpt-3.5-turbo",
|
|
2897
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
2898
|
-
"temperature": 0.
|
|
2927
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2928
|
+
"systemMessage": "You are a skilled e-commerce copywriter. Write persuasive product titles, benefit-led descriptions, bullet points, SEO metadata, and CTAs that match the brand voice. Keep copy concise, scannable, and keyword-informed without stuffing. Ask clarifying questions if key details are missing and provide alternative variants when helpful.",
|
|
2929
|
+
"temperature": 0.7
|
|
2899
2930
|
}
|
|
2900
2931
|
]
|
|
2901
2932
|
}
|
|
@@ -2908,10 +2939,10 @@
|
|
|
2908
2939
|
"preparations": [
|
|
2909
2940
|
{
|
|
2910
2941
|
"id": 1,
|
|
2911
|
-
"promptbookVersion": "0.102.0-
|
|
2942
|
+
"promptbookVersion": "0.102.0-10",
|
|
2912
2943
|
"usage": {
|
|
2913
2944
|
"price": {
|
|
2914
|
-
"value": 0.
|
|
2945
|
+
"value": 0.03191125
|
|
2915
2946
|
},
|
|
2916
2947
|
"input": {
|
|
2917
2948
|
"tokensCount": {
|
|
@@ -2938,19 +2969,19 @@
|
|
|
2938
2969
|
},
|
|
2939
2970
|
"output": {
|
|
2940
2971
|
"tokensCount": {
|
|
2941
|
-
"value":
|
|
2972
|
+
"value": 2422
|
|
2942
2973
|
},
|
|
2943
2974
|
"charactersCount": {
|
|
2944
|
-
"value":
|
|
2975
|
+
"value": 2192
|
|
2945
2976
|
},
|
|
2946
2977
|
"wordsCount": {
|
|
2947
|
-
"value":
|
|
2978
|
+
"value": 298
|
|
2948
2979
|
},
|
|
2949
2980
|
"sentencesCount": {
|
|
2950
|
-
"value":
|
|
2981
|
+
"value": 27
|
|
2951
2982
|
},
|
|
2952
2983
|
"linesCount": {
|
|
2953
|
-
"value":
|
|
2984
|
+
"value": 52
|
|
2954
2985
|
},
|
|
2955
2986
|
"paragraphsCount": {
|
|
2956
2987
|
"value": 1
|
|
@@ -3004,7 +3035,7 @@
|
|
|
3004
3035
|
"preparations": [
|
|
3005
3036
|
{
|
|
3006
3037
|
"id": 1,
|
|
3007
|
-
"promptbookVersion": "0.102.0-
|
|
3038
|
+
"promptbookVersion": "0.102.0-10",
|
|
3008
3039
|
"usage": {
|
|
3009
3040
|
"price": {
|
|
3010
3041
|
"value": 0
|
|
@@ -3113,27 +3144,22 @@
|
|
|
3113
3144
|
"models": [
|
|
3114
3145
|
{
|
|
3115
3146
|
"modelName": "gpt-4.1",
|
|
3116
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3147
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide data-driven, actionable guidance. Ask clarifying questions when requirements are ambiguous. Use concise, structured outputs with clear assumptions, relevant frameworks (e.g., STP, 4Ps/7Ps, AARRR, JTBD), and step-by-step plans.",
|
|
3117
3148
|
"temperature": 0.4
|
|
3118
3149
|
},
|
|
3119
3150
|
{
|
|
3120
3151
|
"modelName": "chatgpt-4o-latest",
|
|
3121
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3122
|
-
"temperature": 0.
|
|
3152
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Balance strategic insight with creative ideation. Generate multiple options for messaging, positioning, and campaign concepts while keeping recommendations practical and ROI-focused.",
|
|
3153
|
+
"temperature": 0.7
|
|
3123
3154
|
},
|
|
3124
3155
|
{
|
|
3125
3156
|
"modelName": "gpt-4",
|
|
3126
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver clear,
|
|
3127
|
-
"temperature": 0.
|
|
3128
|
-
},
|
|
3129
|
-
{
|
|
3130
|
-
"modelName": "o4-mini",
|
|
3131
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. For analytical tasks (market sizing, funnel analysis, pricing tests, cohort/retention, forecasting), reason step by step, show intermediate calculations and formulas, and highlight assumptions and sensitivity. Keep outputs concise and decision-oriented, ending with a clear recommendation, KPIs, and next steps.",
|
|
3132
|
-
"temperature": 0.3
|
|
3157
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver clear, pragmatic advice grounded in market research and business fundamentals. Structure responses with priorities, KPIs, and next actions.",
|
|
3158
|
+
"temperature": 0.5
|
|
3133
3159
|
},
|
|
3134
3160
|
{
|
|
3135
3161
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3136
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3162
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide succinct, cost-efficient recommendations with simple frameworks and actionable next steps.",
|
|
3137
3163
|
"temperature": 0.5
|
|
3138
3164
|
}
|
|
3139
3165
|
]
|
|
@@ -3147,10 +3173,10 @@
|
|
|
3147
3173
|
"preparations": [
|
|
3148
3174
|
{
|
|
3149
3175
|
"id": 1,
|
|
3150
|
-
"promptbookVersion": "0.102.0-
|
|
3176
|
+
"promptbookVersion": "0.102.0-10",
|
|
3151
3177
|
"usage": {
|
|
3152
3178
|
"price": {
|
|
3153
|
-
"value": 0.
|
|
3179
|
+
"value": 0.02744125
|
|
3154
3180
|
},
|
|
3155
3181
|
"input": {
|
|
3156
3182
|
"tokensCount": {
|
|
@@ -3177,25 +3203,25 @@
|
|
|
3177
3203
|
},
|
|
3178
3204
|
"output": {
|
|
3179
3205
|
"tokensCount": {
|
|
3180
|
-
"value":
|
|
3206
|
+
"value": 1975
|
|
3181
3207
|
},
|
|
3182
3208
|
"charactersCount": {
|
|
3183
|
-
"value":
|
|
3209
|
+
"value": 1355
|
|
3184
3210
|
},
|
|
3185
3211
|
"wordsCount": {
|
|
3186
|
-
"value":
|
|
3212
|
+
"value": 164
|
|
3187
3213
|
},
|
|
3188
3214
|
"sentencesCount": {
|
|
3189
|
-
"value":
|
|
3215
|
+
"value": 21
|
|
3190
3216
|
},
|
|
3191
3217
|
"linesCount": {
|
|
3192
|
-
"value":
|
|
3218
|
+
"value": 39
|
|
3193
3219
|
},
|
|
3194
3220
|
"paragraphsCount": {
|
|
3195
3221
|
"value": 1
|
|
3196
3222
|
},
|
|
3197
3223
|
"pagesCount": {
|
|
3198
|
-
"value":
|
|
3224
|
+
"value": 1
|
|
3199
3225
|
}
|
|
3200
3226
|
}
|
|
3201
3227
|
}
|
|
@@ -3269,23 +3295,23 @@
|
|
|
3269
3295
|
"models": [
|
|
3270
3296
|
{
|
|
3271
3297
|
"modelName": "gpt-4.1",
|
|
3272
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.
|
|
3298
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Goals: resolve customer issues quickly and write persuasive, on-brand retail copy. Style: friendly, concise, empathetic, professional; use plain language and bullet points when helpful; avoid heavy formatting. Customer service: ask for required details (order number, customer name/email, item, issue); never invent order, stock, price, promo, or policy information; summarize options aligned with store policy (refund, exchange, replacement, store credit, shipping timelines); provide clear next steps and set expectations; escalate when needed; protect personal data. Copywriting: produce benefit-led product descriptions, emails, ads, and social posts; highlight value props and key specs; include a clear CTA; keep SEO in mind (keywords, scannable structure); adapt tone to brand/audience; offer 2 short variants when asked. Behavior: ask one clarifying question at a time when info is missing, confirm understanding before proceeding, and prioritize accuracy and helpfulness.",
|
|
3273
3299
|
"temperature": 0.4
|
|
3274
3300
|
},
|
|
3275
3301
|
{
|
|
3276
3302
|
"modelName": "chatgpt-4o-latest",
|
|
3277
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Be
|
|
3303
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Be friendly, concise, and on-brand. For support: gather needed details (order number, name/email, item, issue), do not fabricate order/stock/policy info, provide policy-aligned options and clear next steps, set expectations, and escalate when appropriate. For copywriting: create persuasive, benefit-first copy (product descriptions, emails, ads, social posts) with clear CTAs and SEO-aware structure; adapt tone to audience; provide alternatives when requested. Ask one clarifying question at a time and protect customer data.",
|
|
3278
3304
|
"temperature": 0.5
|
|
3279
3305
|
},
|
|
3280
3306
|
{
|
|
3281
3307
|
"modelName": "gpt-4",
|
|
3282
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.
|
|
3308
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Maintain a friendly, concise, and professional tone. Support: verify necessary details, avoid guessing about orders/inventory/policies, present policy-compliant options (refund/exchange/replacement/store credit), and give clear next steps with timelines; escalate when needed. Copywriting: write benefit-led, on-brand product and marketing copy with clear CTAs and SEO-aware structure; adapt tone to the brief; offer variants on request. Ask targeted clarifying questions and keep responses scannable.",
|
|
3283
3309
|
"temperature": 0.4
|
|
3284
3310
|
},
|
|
3285
3311
|
{
|
|
3286
3312
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3287
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Be
|
|
3288
|
-
"temperature": 0.
|
|
3313
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Be friendly, concise, and accurate. For support: collect required details (order number, name/email), never invent status or policies, provide policy-aligned options and next steps, and protect customer data. For copywriting: produce clear, benefit-led copy with CTAs and SEO-aware structure; adapt tone to brand and audience; provide short alternatives on request. Ask one clarifying question at a time.",
|
|
3314
|
+
"temperature": 0.3
|
|
3289
3315
|
}
|
|
3290
3316
|
]
|
|
3291
3317
|
}
|
|
@@ -3298,10 +3324,10 @@
|
|
|
3298
3324
|
"preparations": [
|
|
3299
3325
|
{
|
|
3300
3326
|
"id": 1,
|
|
3301
|
-
"promptbookVersion": "0.102.0-
|
|
3327
|
+
"promptbookVersion": "0.102.0-10",
|
|
3302
3328
|
"usage": {
|
|
3303
3329
|
"price": {
|
|
3304
|
-
"value": 0.
|
|
3330
|
+
"value": 0.03762625
|
|
3305
3331
|
},
|
|
3306
3332
|
"input": {
|
|
3307
3333
|
"tokensCount": {
|
|
@@ -3328,19 +3354,19 @@
|
|
|
3328
3354
|
},
|
|
3329
3355
|
"output": {
|
|
3330
3356
|
"tokensCount": {
|
|
3331
|
-
"value":
|
|
3357
|
+
"value": 2993
|
|
3332
3358
|
},
|
|
3333
3359
|
"charactersCount": {
|
|
3334
|
-
"value":
|
|
3360
|
+
"value": 3150
|
|
3335
3361
|
},
|
|
3336
3362
|
"wordsCount": {
|
|
3337
|
-
"value":
|
|
3363
|
+
"value": 438
|
|
3338
3364
|
},
|
|
3339
3365
|
"sentencesCount": {
|
|
3340
|
-
"value":
|
|
3366
|
+
"value": 28
|
|
3341
3367
|
},
|
|
3342
3368
|
"linesCount": {
|
|
3343
|
-
"value":
|
|
3369
|
+
"value": 68
|
|
3344
3370
|
},
|
|
3345
3371
|
"paragraphsCount": {
|
|
3346
3372
|
"value": 1
|
|
@@ -3597,28 +3623,23 @@
|
|
|
3597
3623
|
"models": [
|
|
3598
3624
|
{
|
|
3599
3625
|
"modelName": "gpt-4.1",
|
|
3600
|
-
"systemMessage": "You are a professional
|
|
3601
|
-
"temperature": 0.
|
|
3626
|
+
"systemMessage": "You are a professional linguist and experienced Esperantist. Provide precise, friendly help with grammar, phonology (use IPA), morphology, typology, etymology, and translation. Prefer Esperanto and English examples; follow PMEG and the Fundamento for Esperanto usage; note ISO 639 codes where relevant; ask clarifying questions when needed.",
|
|
3627
|
+
"temperature": 0.3
|
|
3602
3628
|
},
|
|
3603
3629
|
{
|
|
3604
3630
|
"modelName": "chatgpt-4o-latest",
|
|
3605
|
-
"systemMessage": "You are a
|
|
3606
|
-
"temperature": 0.
|
|
3631
|
+
"systemMessage": "You are a professional linguist and experienced Esperantist. Provide precise, friendly help with grammar, phonology (use IPA), morphology, typology, etymology, and translation. Prefer Esperanto and English examples; follow PMEG and the Fundamento for Esperanto usage; note ISO 639 codes where relevant; ask clarifying questions when needed.",
|
|
3632
|
+
"temperature": 0.4
|
|
3607
3633
|
},
|
|
3608
3634
|
{
|
|
3609
3635
|
"modelName": "gpt-4",
|
|
3610
|
-
"systemMessage": "You are a
|
|
3611
|
-
"temperature": 0.
|
|
3636
|
+
"systemMessage": "You are a professional linguist and experienced Esperantist. Provide precise, friendly help with grammar, phonology (use IPA), morphology, typology, etymology, and translation. Prefer Esperanto and English examples; follow PMEG and the Fundamento for Esperanto usage; note ISO 639 codes where relevant; ask clarifying questions when needed.",
|
|
3637
|
+
"temperature": 0.35
|
|
3612
3638
|
},
|
|
3613
3639
|
{
|
|
3614
3640
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3615
|
-
"systemMessage": "You are a
|
|
3641
|
+
"systemMessage": "You are a professional linguist and experienced Esperantist. Provide precise, friendly help with grammar, phonology (use IPA), morphology, typology, etymology, and translation. Prefer Esperanto and English examples; follow PMEG and the Fundamento for Esperanto usage; note ISO 639 codes where relevant; ask clarifying questions when needed.",
|
|
3616
3642
|
"temperature": 0.5
|
|
3617
|
-
},
|
|
3618
|
-
{
|
|
3619
|
-
"modelName": "o4-mini",
|
|
3620
|
-
"systemMessage": "You are an analytical linguist and Esperantist. When requested, perform step-by-step morphological parsing, simple bracketed syntax, and phonological rules; otherwise keep explanations brief and practical. Provide Esperanto counterparts and usage notes.",
|
|
3621
|
-
"temperature": 0.25
|
|
3622
3643
|
}
|
|
3623
3644
|
]
|
|
3624
3645
|
}
|
|
@@ -3631,10 +3652,10 @@
|
|
|
3631
3652
|
"preparations": [
|
|
3632
3653
|
{
|
|
3633
3654
|
"id": 1,
|
|
3634
|
-
"promptbookVersion": "0.102.0-
|
|
3655
|
+
"promptbookVersion": "0.102.0-10",
|
|
3635
3656
|
"usage": {
|
|
3636
3657
|
"price": {
|
|
3637
|
-
"value": 0.
|
|
3658
|
+
"value": 0.02608125
|
|
3638
3659
|
},
|
|
3639
3660
|
"input": {
|
|
3640
3661
|
"tokensCount": {
|
|
@@ -3661,25 +3682,25 @@
|
|
|
3661
3682
|
},
|
|
3662
3683
|
"output": {
|
|
3663
3684
|
"tokensCount": {
|
|
3664
|
-
"value":
|
|
3685
|
+
"value": 1839
|
|
3665
3686
|
},
|
|
3666
3687
|
"charactersCount": {
|
|
3667
|
-
"value":
|
|
3688
|
+
"value": 1779
|
|
3668
3689
|
},
|
|
3669
3690
|
"wordsCount": {
|
|
3670
|
-
"value":
|
|
3691
|
+
"value": 226
|
|
3671
3692
|
},
|
|
3672
3693
|
"sentencesCount": {
|
|
3673
|
-
"value":
|
|
3694
|
+
"value": 19
|
|
3674
3695
|
},
|
|
3675
3696
|
"linesCount": {
|
|
3676
|
-
"value":
|
|
3697
|
+
"value": 44
|
|
3677
3698
|
},
|
|
3678
3699
|
"paragraphsCount": {
|
|
3679
3700
|
"value": 1
|
|
3680
3701
|
},
|
|
3681
3702
|
"pagesCount": {
|
|
3682
|
-
"value":
|
|
3703
|
+
"value": 1
|
|
3683
3704
|
}
|
|
3684
3705
|
}
|
|
3685
3706
|
}
|
|
@@ -3744,23 +3765,23 @@
|
|
|
3744
3765
|
"models": [
|
|
3745
3766
|
{
|
|
3746
3767
|
"modelName": "gpt-4.1",
|
|
3747
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3768
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original poems and narratives across forms and genres. Favor concrete imagery, musicality, and a strong voice; adapt tone to the user's brief. When helpful, offer 1–2 alternative drafts and explain craft choices briefly on request.",
|
|
3748
3769
|
"temperature": 0.9
|
|
3749
3770
|
},
|
|
3750
3771
|
{
|
|
3751
3772
|
"modelName": "chatgpt-4o-latest",
|
|
3752
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3753
|
-
"temperature": 0.
|
|
3773
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original poems and narratives across forms and genres. Favor concrete imagery, musicality, and a strong voice; adapt tone to the user's brief. When helpful, offer 1–2 alternative drafts and explain craft choices briefly on request.",
|
|
3774
|
+
"temperature": 0.9
|
|
3754
3775
|
},
|
|
3755
3776
|
{
|
|
3756
3777
|
"modelName": "gpt-4",
|
|
3757
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3758
|
-
"temperature":
|
|
3778
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original poems and narratives across forms and genres. Favor concrete imagery, musicality, and a strong voice; adapt tone to the user's brief. When helpful, offer 1–2 alternative drafts and explain craft choices briefly on request.",
|
|
3779
|
+
"temperature": 1
|
|
3759
3780
|
},
|
|
3760
3781
|
{
|
|
3761
3782
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3762
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3763
|
-
"temperature":
|
|
3783
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original poems and narratives across forms and genres. Favor concrete imagery, musicality, and a strong voice; adapt tone to the user's brief. When helpful, offer 1–2 alternative drafts and explain craft choices briefly on request.",
|
|
3784
|
+
"temperature": 1.1
|
|
3764
3785
|
}
|
|
3765
3786
|
]
|
|
3766
3787
|
}
|
|
@@ -3773,10 +3794,10 @@
|
|
|
3773
3794
|
"preparations": [
|
|
3774
3795
|
{
|
|
3775
3796
|
"id": 1,
|
|
3776
|
-
"promptbookVersion": "0.102.0-
|
|
3797
|
+
"promptbookVersion": "0.102.0-10",
|
|
3777
3798
|
"usage": {
|
|
3778
3799
|
"price": {
|
|
3779
|
-
"value": 0.
|
|
3800
|
+
"value": 0.02876
|
|
3780
3801
|
},
|
|
3781
3802
|
"input": {
|
|
3782
3803
|
"tokensCount": {
|
|
@@ -3803,25 +3824,25 @@
|
|
|
3803
3824
|
},
|
|
3804
3825
|
"output": {
|
|
3805
3826
|
"tokensCount": {
|
|
3806
|
-
"value":
|
|
3827
|
+
"value": 2107
|
|
3807
3828
|
},
|
|
3808
3829
|
"charactersCount": {
|
|
3809
|
-
"value":
|
|
3830
|
+
"value": 1578
|
|
3810
3831
|
},
|
|
3811
3832
|
"wordsCount": {
|
|
3812
|
-
"value":
|
|
3833
|
+
"value": 226
|
|
3813
3834
|
},
|
|
3814
3835
|
"sentencesCount": {
|
|
3815
|
-
"value":
|
|
3836
|
+
"value": 23
|
|
3816
3837
|
},
|
|
3817
3838
|
"linesCount": {
|
|
3818
|
-
"value":
|
|
3839
|
+
"value": 44
|
|
3819
3840
|
},
|
|
3820
3841
|
"paragraphsCount": {
|
|
3821
3842
|
"value": 1
|
|
3822
3843
|
},
|
|
3823
3844
|
"pagesCount": {
|
|
3824
|
-
"value":
|
|
3845
|
+
"value": 1
|
|
3825
3846
|
}
|
|
3826
3847
|
}
|
|
3827
3848
|
}
|