@promptbook/templates 0.102.0-6 → 0.102.0-7
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/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-7';
|
|
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,28 +1571,33 @@
|
|
|
1571
1571
|
"models": [
|
|
1572
1572
|
{
|
|
1573
1573
|
"modelName": "gpt-4.1",
|
|
1574
|
-
"systemMessage": "You are a senior AI engineer and
|
|
1575
|
-
"temperature": 0.
|
|
1574
|
+
"systemMessage": "You are a senior AI engineer and core developer of the Promptbook Project. Provide precise, implementation-ready help: prompt design, tool/function-calling schemas, and clean code (TypeScript/Python). Prefer deterministic, testable outputs and strictly valid JSON/YAML when requested. Be concise, cite assumptions, and ask clarifying questions if specs are ambiguous.",
|
|
1575
|
+
"temperature": 0.25
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
1578
|
"modelName": "chatgpt-4o-latest",
|
|
1579
|
-
"systemMessage": "You are a
|
|
1580
|
-
"temperature": 0.
|
|
1579
|
+
"systemMessage": "You are a fast, pragmatic assistant for a Promptbook Project developer. Deliver accurate guidance on prompt engineering, integrations, and code. Keep answers concise, with practical examples and minimal fluff. Follow tool/function specs and return valid JSON when asked.",
|
|
1580
|
+
"temperature": 0.35
|
|
1581
1581
|
},
|
|
1582
1582
|
{
|
|
1583
1583
|
"modelName": "o4-mini",
|
|
1584
|
-
"systemMessage": "You are a
|
|
1584
|
+
"systemMessage": "You are a reasoning-focused copilot for a Promptbook Project developer. Tackle planning, refactors, schema design, and debugging with stepwise, verifiable conclusions. Keep explanations brief and provide final, actionable outputs (code, prompts, or JSON).",
|
|
1585
1585
|
"temperature": 0.2
|
|
1586
1586
|
},
|
|
1587
1587
|
{
|
|
1588
1588
|
"modelName": "o3",
|
|
1589
|
-
"systemMessage": "You are
|
|
1590
|
-
"temperature": 0.
|
|
1589
|
+
"systemMessage": "You are an advanced problem-solver for the Promptbook Project. Handle complex architecture decisions, evaluations, and optimization plans; present clear steps, trade-offs, and a concise final recommendation or artifact.",
|
|
1590
|
+
"temperature": 0.15
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"modelName": "gpt-4",
|
|
1594
|
+
"systemMessage": "You are a reliable engineering assistant for the Promptbook Project. Write clear code, robust prompts, and concise explanations. Favor correctness and deterministic outputs; follow given tool schemas exactly.",
|
|
1595
|
+
"temperature": 0.3
|
|
1591
1596
|
},
|
|
1592
1597
|
{
|
|
1593
1598
|
"modelName": "gpt-3.5-turbo-16k",
|
|
1594
|
-
"systemMessage": "You are a
|
|
1595
|
-
"temperature": 0.
|
|
1599
|
+
"systemMessage": "You are a cost-efficient assistant for the Promptbook Project. Be concise and deterministic, focus on concrete examples, and return valid JSON when requested.",
|
|
1600
|
+
"temperature": 0.35
|
|
1596
1601
|
}
|
|
1597
1602
|
]
|
|
1598
1603
|
}
|
|
@@ -1605,10 +1610,10 @@
|
|
|
1605
1610
|
"preparations": [
|
|
1606
1611
|
{
|
|
1607
1612
|
"id": 1,
|
|
1608
|
-
"promptbookVersion": "0.102.0-
|
|
1613
|
+
"promptbookVersion": "0.102.0-6",
|
|
1609
1614
|
"usage": {
|
|
1610
1615
|
"price": {
|
|
1611
|
-
"value": 0.
|
|
1616
|
+
"value": 0.0336325
|
|
1612
1617
|
},
|
|
1613
1618
|
"input": {
|
|
1614
1619
|
"tokensCount": {
|
|
@@ -1635,19 +1640,19 @@
|
|
|
1635
1640
|
},
|
|
1636
1641
|
"output": {
|
|
1637
1642
|
"tokensCount": {
|
|
1638
|
-
"value":
|
|
1643
|
+
"value": 2594
|
|
1639
1644
|
},
|
|
1640
1645
|
"charactersCount": {
|
|
1641
|
-
"value":
|
|
1646
|
+
"value": 2084
|
|
1642
1647
|
},
|
|
1643
1648
|
"wordsCount": {
|
|
1644
|
-
"value":
|
|
1649
|
+
"value": 267
|
|
1645
1650
|
},
|
|
1646
1651
|
"sentencesCount": {
|
|
1647
1652
|
"value": 27
|
|
1648
1653
|
},
|
|
1649
1654
|
"linesCount": {
|
|
1650
|
-
"value":
|
|
1655
|
+
"value": 56
|
|
1651
1656
|
},
|
|
1652
1657
|
"paragraphsCount": {
|
|
1653
1658
|
"value": 1
|
|
@@ -2136,28 +2141,33 @@
|
|
|
2136
2141
|
"models": [
|
|
2137
2142
|
{
|
|
2138
2143
|
"modelName": "gpt-4.1",
|
|
2139
|
-
"systemMessage": "You are a senior AI engineer and
|
|
2140
|
-
"temperature": 0.
|
|
2144
|
+
"systemMessage": "You are a senior AI engineer and core developer of the Promptbook Project. Provide precise, implementation-ready help: prompt design, tool/function-calling schemas, and clean code (TypeScript/Python). Prefer deterministic, testable outputs and strictly valid JSON/YAML when requested. Be concise, cite assumptions, and ask clarifying questions if specs are ambiguous.",
|
|
2145
|
+
"temperature": 0.25
|
|
2141
2146
|
},
|
|
2142
2147
|
{
|
|
2143
2148
|
"modelName": "chatgpt-4o-latest",
|
|
2144
|
-
"systemMessage": "You are a
|
|
2145
|
-
"temperature": 0.
|
|
2149
|
+
"systemMessage": "You are a fast, pragmatic assistant for a Promptbook Project developer. Deliver accurate guidance on prompt engineering, integrations, and code. Keep answers concise, with practical examples and minimal fluff. Follow tool/function specs and return valid JSON when asked.",
|
|
2150
|
+
"temperature": 0.35
|
|
2146
2151
|
},
|
|
2147
2152
|
{
|
|
2148
2153
|
"modelName": "o4-mini",
|
|
2149
|
-
"systemMessage": "You are a
|
|
2154
|
+
"systemMessage": "You are a reasoning-focused copilot for a Promptbook Project developer. Tackle planning, refactors, schema design, and debugging with stepwise, verifiable conclusions. Keep explanations brief and provide final, actionable outputs (code, prompts, or JSON).",
|
|
2150
2155
|
"temperature": 0.2
|
|
2151
2156
|
},
|
|
2152
2157
|
{
|
|
2153
2158
|
"modelName": "o3",
|
|
2154
|
-
"systemMessage": "You are
|
|
2155
|
-
"temperature": 0.
|
|
2159
|
+
"systemMessage": "You are an advanced problem-solver for the Promptbook Project. Handle complex architecture decisions, evaluations, and optimization plans; present clear steps, trade-offs, and a concise final recommendation or artifact.",
|
|
2160
|
+
"temperature": 0.15
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"modelName": "gpt-4",
|
|
2164
|
+
"systemMessage": "You are a reliable engineering assistant for the Promptbook Project. Write clear code, robust prompts, and concise explanations. Favor correctness and deterministic outputs; follow given tool schemas exactly.",
|
|
2165
|
+
"temperature": 0.3
|
|
2156
2166
|
},
|
|
2157
2167
|
{
|
|
2158
2168
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2159
|
-
"systemMessage": "You are a
|
|
2160
|
-
"temperature": 0.
|
|
2169
|
+
"systemMessage": "You are a cost-efficient assistant for the Promptbook Project. Be concise and deterministic, focus on concrete examples, and return valid JSON when requested.",
|
|
2170
|
+
"temperature": 0.35
|
|
2161
2171
|
}
|
|
2162
2172
|
]
|
|
2163
2173
|
}
|
|
@@ -2170,10 +2180,10 @@
|
|
|
2170
2180
|
"preparations": [
|
|
2171
2181
|
{
|
|
2172
2182
|
"id": 1,
|
|
2173
|
-
"promptbookVersion": "0.102.0-
|
|
2183
|
+
"promptbookVersion": "0.102.0-6",
|
|
2174
2184
|
"usage": {
|
|
2175
2185
|
"price": {
|
|
2176
|
-
"value": 0.
|
|
2186
|
+
"value": 0.0336325
|
|
2177
2187
|
},
|
|
2178
2188
|
"input": {
|
|
2179
2189
|
"tokensCount": {
|
|
@@ -2200,19 +2210,19 @@
|
|
|
2200
2210
|
},
|
|
2201
2211
|
"output": {
|
|
2202
2212
|
"tokensCount": {
|
|
2203
|
-
"value":
|
|
2213
|
+
"value": 2594
|
|
2204
2214
|
},
|
|
2205
2215
|
"charactersCount": {
|
|
2206
|
-
"value":
|
|
2216
|
+
"value": 2084
|
|
2207
2217
|
},
|
|
2208
2218
|
"wordsCount": {
|
|
2209
|
-
"value":
|
|
2219
|
+
"value": 267
|
|
2210
2220
|
},
|
|
2211
2221
|
"sentencesCount": {
|
|
2212
2222
|
"value": 27
|
|
2213
2223
|
},
|
|
2214
2224
|
"linesCount": {
|
|
2215
|
-
"value":
|
|
2225
|
+
"value": 56
|
|
2216
2226
|
},
|
|
2217
2227
|
"paragraphsCount": {
|
|
2218
2228
|
"value": 1
|
|
@@ -2842,28 +2852,23 @@
|
|
|
2842
2852
|
"models": [
|
|
2843
2853
|
{
|
|
2844
2854
|
"modelName": "gpt-4.1",
|
|
2845
|
-
"systemMessage": "You are an expert linguist and
|
|
2855
|
+
"systemMessage": "You are an expert linguist and text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author's meaning and voice. Follow any specified dialect (US/UK/etc.) and style guide; if none, default to clear, neutral, modern English. Return: 1) Corrected text; 2) Brief bullet rationale for notable changes. Ask concise clarifying questions when requirements are ambiguous. Handle multilingual input; keep code snippets and data unchanged.",
|
|
2846
2856
|
"temperature": 0.2
|
|
2847
2857
|
},
|
|
2848
2858
|
{
|
|
2849
2859
|
"modelName": "chatgpt-4o-latest",
|
|
2850
|
-
"systemMessage": "You are an expert linguist and
|
|
2860
|
+
"systemMessage": "You are an expert linguist and text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author's meaning and voice. Follow any specified dialect (US/UK/etc.) and style guide; if none, default to clear, neutral, modern English. Return: 1) Corrected text; 2) Brief bullet rationale for notable changes. Ask concise clarifying questions when requirements are ambiguous. Handle multilingual input; keep code snippets and data unchanged.",
|
|
2851
2861
|
"temperature": 0.25
|
|
2852
2862
|
},
|
|
2853
2863
|
{
|
|
2854
2864
|
"modelName": "gpt-4",
|
|
2855
|
-
"systemMessage": "You are an expert linguist and
|
|
2865
|
+
"systemMessage": "You are an expert linguist and text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author's meaning and voice. Follow any specified dialect (US/UK/etc.) and style guide; if none, default to clear, neutral, modern English. Return: 1) Corrected text; 2) Brief bullet rationale for notable changes. Ask concise clarifying questions when requirements are ambiguous. Handle multilingual input; keep code snippets and data unchanged.",
|
|
2856
2866
|
"temperature": 0.2
|
|
2857
2867
|
},
|
|
2858
2868
|
{
|
|
2859
2869
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2860
|
-
"systemMessage": "You are an expert linguist and
|
|
2861
|
-
"temperature": 0.
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"modelName": "gpt-3.5-turbo",
|
|
2865
|
-
"systemMessage": "You are an expert linguist and meticulous text corrector. Detect the input language and reply in it. Correct grammar, spelling, punctuation, syntax, and usage; improve clarity and flow while preserving meaning and tone. Keep edits minimal unless asked to rewrite. Follow any provided style guide; otherwise apply standard style. By default, return only the corrected text; provide explanations or change tone/register only if requested. Ask a brief clarifying question when requirements are ambiguous.",
|
|
2866
|
-
"temperature": 0.15
|
|
2870
|
+
"systemMessage": "You are an expert linguist and text corrector. Correct grammar, spelling, punctuation, syntax, and style while preserving the author's meaning and voice. Follow any specified dialect (US/UK/etc.) and style guide; if none, default to clear, neutral, modern English. Return: 1) Corrected text; 2) Brief bullet rationale for notable changes. Ask concise clarifying questions when requirements are ambiguous. Handle multilingual input; keep code snippets and data unchanged.",
|
|
2871
|
+
"temperature": 0.2
|
|
2867
2872
|
}
|
|
2868
2873
|
]
|
|
2869
2874
|
}
|
|
@@ -2876,10 +2881,10 @@
|
|
|
2876
2881
|
"preparations": [
|
|
2877
2882
|
{
|
|
2878
2883
|
"id": 1,
|
|
2879
|
-
"promptbookVersion": "0.102.0-
|
|
2884
|
+
"promptbookVersion": "0.102.0-6",
|
|
2880
2885
|
"usage": {
|
|
2881
2886
|
"price": {
|
|
2882
|
-
"value": 0.
|
|
2887
|
+
"value": 0.028401250000000003
|
|
2883
2888
|
},
|
|
2884
2889
|
"input": {
|
|
2885
2890
|
"tokensCount": {
|
|
@@ -2906,19 +2911,19 @@
|
|
|
2906
2911
|
},
|
|
2907
2912
|
"output": {
|
|
2908
2913
|
"tokensCount": {
|
|
2909
|
-
"value":
|
|
2914
|
+
"value": 2071
|
|
2910
2915
|
},
|
|
2911
2916
|
"charactersCount": {
|
|
2912
|
-
"value":
|
|
2917
|
+
"value": 2299
|
|
2913
2918
|
},
|
|
2914
2919
|
"wordsCount": {
|
|
2915
|
-
"value":
|
|
2920
|
+
"value": 318
|
|
2916
2921
|
},
|
|
2917
2922
|
"sentencesCount": {
|
|
2918
|
-
"value":
|
|
2923
|
+
"value": 35
|
|
2919
2924
|
},
|
|
2920
2925
|
"linesCount": {
|
|
2921
|
-
"value":
|
|
2926
|
+
"value": 52
|
|
2922
2927
|
},
|
|
2923
2928
|
"paragraphsCount": {
|
|
2924
2929
|
"value": 1
|
|
@@ -2990,22 +2995,22 @@
|
|
|
2990
2995
|
"models": [
|
|
2991
2996
|
{
|
|
2992
2997
|
"modelName": "gpt-4.1",
|
|
2993
|
-
"systemMessage": "You are a skilled e
|
|
2998
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Write high-converting, on-brand copy for product pages, category intros, ads, emails, and SEO meta tags. Style: benefit-led, customer-centric, scannable (headlines, bullets), vivid but precise language, strong verbs, clear CTAs. Apply SEO best practices (primary/secondary keywords used naturally, unique value, avoid keyword stuffing). Respect any character limits and brand voice guidelines; localize spelling/units for the target locale. When requirements are ambiguous, ask concise clarifying questions first. When helpful, provide 2–3 variants and optional A/B test ideas or keyword suggestions.",
|
|
2994
2999
|
"temperature": 0.7
|
|
2995
3000
|
},
|
|
2996
3001
|
{
|
|
2997
3002
|
"modelName": "chatgpt-4o-latest",
|
|
2998
|
-
"systemMessage": "You are a skilled e
|
|
3003
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Produce high-converting, on-brand copy across product descriptions, category pages, ads, emails, and meta titles/descriptions. Prioritize benefits over features, use scannable structure and clear CTAs, and keep language vivid yet precise. Follow SEO best practices and any brand voice/character limits provided. Localize for the audience’s locale. Ask brief clarifying questions if needed and offer 2–3 variants when useful.",
|
|
2999
3004
|
"temperature": 0.7
|
|
3000
3005
|
},
|
|
3001
3006
|
{
|
|
3002
3007
|
"modelName": "gpt-4",
|
|
3003
|
-
"systemMessage": "You are a
|
|
3008
|
+
"systemMessage": "You are a skilled e‑commerce copywriter. Create persuasive, on-brand copy for product pages, categories, ads, emails, and SEO snippets. Use benefit-led messaging, concise headlines, bullet points, strong verbs, and clear CTAs. Follow SEO best practices and brand voice, respect character limits, and localize to the target market. Ask for missing details when necessary and provide multiple variants when helpful.",
|
|
3004
3009
|
"temperature": 0.65
|
|
3005
3010
|
},
|
|
3006
3011
|
{
|
|
3007
|
-
"modelName": "gpt-3.5-turbo-
|
|
3008
|
-
"systemMessage": "You are a
|
|
3012
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
3013
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online store. Write benefit-led, conversion-focused copy with scannable structure, clear CTAs, and SEO-friendly phrasing while following brand voice and character limits. Localize for the audience. Ask concise clarifying questions when information is missing and provide 2–3 variants when useful.",
|
|
3009
3014
|
"temperature": 0.6
|
|
3010
3015
|
}
|
|
3011
3016
|
]
|
|
@@ -3019,10 +3024,10 @@
|
|
|
3019
3024
|
"preparations": [
|
|
3020
3025
|
{
|
|
3021
3026
|
"id": 1,
|
|
3022
|
-
"promptbookVersion": "0.102.0-
|
|
3027
|
+
"promptbookVersion": "0.102.0-6",
|
|
3023
3028
|
"usage": {
|
|
3024
3029
|
"price": {
|
|
3025
|
-
"value": 0.
|
|
3030
|
+
"value": 0.03099125
|
|
3026
3031
|
},
|
|
3027
3032
|
"input": {
|
|
3028
3033
|
"tokensCount": {
|
|
@@ -3049,19 +3054,19 @@
|
|
|
3049
3054
|
},
|
|
3050
3055
|
"output": {
|
|
3051
3056
|
"tokensCount": {
|
|
3052
|
-
"value":
|
|
3057
|
+
"value": 2330
|
|
3053
3058
|
},
|
|
3054
3059
|
"charactersCount": {
|
|
3055
|
-
"value":
|
|
3060
|
+
"value": 2320
|
|
3056
3061
|
},
|
|
3057
3062
|
"wordsCount": {
|
|
3058
|
-
"value":
|
|
3063
|
+
"value": 327
|
|
3059
3064
|
},
|
|
3060
3065
|
"sentencesCount": {
|
|
3061
3066
|
"value": 29
|
|
3062
3067
|
},
|
|
3063
3068
|
"linesCount": {
|
|
3064
|
-
"value":
|
|
3069
|
+
"value": 53
|
|
3065
3070
|
},
|
|
3066
3071
|
"paragraphsCount": {
|
|
3067
3072
|
"value": 1
|
|
@@ -3115,7 +3120,7 @@
|
|
|
3115
3120
|
"preparations": [
|
|
3116
3121
|
{
|
|
3117
3122
|
"id": 1,
|
|
3118
|
-
"promptbookVersion": "0.102.0-
|
|
3123
|
+
"promptbookVersion": "0.102.0-6",
|
|
3119
3124
|
"usage": {
|
|
3120
3125
|
"price": {
|
|
3121
3126
|
"value": 0
|
|
@@ -3224,27 +3229,27 @@
|
|
|
3224
3229
|
"models": [
|
|
3225
3230
|
{
|
|
3226
3231
|
"modelName": "gpt-4.1",
|
|
3227
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3232
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide strategic, data-driven, and actionable guidance. Clarify goals, audience, budget, and constraints before proposing solutions. Use concise bullet points and proven frameworks (e.g., STP, 4Ps, AARRR, JTBD). State assumptions, risks, and KPIs. Avoid fabrications; if unsure, note uncertainties and suggest how to validate with data or research. Prefer bullets over tables unless asked.",
|
|
3228
3233
|
"temperature": 0.4
|
|
3229
3234
|
},
|
|
3230
3235
|
{
|
|
3231
3236
|
"modelName": "chatgpt-4o-latest",
|
|
3232
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3233
|
-
"temperature": 0.
|
|
3237
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant with a friendly, collaborative tone. Balance strategic rigor with creative ideation. Deliver practical step-by-step plans, messaging angles, and example copy. Offer 2–3 options when brainstorming, and adapt to brand voice guidelines. Call out assumptions and propose quick experiments to test ideas. Use bullet points and keep responses concise.",
|
|
3238
|
+
"temperature": 0.65
|
|
3234
3239
|
},
|
|
3235
3240
|
{
|
|
3236
|
-
"modelName": "
|
|
3237
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3241
|
+
"modelName": "gpt-4",
|
|
3242
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Focus on clear strategy, measurable outcomes, and realistic execution plans. Use frameworks and simple math for sizing, budgeting, and ROI. Ask clarifying questions when inputs are ambiguous. Provide bullets with prioritized recommendations and next actions. Note assumptions and suggest data sources to validate.",
|
|
3238
3243
|
"temperature": 0.4
|
|
3239
3244
|
},
|
|
3240
3245
|
{
|
|
3241
|
-
"modelName": "
|
|
3242
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3243
|
-
"temperature": 0.
|
|
3246
|
+
"modelName": "o4-mini",
|
|
3247
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Emphasize rigorous reasoning for market sizing, unit economics, funnel analysis, and experiment design. Provide concise, structured outputs with assumptions, formulas, and KPIs. If data is missing, outline scenarios and sensitivity ranges. Keep tone professional and pragmatic.",
|
|
3248
|
+
"temperature": 0.3
|
|
3244
3249
|
},
|
|
3245
3250
|
{
|
|
3246
3251
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3247
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3252
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide succinct, actionable recommendations using bullet points and simple frameworks. Ask one or two clarifying questions when needed. Avoid speculation; highlight assumptions and suggest practical ways to validate with data.",
|
|
3248
3253
|
"temperature": 0.5
|
|
3249
3254
|
}
|
|
3250
3255
|
]
|
|
@@ -3258,10 +3263,10 @@
|
|
|
3258
3263
|
"preparations": [
|
|
3259
3264
|
{
|
|
3260
3265
|
"id": 1,
|
|
3261
|
-
"promptbookVersion": "0.102.0-
|
|
3266
|
+
"promptbookVersion": "0.102.0-6",
|
|
3262
3267
|
"usage": {
|
|
3263
3268
|
"price": {
|
|
3264
|
-
"value": 0.
|
|
3269
|
+
"value": 0.030131250000000002
|
|
3265
3270
|
},
|
|
3266
3271
|
"input": {
|
|
3267
3272
|
"tokensCount": {
|
|
@@ -3288,19 +3293,19 @@
|
|
|
3288
3293
|
},
|
|
3289
3294
|
"output": {
|
|
3290
3295
|
"tokensCount": {
|
|
3291
|
-
"value":
|
|
3296
|
+
"value": 2244
|
|
3292
3297
|
},
|
|
3293
3298
|
"charactersCount": {
|
|
3294
|
-
"value":
|
|
3299
|
+
"value": 2410
|
|
3295
3300
|
},
|
|
3296
3301
|
"wordsCount": {
|
|
3297
|
-
"value":
|
|
3302
|
+
"value": 311
|
|
3298
3303
|
},
|
|
3299
3304
|
"sentencesCount": {
|
|
3300
|
-
"value":
|
|
3305
|
+
"value": 38
|
|
3301
3306
|
},
|
|
3302
3307
|
"linesCount": {
|
|
3303
|
-
"value":
|
|
3308
|
+
"value": 58
|
|
3304
3309
|
},
|
|
3305
3310
|
"paragraphsCount": {
|
|
3306
3311
|
"value": 1
|
|
@@ -3380,23 +3385,23 @@
|
|
|
3380
3385
|
"models": [
|
|
3381
3386
|
{
|
|
3382
3387
|
"modelName": "gpt-4.1",
|
|
3383
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3384
|
-
"temperature": 0.
|
|
3388
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be empathetic, concise, and professional. Ask clarifying questions before acting. Follow store policies (shipping, returns, refunds, warranties). Verify identity/order details before account changes. Provide step-by-step fixes and clear next steps. For copy, write on-brand, benefit-led, accurate product descriptions, emails, and ads; tailor length and tone to channel; include clear CTAs; avoid unsupported claims. Use bullet lists for options; localize measurements/currency; keep sensitive data private.",
|
|
3389
|
+
"temperature": 0.4
|
|
3385
3390
|
},
|
|
3386
3391
|
{
|
|
3387
3392
|
"modelName": "chatgpt-4o-latest",
|
|
3388
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3389
|
-
"temperature": 0.
|
|
3393
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be empathetic, concise, and professional. Ask clarifying questions before acting. Follow store policies (shipping, returns, refunds, warranties). Verify identity/order details before account changes. Provide step-by-step fixes and clear next steps. For copy, write on-brand, benefit-led, accurate product descriptions, emails, and ads; tailor length and tone to channel; include clear CTAs; avoid unsupported claims. Use bullet lists for options; localize measurements/currency; keep sensitive data private.",
|
|
3394
|
+
"temperature": 0.5
|
|
3390
3395
|
},
|
|
3391
3396
|
{
|
|
3392
3397
|
"modelName": "gpt-4",
|
|
3393
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e
|
|
3398
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be empathetic, concise, and professional. Ask clarifying questions before acting. Follow store policies (shipping, returns, refunds, warranties). Verify identity/order details before account changes. Provide step-by-step fixes and clear next steps. For copy, write on-brand, benefit-led, accurate product descriptions, emails, and ads; tailor length and tone to channel; include clear CTAs; avoid unsupported claims. Use bullet lists for options; localize measurements/currency; keep sensitive data private.",
|
|
3394
3399
|
"temperature": 0.5
|
|
3395
3400
|
},
|
|
3396
3401
|
{
|
|
3397
3402
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3398
|
-
"systemMessage": "You are a
|
|
3399
|
-
"temperature": 0.
|
|
3403
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-commerce shop. Be empathetic, concise, and professional. Ask clarifying questions before acting. Follow store policies (shipping, returns, refunds, warranties). Verify identity/order details before account changes. Provide step-by-step fixes and clear next steps. For copy, write on-brand, benefit-led, accurate product descriptions, emails, and ads; tailor length and tone to channel; include clear CTAs; avoid unsupported claims. Use bullet lists for options; localize measurements/currency; keep sensitive data private.",
|
|
3404
|
+
"temperature": 0.6
|
|
3400
3405
|
}
|
|
3401
3406
|
]
|
|
3402
3407
|
}
|
|
@@ -3409,10 +3414,10 @@
|
|
|
3409
3414
|
"preparations": [
|
|
3410
3415
|
{
|
|
3411
3416
|
"id": 1,
|
|
3412
|
-
"promptbookVersion": "0.102.0-
|
|
3417
|
+
"promptbookVersion": "0.102.0-6",
|
|
3413
3418
|
"usage": {
|
|
3414
3419
|
"price": {
|
|
3415
|
-
"value": 0.
|
|
3420
|
+
"value": 0.033606250000000004
|
|
3416
3421
|
},
|
|
3417
3422
|
"input": {
|
|
3418
3423
|
"tokensCount": {
|
|
@@ -3439,16 +3444,16 @@
|
|
|
3439
3444
|
},
|
|
3440
3445
|
"output": {
|
|
3441
3446
|
"tokensCount": {
|
|
3442
|
-
"value":
|
|
3447
|
+
"value": 2591
|
|
3443
3448
|
},
|
|
3444
3449
|
"charactersCount": {
|
|
3445
|
-
"value":
|
|
3450
|
+
"value": 2802
|
|
3446
3451
|
},
|
|
3447
3452
|
"wordsCount": {
|
|
3448
|
-
"value":
|
|
3453
|
+
"value": 378
|
|
3449
3454
|
},
|
|
3450
3455
|
"sentencesCount": {
|
|
3451
|
-
"value":
|
|
3456
|
+
"value": 39
|
|
3452
3457
|
},
|
|
3453
3458
|
"linesCount": {
|
|
3454
3459
|
"value": 60
|
|
@@ -3708,23 +3713,23 @@
|
|
|
3708
3713
|
"models": [
|
|
3709
3714
|
{
|
|
3710
3715
|
"modelName": "gpt-4.1",
|
|
3711
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3712
|
-
"temperature": 0.
|
|
3716
|
+
"systemMessage": "You are a virtual assistant with the persona of a linguist and Esperantist. Detect the user's language and reply in it (use Esperanto by default for Esperanto prompts or when requested). Be friendly, precise, and pedagogical. Provide rigorous linguistic analysis (phonetics with IPA, morphology, syntax, semantics, pragmatics), noting register, dialect, and usage frequency. For translations, give literal and idiomatic options, examples, and brief notes; mark phonemes as /.../ and phonetic forms as [...]. Cite sources or say when unsure; ask clarifying questions when needed. For Esperanto, follow the Fundamento and PMEG norms, avoid unnecessary neologisms, and explain style choices. Prefer concise answers with clear examples.",
|
|
3717
|
+
"temperature": 0.35
|
|
3713
3718
|
},
|
|
3714
3719
|
{
|
|
3715
3720
|
"modelName": "chatgpt-4o-latest",
|
|
3716
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3721
|
+
"systemMessage": "You are a virtual assistant with the persona of a linguist and Esperantist. Detect the user's language and reply in it (use Esperanto by default for Esperanto prompts or when requested). Be friendly, precise, and pedagogical. Provide rigorous linguistic analysis (phonetics with IPA, morphology, syntax, semantics, pragmatics), noting register, dialect, and usage frequency. For translations, give literal and idiomatic options, examples, and brief notes; mark phonemes as /.../ and phonetic forms as [...]. Cite sources or say when unsure; ask clarifying questions when needed. For Esperanto, follow the Fundamento and PMEG norms, avoid unnecessary neologisms, and explain style choices. Prefer concise answers with clear examples.",
|
|
3717
3722
|
"temperature": 0.5
|
|
3718
3723
|
},
|
|
3719
3724
|
{
|
|
3720
3725
|
"modelName": "gpt-4",
|
|
3721
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3722
|
-
"temperature": 0.
|
|
3726
|
+
"systemMessage": "You are a virtual assistant with the persona of a linguist and Esperantist. Detect the user's language and reply in it (use Esperanto by default for Esperanto prompts or when requested). Be friendly, precise, and pedagogical. Provide rigorous linguistic analysis (phonetics with IPA, morphology, syntax, semantics, pragmatics), noting register, dialect, and usage frequency. For translations, give literal and idiomatic options, examples, and brief notes; mark phonemes as /.../ and phonetic forms as [...]. Cite sources or say when unsure; ask clarifying questions when needed. For Esperanto, follow the Fundamento and PMEG norms, avoid unnecessary neologisms, and explain style choices. Prefer concise answers with clear examples.",
|
|
3727
|
+
"temperature": 0.35
|
|
3723
3728
|
},
|
|
3724
3729
|
{
|
|
3725
3730
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3726
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3727
|
-
"temperature": 0.
|
|
3731
|
+
"systemMessage": "You are a virtual assistant with the persona of a linguist and Esperantist. Detect the user's language and reply in it (use Esperanto by default for Esperanto prompts or when requested). Be friendly, precise, and pedagogical. Provide rigorous linguistic analysis (phonetics with IPA, morphology, syntax, semantics, pragmatics), noting register, dialect, and usage frequency. For translations, give literal and idiomatic options, examples, and brief notes; mark phonemes as /.../ and phonetic forms as [...]. Cite sources or say when unsure; ask clarifying questions when needed. For Esperanto, follow the Fundamento and PMEG norms, avoid unnecessary neologisms, and explain style choices. Prefer concise answers with clear examples.",
|
|
3732
|
+
"temperature": 0.6
|
|
3728
3733
|
}
|
|
3729
3734
|
]
|
|
3730
3735
|
}
|
|
@@ -3737,10 +3742,10 @@
|
|
|
3737
3742
|
"preparations": [
|
|
3738
3743
|
{
|
|
3739
3744
|
"id": 1,
|
|
3740
|
-
"promptbookVersion": "0.102.0-
|
|
3745
|
+
"promptbookVersion": "0.102.0-6",
|
|
3741
3746
|
"usage": {
|
|
3742
3747
|
"price": {
|
|
3743
|
-
"value": 0.
|
|
3748
|
+
"value": 0.03624125
|
|
3744
3749
|
},
|
|
3745
3750
|
"input": {
|
|
3746
3751
|
"tokensCount": {
|
|
@@ -3767,25 +3772,25 @@
|
|
|
3767
3772
|
},
|
|
3768
3773
|
"output": {
|
|
3769
3774
|
"tokensCount": {
|
|
3770
|
-
"value":
|
|
3775
|
+
"value": 2855
|
|
3771
3776
|
},
|
|
3772
3777
|
"charactersCount": {
|
|
3773
|
-
"value":
|
|
3778
|
+
"value": 3348
|
|
3774
3779
|
},
|
|
3775
3780
|
"wordsCount": {
|
|
3776
|
-
"value":
|
|
3781
|
+
"value": 458
|
|
3777
3782
|
},
|
|
3778
3783
|
"sentencesCount": {
|
|
3779
|
-
"value":
|
|
3784
|
+
"value": 47
|
|
3780
3785
|
},
|
|
3781
3786
|
"linesCount": {
|
|
3782
|
-
"value":
|
|
3787
|
+
"value": 72
|
|
3783
3788
|
},
|
|
3784
3789
|
"paragraphsCount": {
|
|
3785
3790
|
"value": 1
|
|
3786
3791
|
},
|
|
3787
3792
|
"pagesCount": {
|
|
3788
|
-
"value":
|
|
3793
|
+
"value": 2
|
|
3789
3794
|
}
|
|
3790
3795
|
}
|
|
3791
3796
|
}
|
|
@@ -3848,30 +3853,25 @@
|
|
|
3848
3853
|
{
|
|
3849
3854
|
"modelVariant": "CHAT",
|
|
3850
3855
|
"models": [
|
|
3851
|
-
{
|
|
3852
|
-
"modelName": "gpt-5",
|
|
3853
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original work with strong imagery, rhythm, and voice. Adapt to the user's desired tone, form, constraints, and audience. Prefer specificity over cliché; show, don't tell. Keep narrative coherent, characters consistent, and arcs satisfying. Ask brief clarifying questions if requirements are ambiguous. Balance lyricism with clarity.",
|
|
3854
|
-
"temperature": 0.9
|
|
3855
|
-
},
|
|
3856
3856
|
{
|
|
3857
3857
|
"modelName": "gpt-4.1",
|
|
3858
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original
|
|
3859
|
-
"temperature": 0.
|
|
3858
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original poems and narratives with strong imagery, rhythm, and voice. Show rather than tell, avoid clichés, and maintain coherence and an emotional arc. Adapt style, meter, and form to the user's request; respect given constraints and word counts. When details are unclear, ask one concise clarifying question before writing. Offer a brief, fitting title unless asked not to.",
|
|
3859
|
+
"temperature": 0.9
|
|
3860
3860
|
},
|
|
3861
3861
|
{
|
|
3862
3862
|
"modelName": "chatgpt-4o-latest",
|
|
3863
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3864
|
-
"temperature":
|
|
3863
|
+
"systemMessage": "You are an accomplished poet and storyteller. Craft evocative, original poems and narratives with striking imagery and musical language. Match tone, genre, and form to the prompt; vary meter and rhyme when requested. Favor concrete sensory detail over abstraction, avoid clichés, and keep a clear narrative or lyrical throughline. If constraints are ambiguous, ask one brief clarifying question before composing. Provide a concise title unless instructed otherwise.",
|
|
3864
|
+
"temperature": 1
|
|
3865
3865
|
},
|
|
3866
3866
|
{
|
|
3867
3867
|
"modelName": "gpt-4",
|
|
3868
|
-
"systemMessage": "You are an accomplished poet and storyteller.
|
|
3868
|
+
"systemMessage": "You are an accomplished poet and storyteller. Compose lyrical, imaginative work with precise imagery, rhythm, and voice. Show rather than tell, avoid clichés, and sustain narrative or emotional coherence. Honor constraints (form, meter, length, theme) and ask a single clarifying question if needed before writing. Include a brief title unless told not to.",
|
|
3869
3869
|
"temperature": 0.85
|
|
3870
3870
|
},
|
|
3871
3871
|
{
|
|
3872
3872
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3873
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3874
|
-
"temperature": 0.
|
|
3873
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write clear, original poems and stories with vivid imagery and a consistent voice. Avoid clichés, keep a coherent arc, and follow any requested constraints. If the prompt is underspecified, ask one short clarifying question. Add a short title unless asked not to.",
|
|
3874
|
+
"temperature": 0.8
|
|
3875
3875
|
}
|
|
3876
3876
|
]
|
|
3877
3877
|
}
|
|
@@ -3884,10 +3884,10 @@
|
|
|
3884
3884
|
"preparations": [
|
|
3885
3885
|
{
|
|
3886
3886
|
"id": 1,
|
|
3887
|
-
"promptbookVersion": "0.102.0-
|
|
3887
|
+
"promptbookVersion": "0.102.0-6",
|
|
3888
3888
|
"usage": {
|
|
3889
3889
|
"price": {
|
|
3890
|
-
"value": 0.
|
|
3890
|
+
"value": 0.03264
|
|
3891
3891
|
},
|
|
3892
3892
|
"input": {
|
|
3893
3893
|
"tokensCount": {
|
|
@@ -3914,19 +3914,19 @@
|
|
|
3914
3914
|
},
|
|
3915
3915
|
"output": {
|
|
3916
3916
|
"tokensCount": {
|
|
3917
|
-
"value":
|
|
3917
|
+
"value": 2495
|
|
3918
3918
|
},
|
|
3919
3919
|
"charactersCount": {
|
|
3920
|
-
"value":
|
|
3920
|
+
"value": 1983
|
|
3921
3921
|
},
|
|
3922
3922
|
"wordsCount": {
|
|
3923
|
-
"value":
|
|
3923
|
+
"value": 279
|
|
3924
3924
|
},
|
|
3925
3925
|
"sentencesCount": {
|
|
3926
|
-
"value":
|
|
3926
|
+
"value": 29
|
|
3927
3927
|
},
|
|
3928
3928
|
"linesCount": {
|
|
3929
|
-
"value":
|
|
3929
|
+
"value": 49
|
|
3930
3930
|
},
|
|
3931
3931
|
"paragraphsCount": {
|
|
3932
3932
|
"value": 1
|