@promptbook/templates 0.100.0-40 → 0.100.0-42
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 +198 -180
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/components.index.d.ts +10 -0
- package/esm/typings/src/_packages/types.index.d.ts +4 -0
- package/esm/typings/src/book-components/AvatarProfile/AvatarChip/AvatarChip.d.ts +35 -0
- package/esm/typings/src/book-components/AvatarProfile/AvatarChip/AvatarChipFromSource.d.ts +21 -0
- package/esm/typings/src/book-components/AvatarProfile/AvatarChip/index.d.ts +2 -0
- package/esm/typings/src/book-components/BookEditor/BookEditor.d.ts +7 -2
- package/esm/typings/src/book-components/BookEditor/config.d.ts +10 -0
- package/esm/typings/src/book-components/BookEditor/injectCssModuleIntoShadowRoot.d.ts +11 -0
- package/esm/typings/src/book-components/_common/react-utils/collectCssTextsForClass.d.ts +7 -0
- package/esm/typings/src/book-components/_common/react-utils/escapeHtml.d.ts +6 -0
- package/esm/typings/src/book-components/_common/react-utils/escapeRegex.d.ts +6 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +198 -180
- package/umd/index.umd.js.map +1 -1
package/umd/index.umd.js
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* @generated
|
|
24
24
|
* @see https://github.com/webgptorg/promptbook
|
|
25
25
|
*/
|
|
26
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-
|
|
26
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-42';
|
|
27
27
|
/**
|
|
28
28
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
29
29
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1541,39 +1541,51 @@
|
|
|
1541
1541
|
"modelsRequirements": [
|
|
1542
1542
|
{
|
|
1543
1543
|
"modelVariant": "CHAT",
|
|
1544
|
-
"modelName": "gpt-
|
|
1545
|
-
"systemMessage": "You are
|
|
1544
|
+
"modelName": "gpt-5",
|
|
1545
|
+
"systemMessage": "You are an experienced developer and helpful assistant specializing in the Promptbook Project. You have deep knowledge of prompt engineering, AI model integration, and development best practices. You provide clear, practical guidance and support for all aspects of the Promptbook Project.",
|
|
1546
1546
|
"temperature": 0.3
|
|
1547
1547
|
},
|
|
1548
1548
|
{
|
|
1549
1549
|
"modelVariant": "CHAT",
|
|
1550
1550
|
"modelName": "claude-opus-4-1-20250805",
|
|
1551
|
-
"systemMessage": "You are
|
|
1551
|
+
"systemMessage": "You are a skilled developer and technical advisor for the Promptbook Project. You excel at explaining complex concepts clearly, troubleshooting issues, and providing practical solutions for prompt engineering and AI development workflows.",
|
|
1552
|
+
"temperature": 0.4
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"modelVariant": "CHAT",
|
|
1556
|
+
"modelName": "gpt-4.1",
|
|
1557
|
+
"systemMessage": "You are a knowledgeable developer working on the Promptbook Project. You help users understand prompt engineering concepts, debug issues, and implement best practices for AI-powered applications.",
|
|
1558
|
+
"temperature": 0.3
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"modelVariant": "CHAT",
|
|
1562
|
+
"modelName": "claude-sonnet-4-20250514",
|
|
1563
|
+
"systemMessage": "You are an expert developer and contributor to the Promptbook Project. You provide comprehensive support for prompt engineering, model integration, and development workflows with clear explanations and practical examples.",
|
|
1552
1564
|
"temperature": 0.4
|
|
1553
1565
|
},
|
|
1554
1566
|
{
|
|
1555
1567
|
"modelVariant": "CHAT",
|
|
1556
1568
|
"modelName": "gemini-2.5-pro",
|
|
1557
|
-
"systemMessage": "You are a developer
|
|
1558
|
-
"temperature": 0.
|
|
1569
|
+
"systemMessage": "You are a professional developer specializing in the Promptbook Project. You assist with prompt engineering, AI model implementation, and development best practices, offering detailed technical guidance and solutions.",
|
|
1570
|
+
"temperature": 0.3
|
|
1559
1571
|
},
|
|
1560
1572
|
{
|
|
1561
1573
|
"modelVariant": "CHAT",
|
|
1562
1574
|
"modelName": "deepseek-chat",
|
|
1563
|
-
"systemMessage": "You are a
|
|
1575
|
+
"systemMessage": "You are a dedicated developer of the Promptbook Project. You help users with prompt engineering techniques, troubleshooting, and implementing effective AI workflows with practical, actionable advice.",
|
|
1564
1576
|
"temperature": 0.4
|
|
1565
1577
|
},
|
|
1566
1578
|
{
|
|
1567
1579
|
"modelVariant": "CHAT",
|
|
1568
1580
|
"modelName": "claude-3-5-haiku-20241022",
|
|
1569
|
-
"systemMessage": "You are a developer
|
|
1570
|
-
"temperature": 0.
|
|
1581
|
+
"systemMessage": "You are a responsive developer and supporter of the Promptbook Project. You provide quick, helpful guidance on prompt engineering, development practices, and project implementation with efficient, clear responses.",
|
|
1582
|
+
"temperature": 0.5
|
|
1571
1583
|
},
|
|
1572
1584
|
{
|
|
1573
1585
|
"modelVariant": "CHAT",
|
|
1574
1586
|
"modelName": "gemini-2.5-flash",
|
|
1575
|
-
"systemMessage": "You are an
|
|
1576
|
-
"temperature": 0.
|
|
1587
|
+
"systemMessage": "You are an efficient developer working on the Promptbook Project. You deliver fast, practical assistance with prompt engineering, AI integration, and development workflows while maintaining high quality responses.",
|
|
1588
|
+
"temperature": 0.4
|
|
1577
1589
|
}
|
|
1578
1590
|
],
|
|
1579
1591
|
"preparationIds": [
|
|
@@ -1584,26 +1596,26 @@
|
|
|
1584
1596
|
"preparations": [
|
|
1585
1597
|
{
|
|
1586
1598
|
"id": 1,
|
|
1587
|
-
"promptbookVersion": "0.100.0-
|
|
1599
|
+
"promptbookVersion": "0.100.0-41",
|
|
1588
1600
|
"usage": {
|
|
1589
1601
|
"price": {
|
|
1590
|
-
"value": 0.
|
|
1602
|
+
"value": 0.040614
|
|
1591
1603
|
},
|
|
1592
1604
|
"input": {
|
|
1593
1605
|
"tokensCount": {
|
|
1594
|
-
"value":
|
|
1606
|
+
"value": 10413
|
|
1595
1607
|
},
|
|
1596
1608
|
"charactersCount": {
|
|
1597
|
-
"value":
|
|
1609
|
+
"value": 51283
|
|
1598
1610
|
},
|
|
1599
1611
|
"wordsCount": {
|
|
1600
|
-
"value":
|
|
1612
|
+
"value": 6605
|
|
1601
1613
|
},
|
|
1602
1614
|
"sentencesCount": {
|
|
1603
1615
|
"value": 505
|
|
1604
1616
|
},
|
|
1605
1617
|
"linesCount": {
|
|
1606
|
-
"value":
|
|
1618
|
+
"value": 841
|
|
1607
1619
|
},
|
|
1608
1620
|
"paragraphsCount": {
|
|
1609
1621
|
"value": 20
|
|
@@ -1614,19 +1626,19 @@
|
|
|
1614
1626
|
},
|
|
1615
1627
|
"output": {
|
|
1616
1628
|
"tokensCount": {
|
|
1617
|
-
"value":
|
|
1629
|
+
"value": 625
|
|
1618
1630
|
},
|
|
1619
1631
|
"charactersCount": {
|
|
1620
|
-
"value":
|
|
1632
|
+
"value": 2550
|
|
1621
1633
|
},
|
|
1622
1634
|
"wordsCount": {
|
|
1623
|
-
"value":
|
|
1635
|
+
"value": 325
|
|
1624
1636
|
},
|
|
1625
1637
|
"sentencesCount": {
|
|
1626
|
-
"value":
|
|
1638
|
+
"value": 29
|
|
1627
1639
|
},
|
|
1628
1640
|
"linesCount": {
|
|
1629
|
-
"value":
|
|
1641
|
+
"value": 70
|
|
1630
1642
|
},
|
|
1631
1643
|
"paragraphsCount": {
|
|
1632
1644
|
"value": 1
|
|
@@ -2112,39 +2124,51 @@
|
|
|
2112
2124
|
"modelsRequirements": [
|
|
2113
2125
|
{
|
|
2114
2126
|
"modelVariant": "CHAT",
|
|
2115
|
-
"modelName": "gpt-
|
|
2116
|
-
"systemMessage": "You are
|
|
2127
|
+
"modelName": "gpt-5",
|
|
2128
|
+
"systemMessage": "You are an experienced developer and helpful assistant specializing in the Promptbook Project. You have deep knowledge of prompt engineering, AI model integration, and development best practices. You provide clear, practical guidance and support for all aspects of the Promptbook Project.",
|
|
2117
2129
|
"temperature": 0.3
|
|
2118
2130
|
},
|
|
2119
2131
|
{
|
|
2120
2132
|
"modelVariant": "CHAT",
|
|
2121
2133
|
"modelName": "claude-opus-4-1-20250805",
|
|
2122
|
-
"systemMessage": "You are
|
|
2134
|
+
"systemMessage": "You are a skilled developer and technical advisor for the Promptbook Project. You excel at explaining complex concepts clearly, troubleshooting issues, and providing practical solutions for prompt engineering and AI development workflows.",
|
|
2135
|
+
"temperature": 0.4
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"modelVariant": "CHAT",
|
|
2139
|
+
"modelName": "gpt-4.1",
|
|
2140
|
+
"systemMessage": "You are a knowledgeable developer working on the Promptbook Project. You help users understand prompt engineering concepts, debug issues, and implement best practices for AI-powered applications.",
|
|
2141
|
+
"temperature": 0.3
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"modelVariant": "CHAT",
|
|
2145
|
+
"modelName": "claude-sonnet-4-20250514",
|
|
2146
|
+
"systemMessage": "You are an expert developer and contributor to the Promptbook Project. You provide comprehensive support for prompt engineering, model integration, and development workflows with clear explanations and practical examples.",
|
|
2123
2147
|
"temperature": 0.4
|
|
2124
2148
|
},
|
|
2125
2149
|
{
|
|
2126
2150
|
"modelVariant": "CHAT",
|
|
2127
2151
|
"modelName": "gemini-2.5-pro",
|
|
2128
|
-
"systemMessage": "You are a developer
|
|
2129
|
-
"temperature": 0.
|
|
2152
|
+
"systemMessage": "You are a professional developer specializing in the Promptbook Project. You assist with prompt engineering, AI model implementation, and development best practices, offering detailed technical guidance and solutions.",
|
|
2153
|
+
"temperature": 0.3
|
|
2130
2154
|
},
|
|
2131
2155
|
{
|
|
2132
2156
|
"modelVariant": "CHAT",
|
|
2133
2157
|
"modelName": "deepseek-chat",
|
|
2134
|
-
"systemMessage": "You are a
|
|
2158
|
+
"systemMessage": "You are a dedicated developer of the Promptbook Project. You help users with prompt engineering techniques, troubleshooting, and implementing effective AI workflows with practical, actionable advice.",
|
|
2135
2159
|
"temperature": 0.4
|
|
2136
2160
|
},
|
|
2137
2161
|
{
|
|
2138
2162
|
"modelVariant": "CHAT",
|
|
2139
2163
|
"modelName": "claude-3-5-haiku-20241022",
|
|
2140
|
-
"systemMessage": "You are a developer
|
|
2141
|
-
"temperature": 0.
|
|
2164
|
+
"systemMessage": "You are a responsive developer and supporter of the Promptbook Project. You provide quick, helpful guidance on prompt engineering, development practices, and project implementation with efficient, clear responses.",
|
|
2165
|
+
"temperature": 0.5
|
|
2142
2166
|
},
|
|
2143
2167
|
{
|
|
2144
2168
|
"modelVariant": "CHAT",
|
|
2145
2169
|
"modelName": "gemini-2.5-flash",
|
|
2146
|
-
"systemMessage": "You are an
|
|
2147
|
-
"temperature": 0.
|
|
2170
|
+
"systemMessage": "You are an efficient developer working on the Promptbook Project. You deliver fast, practical assistance with prompt engineering, AI integration, and development workflows while maintaining high quality responses.",
|
|
2171
|
+
"temperature": 0.4
|
|
2148
2172
|
}
|
|
2149
2173
|
],
|
|
2150
2174
|
"preparationIds": [
|
|
@@ -2155,26 +2179,26 @@
|
|
|
2155
2179
|
"preparations": [
|
|
2156
2180
|
{
|
|
2157
2181
|
"id": 1,
|
|
2158
|
-
"promptbookVersion": "0.100.0-
|
|
2182
|
+
"promptbookVersion": "0.100.0-41",
|
|
2159
2183
|
"usage": {
|
|
2160
2184
|
"price": {
|
|
2161
|
-
"value": 0.
|
|
2185
|
+
"value": 0.040614
|
|
2162
2186
|
},
|
|
2163
2187
|
"input": {
|
|
2164
2188
|
"tokensCount": {
|
|
2165
|
-
"value":
|
|
2189
|
+
"value": 10413
|
|
2166
2190
|
},
|
|
2167
2191
|
"charactersCount": {
|
|
2168
|
-
"value":
|
|
2192
|
+
"value": 51283
|
|
2169
2193
|
},
|
|
2170
2194
|
"wordsCount": {
|
|
2171
|
-
"value":
|
|
2195
|
+
"value": 6605
|
|
2172
2196
|
},
|
|
2173
2197
|
"sentencesCount": {
|
|
2174
2198
|
"value": 505
|
|
2175
2199
|
},
|
|
2176
2200
|
"linesCount": {
|
|
2177
|
-
"value":
|
|
2201
|
+
"value": 841
|
|
2178
2202
|
},
|
|
2179
2203
|
"paragraphsCount": {
|
|
2180
2204
|
"value": 20
|
|
@@ -2185,19 +2209,19 @@
|
|
|
2185
2209
|
},
|
|
2186
2210
|
"output": {
|
|
2187
2211
|
"tokensCount": {
|
|
2188
|
-
"value":
|
|
2212
|
+
"value": 625
|
|
2189
2213
|
},
|
|
2190
2214
|
"charactersCount": {
|
|
2191
|
-
"value":
|
|
2215
|
+
"value": 2550
|
|
2192
2216
|
},
|
|
2193
2217
|
"wordsCount": {
|
|
2194
|
-
"value":
|
|
2218
|
+
"value": 325
|
|
2195
2219
|
},
|
|
2196
2220
|
"sentencesCount": {
|
|
2197
|
-
"value":
|
|
2221
|
+
"value": 29
|
|
2198
2222
|
},
|
|
2199
2223
|
"linesCount": {
|
|
2200
|
-
"value":
|
|
2224
|
+
"value": 70
|
|
2201
2225
|
},
|
|
2202
2226
|
"paragraphsCount": {
|
|
2203
2227
|
"value": 1
|
|
@@ -2824,33 +2848,33 @@
|
|
|
2824
2848
|
"modelsRequirements": [
|
|
2825
2849
|
{
|
|
2826
2850
|
"modelVariant": "CHAT",
|
|
2827
|
-
"modelName": "gpt-
|
|
2828
|
-
"systemMessage": "You are a professional linguist and
|
|
2851
|
+
"modelName": "gpt-4.1",
|
|
2852
|
+
"systemMessage": "You are a professional linguist and language corrector with expertise in grammar, syntax, semantics, and style. Help users improve their writing by identifying errors, suggesting corrections, and explaining linguistic principles. Provide detailed feedback on grammar, punctuation, word choice, and overall clarity while being constructive and educational.",
|
|
2829
2853
|
"temperature": 0.2
|
|
2830
2854
|
},
|
|
2831
2855
|
{
|
|
2832
2856
|
"modelVariant": "CHAT",
|
|
2833
2857
|
"modelName": "claude-opus-4-1-20250805",
|
|
2834
|
-
"systemMessage": "You are an expert linguist and
|
|
2858
|
+
"systemMessage": "You are an expert linguist and text corrector specializing in language analysis and improvement. Your role is to identify grammatical errors, suggest stylistic improvements, and provide clear explanations for your corrections. Focus on accuracy, clarity, and helping users understand the underlying linguistic principles.",
|
|
2835
2859
|
"temperature": 0.3
|
|
2836
2860
|
},
|
|
2837
2861
|
{
|
|
2838
2862
|
"modelVariant": "CHAT",
|
|
2839
|
-
"modelName": "
|
|
2840
|
-
"systemMessage": "You are a skilled linguist and
|
|
2863
|
+
"modelName": "claude-sonnet-4-20250514",
|
|
2864
|
+
"systemMessage": "You are a skilled linguist and language corrector with deep knowledge of grammar, syntax, and writing conventions. Analyze text for errors, provide corrections with explanations, and offer suggestions to enhance clarity and style. Be thorough yet approachable in your feedback.",
|
|
2841
2865
|
"temperature": 0.2
|
|
2842
2866
|
},
|
|
2843
2867
|
{
|
|
2844
2868
|
"modelVariant": "CHAT",
|
|
2845
|
-
"modelName": "
|
|
2846
|
-
"systemMessage": "You are a professional linguist and
|
|
2869
|
+
"modelName": "gemini-2.5-pro",
|
|
2870
|
+
"systemMessage": "You are a professional linguist and corrector with extensive knowledge of language structure, grammar rules, and writing best practices. Help users refine their text by identifying errors, explaining corrections, and providing guidance on improving overall communication effectiveness.",
|
|
2847
2871
|
"temperature": 0.3
|
|
2848
2872
|
},
|
|
2849
2873
|
{
|
|
2850
2874
|
"modelVariant": "CHAT",
|
|
2851
|
-
"modelName": "
|
|
2852
|
-
"systemMessage": "You are an experienced linguist and
|
|
2853
|
-
"temperature": 0.
|
|
2875
|
+
"modelName": "deepseek-chat",
|
|
2876
|
+
"systemMessage": "You are an experienced linguist and language corrector dedicated to helping users improve their writing. Identify grammatical errors, suggest corrections, and explain the reasoning behind your recommendations. Focus on clarity, accuracy, and educational value in your feedback.",
|
|
2877
|
+
"temperature": 0.2
|
|
2854
2878
|
}
|
|
2855
2879
|
],
|
|
2856
2880
|
"preparationIds": [
|
|
@@ -2861,26 +2885,26 @@
|
|
|
2861
2885
|
"preparations": [
|
|
2862
2886
|
{
|
|
2863
2887
|
"id": 1,
|
|
2864
|
-
"promptbookVersion": "0.100.0-
|
|
2888
|
+
"promptbookVersion": "0.100.0-41",
|
|
2865
2889
|
"usage": {
|
|
2866
2890
|
"price": {
|
|
2867
|
-
"value": 0.
|
|
2891
|
+
"value": 0.038256
|
|
2868
2892
|
},
|
|
2869
2893
|
"input": {
|
|
2870
2894
|
"tokensCount": {
|
|
2871
|
-
"value":
|
|
2895
|
+
"value": 10412
|
|
2872
2896
|
},
|
|
2873
2897
|
"charactersCount": {
|
|
2874
|
-
"value":
|
|
2898
|
+
"value": 51270
|
|
2875
2899
|
},
|
|
2876
2900
|
"wordsCount": {
|
|
2877
|
-
"value":
|
|
2901
|
+
"value": 6603
|
|
2878
2902
|
},
|
|
2879
2903
|
"sentencesCount": {
|
|
2880
2904
|
"value": 505
|
|
2881
2905
|
},
|
|
2882
2906
|
"linesCount": {
|
|
2883
|
-
"value":
|
|
2907
|
+
"value": 841
|
|
2884
2908
|
},
|
|
2885
2909
|
"paragraphsCount": {
|
|
2886
2910
|
"value": 20
|
|
@@ -2891,19 +2915,19 @@
|
|
|
2891
2915
|
},
|
|
2892
2916
|
"output": {
|
|
2893
2917
|
"tokensCount": {
|
|
2894
|
-
"value":
|
|
2918
|
+
"value": 468
|
|
2895
2919
|
},
|
|
2896
2920
|
"charactersCount": {
|
|
2897
|
-
"value":
|
|
2921
|
+
"value": 2001
|
|
2898
2922
|
},
|
|
2899
2923
|
"wordsCount": {
|
|
2900
|
-
"value":
|
|
2924
|
+
"value": 257
|
|
2901
2925
|
},
|
|
2902
2926
|
"sentencesCount": {
|
|
2903
|
-
"value":
|
|
2927
|
+
"value": 22
|
|
2904
2928
|
},
|
|
2905
2929
|
"linesCount": {
|
|
2906
|
-
"value":
|
|
2930
|
+
"value": 52
|
|
2907
2931
|
},
|
|
2908
2932
|
"paragraphsCount": {
|
|
2909
2933
|
"value": 1
|
|
@@ -2973,32 +2997,32 @@
|
|
|
2973
2997
|
{
|
|
2974
2998
|
"modelVariant": "CHAT",
|
|
2975
2999
|
"modelName": "gpt-4.1",
|
|
2976
|
-
"systemMessage": "You are a skilled copywriter specializing in e-commerce. Help create compelling product descriptions, marketing copy,
|
|
3000
|
+
"systemMessage": "You are a skilled copywriter specializing in e-commerce. Help create compelling product descriptions, persuasive marketing copy, and engaging content that drives sales. Focus on highlighting benefits, addressing customer pain points, and using persuasive language that converts browsers into buyers.",
|
|
2977
3001
|
"temperature": 0.7
|
|
2978
3002
|
},
|
|
2979
3003
|
{
|
|
2980
3004
|
"modelVariant": "CHAT",
|
|
2981
|
-
"modelName": "claude-
|
|
2982
|
-
"systemMessage": "You are an expert e-commerce copywriter with deep understanding of
|
|
3005
|
+
"modelName": "claude-sonnet-4-20250514",
|
|
3006
|
+
"systemMessage": "You are an expert e-commerce copywriter with deep understanding of online sales psychology. Create compelling product descriptions, marketing copy, and content that resonates with customers and drives conversions. Emphasize benefits over features and craft persuasive, customer-focused messaging.",
|
|
2983
3007
|
"temperature": 0.6
|
|
2984
3008
|
},
|
|
2985
3009
|
{
|
|
2986
3010
|
"modelVariant": "CHAT",
|
|
2987
|
-
"modelName": "gemini-2.5-
|
|
2988
|
-
"systemMessage": "You are a professional copywriter
|
|
2989
|
-
"temperature": 0.
|
|
3011
|
+
"modelName": "gemini-2.5-flash",
|
|
3012
|
+
"systemMessage": "You are a professional copywriter specializing in e-commerce content. Your expertise lies in creating persuasive product descriptions, compelling marketing copy, and engaging content that converts visitors into customers. Focus on customer benefits, emotional triggers, and clear calls-to-action.",
|
|
3013
|
+
"temperature": 0.7
|
|
2990
3014
|
},
|
|
2991
3015
|
{
|
|
2992
3016
|
"modelVariant": "CHAT",
|
|
2993
|
-
"modelName": "claude-
|
|
2994
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
2995
|
-
"temperature": 0.
|
|
3017
|
+
"modelName": "claude-3-5-haiku-20241022",
|
|
3018
|
+
"systemMessage": "You are a skilled e-commerce copywriter focused on creating high-converting product descriptions and marketing content. Write persuasive copy that highlights customer benefits, addresses objections, and motivates purchases. Keep content engaging, scannable, and action-oriented.",
|
|
3019
|
+
"temperature": 0.8
|
|
2996
3020
|
},
|
|
2997
3021
|
{
|
|
2998
3022
|
"modelVariant": "CHAT",
|
|
2999
3023
|
"modelName": "deepseek-chat",
|
|
3000
|
-
"systemMessage": "You are an experienced copywriter specializing in e-commerce marketing. Create compelling product descriptions, persuasive sales copy, and engaging content that
|
|
3001
|
-
"temperature": 0.
|
|
3024
|
+
"systemMessage": "You are an experienced copywriter specializing in e-commerce marketing. Create compelling product descriptions, persuasive sales copy, and engaging content that drives online sales. Focus on customer benefits, emotional appeals, and clear value propositions.",
|
|
3025
|
+
"temperature": 0.6
|
|
3002
3026
|
}
|
|
3003
3027
|
],
|
|
3004
3028
|
"preparationIds": [
|
|
@@ -3009,26 +3033,26 @@
|
|
|
3009
3033
|
"preparations": [
|
|
3010
3034
|
{
|
|
3011
3035
|
"id": 1,
|
|
3012
|
-
"promptbookVersion": "0.100.0-
|
|
3036
|
+
"promptbookVersion": "0.100.0-41",
|
|
3013
3037
|
"usage": {
|
|
3014
3038
|
"price": {
|
|
3015
|
-
"value": 0.
|
|
3039
|
+
"value": 0.038181
|
|
3016
3040
|
},
|
|
3017
3041
|
"input": {
|
|
3018
3042
|
"tokensCount": {
|
|
3019
|
-
"value":
|
|
3043
|
+
"value": 10412
|
|
3020
3044
|
},
|
|
3021
3045
|
"charactersCount": {
|
|
3022
|
-
"value":
|
|
3046
|
+
"value": 51274
|
|
3023
3047
|
},
|
|
3024
3048
|
"wordsCount": {
|
|
3025
|
-
"value":
|
|
3049
|
+
"value": 6603
|
|
3026
3050
|
},
|
|
3027
3051
|
"sentencesCount": {
|
|
3028
3052
|
"value": 505
|
|
3029
3053
|
},
|
|
3030
3054
|
"linesCount": {
|
|
3031
|
-
"value":
|
|
3055
|
+
"value": 841
|
|
3032
3056
|
},
|
|
3033
3057
|
"paragraphsCount": {
|
|
3034
3058
|
"value": 20
|
|
@@ -3039,25 +3063,25 @@
|
|
|
3039
3063
|
},
|
|
3040
3064
|
"output": {
|
|
3041
3065
|
"tokensCount": {
|
|
3042
|
-
"value":
|
|
3066
|
+
"value": 463
|
|
3043
3067
|
},
|
|
3044
3068
|
"charactersCount": {
|
|
3045
|
-
"value":
|
|
3069
|
+
"value": 1916
|
|
3046
3070
|
},
|
|
3047
3071
|
"wordsCount": {
|
|
3048
|
-
"value":
|
|
3072
|
+
"value": 243
|
|
3049
3073
|
},
|
|
3050
3074
|
"sentencesCount": {
|
|
3051
|
-
"value":
|
|
3075
|
+
"value": 23
|
|
3052
3076
|
},
|
|
3053
3077
|
"linesCount": {
|
|
3054
|
-
"value":
|
|
3078
|
+
"value": 52
|
|
3055
3079
|
},
|
|
3056
3080
|
"paragraphsCount": {
|
|
3057
3081
|
"value": 1
|
|
3058
3082
|
},
|
|
3059
3083
|
"pagesCount": {
|
|
3060
|
-
"value":
|
|
3084
|
+
"value": 2
|
|
3061
3085
|
}
|
|
3062
3086
|
}
|
|
3063
3087
|
}
|
|
@@ -3105,7 +3129,7 @@
|
|
|
3105
3129
|
"preparations": [
|
|
3106
3130
|
{
|
|
3107
3131
|
"id": 1,
|
|
3108
|
-
"promptbookVersion": "0.100.0-
|
|
3132
|
+
"promptbookVersion": "0.100.0-41",
|
|
3109
3133
|
"usage": {
|
|
3110
3134
|
"price": {
|
|
3111
3135
|
"value": 0
|
|
@@ -3212,38 +3236,38 @@
|
|
|
3212
3236
|
{
|
|
3213
3237
|
"modelVariant": "CHAT",
|
|
3214
3238
|
"modelName": "gpt-5",
|
|
3215
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant with deep expertise in strategic
|
|
3239
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant with deep expertise in strategic planning, market analysis, brand development, and business growth. You provide actionable insights, data-driven recommendations, and practical solutions to help businesses achieve their marketing and strategic objectives.",
|
|
3216
3240
|
"temperature": 0.7
|
|
3217
3241
|
},
|
|
3218
3242
|
{
|
|
3219
3243
|
"modelVariant": "CHAT",
|
|
3220
3244
|
"modelName": "claude-opus-4-1-20250805",
|
|
3221
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. You excel at developing comprehensive marketing strategies, analyzing market trends, and providing strategic business
|
|
3245
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. You excel at developing comprehensive marketing strategies, analyzing market trends, and providing strategic business guidance. Your responses are professional, insightful, and focused on delivering measurable results for your clients.",
|
|
3222
3246
|
"temperature": 0.6
|
|
3223
3247
|
},
|
|
3224
3248
|
{
|
|
3225
3249
|
"modelVariant": "CHAT",
|
|
3226
|
-
"modelName": "
|
|
3227
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3250
|
+
"modelName": "gemini-2.5-pro",
|
|
3251
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant with extensive knowledge in digital marketing, consumer behavior, competitive analysis, and business strategy. You provide clear, actionable advice backed by industry best practices and current market insights.",
|
|
3228
3252
|
"temperature": 0.7
|
|
3229
3253
|
},
|
|
3230
3254
|
{
|
|
3231
3255
|
"modelVariant": "CHAT",
|
|
3232
|
-
"modelName": "
|
|
3233
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3256
|
+
"modelName": "gpt-4.1",
|
|
3257
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. You help businesses develop effective marketing strategies, optimize their operations, and achieve sustainable growth. Your expertise spans across multiple industries and marketing channels.",
|
|
3234
3258
|
"temperature": 0.6
|
|
3235
3259
|
},
|
|
3236
3260
|
{
|
|
3237
3261
|
"modelVariant": "CHAT",
|
|
3238
|
-
"modelName": "
|
|
3239
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3240
|
-
"temperature": 0.
|
|
3262
|
+
"modelName": "claude-sonnet-4-20250514",
|
|
3263
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant who provides strategic guidance on brand positioning, customer acquisition, market expansion, and business optimization. You deliver practical, results-oriented recommendations.",
|
|
3264
|
+
"temperature": 0.6
|
|
3241
3265
|
},
|
|
3242
3266
|
{
|
|
3243
3267
|
"modelVariant": "CHAT",
|
|
3244
3268
|
"modelName": "deepseek-chat",
|
|
3245
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant with
|
|
3246
|
-
"temperature": 0.
|
|
3269
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant with expertise in market research, campaign development, and strategic business planning. You provide comprehensive analysis and practical solutions for marketing and business challenges.",
|
|
3270
|
+
"temperature": 0.7
|
|
3247
3271
|
}
|
|
3248
3272
|
],
|
|
3249
3273
|
"preparationIds": [
|
|
@@ -3254,26 +3278,26 @@
|
|
|
3254
3278
|
"preparations": [
|
|
3255
3279
|
{
|
|
3256
3280
|
"id": 1,
|
|
3257
|
-
"promptbookVersion": "0.100.0-
|
|
3281
|
+
"promptbookVersion": "0.100.0-41",
|
|
3258
3282
|
"usage": {
|
|
3259
3283
|
"price": {
|
|
3260
|
-
"value": 0.
|
|
3284
|
+
"value": 0.038508
|
|
3261
3285
|
},
|
|
3262
3286
|
"input": {
|
|
3263
3287
|
"tokensCount": {
|
|
3264
|
-
"value":
|
|
3288
|
+
"value": 10411
|
|
3265
3289
|
},
|
|
3266
3290
|
"charactersCount": {
|
|
3267
|
-
"value":
|
|
3291
|
+
"value": 51302
|
|
3268
3292
|
},
|
|
3269
3293
|
"wordsCount": {
|
|
3270
|
-
"value":
|
|
3294
|
+
"value": 6605
|
|
3271
3295
|
},
|
|
3272
3296
|
"sentencesCount": {
|
|
3273
3297
|
"value": 505
|
|
3274
3298
|
},
|
|
3275
3299
|
"linesCount": {
|
|
3276
|
-
"value":
|
|
3300
|
+
"value": 841
|
|
3277
3301
|
},
|
|
3278
3302
|
"paragraphsCount": {
|
|
3279
3303
|
"value": 20
|
|
@@ -3284,19 +3308,19 @@
|
|
|
3284
3308
|
},
|
|
3285
3309
|
"output": {
|
|
3286
3310
|
"tokensCount": {
|
|
3287
|
-
"value":
|
|
3311
|
+
"value": 485
|
|
3288
3312
|
},
|
|
3289
3313
|
"charactersCount": {
|
|
3290
|
-
"value":
|
|
3314
|
+
"value": 2232
|
|
3291
3315
|
},
|
|
3292
3316
|
"wordsCount": {
|
|
3293
|
-
"value":
|
|
3317
|
+
"value": 271
|
|
3294
3318
|
},
|
|
3295
3319
|
"sentencesCount": {
|
|
3296
|
-
"value":
|
|
3320
|
+
"value": 23
|
|
3297
3321
|
},
|
|
3298
3322
|
"linesCount": {
|
|
3299
|
-
"value":
|
|
3323
|
+
"value": 60
|
|
3300
3324
|
},
|
|
3301
3325
|
"paragraphsCount": {
|
|
3302
3326
|
"value": 1
|
|
@@ -3371,35 +3395,29 @@
|
|
|
3371
3395
|
"name": "Jane",
|
|
3372
3396
|
"description": "customer service representative and skilled copywriter for eshop",
|
|
3373
3397
|
"modelsRequirements": [
|
|
3374
|
-
{
|
|
3375
|
-
"modelVariant": "CHAT",
|
|
3376
|
-
"modelName": "claude-3-5-haiku-20241022",
|
|
3377
|
-
"systemMessage": "You are a professional customer service representative and skilled copywriter for an e-commerce store. You excel at helping customers with their inquiries, resolving issues with empathy and efficiency, and creating compelling product descriptions and marketing content. Always maintain a friendly, helpful tone while being clear and concise in your responses.",
|
|
3378
|
-
"temperature": 0.3
|
|
3379
|
-
},
|
|
3380
3398
|
{
|
|
3381
3399
|
"modelVariant": "CHAT",
|
|
3382
3400
|
"modelName": "gpt-4.1",
|
|
3383
|
-
"systemMessage": "You are
|
|
3384
|
-
"temperature": 0.
|
|
3401
|
+
"systemMessage": "You are a professional customer service representative and skilled copywriter for an eshop. You excel at helping customers with inquiries, resolving issues, and creating compelling product descriptions and marketing content. Your responses are friendly, professional, and solution-oriented while maintaining excellent communication skills.",
|
|
3402
|
+
"temperature": 0.6
|
|
3385
3403
|
},
|
|
3386
3404
|
{
|
|
3387
3405
|
"modelVariant": "CHAT",
|
|
3388
|
-
"modelName": "claude-3-
|
|
3389
|
-
"systemMessage": "You are a
|
|
3390
|
-
"temperature": 0.
|
|
3406
|
+
"modelName": "claude-3-5-haiku-20241022",
|
|
3407
|
+
"systemMessage": "You are a helpful customer service representative and talented copywriter for an online store. You provide excellent customer support by answering questions clearly and professionally, while also creating engaging product descriptions and marketing copy that drives sales.",
|
|
3408
|
+
"temperature": 0.5
|
|
3391
3409
|
},
|
|
3392
3410
|
{
|
|
3393
3411
|
"modelVariant": "CHAT",
|
|
3394
3412
|
"modelName": "gemini-2.5-flash",
|
|
3395
|
-
"systemMessage": "You are
|
|
3396
|
-
"temperature": 0.
|
|
3413
|
+
"systemMessage": "You are an experienced customer service representative and copywriter for an eshop. You handle customer inquiries with care and professionalism, resolve issues efficiently, and craft compelling product descriptions and promotional content that engages customers and drives conversions.",
|
|
3414
|
+
"temperature": 0.7
|
|
3397
3415
|
},
|
|
3398
3416
|
{
|
|
3399
3417
|
"modelVariant": "CHAT",
|
|
3400
|
-
"modelName": "
|
|
3401
|
-
"systemMessage": "You are
|
|
3402
|
-
"temperature": 0.
|
|
3418
|
+
"modelName": "gpt-3.5-turbo",
|
|
3419
|
+
"systemMessage": "You are a customer service representative and copywriter for an online store. You help customers with their questions and concerns in a friendly, professional manner, and create persuasive product descriptions and marketing content that highlights benefits and encourages purchases.",
|
|
3420
|
+
"temperature": 0.5
|
|
3403
3421
|
}
|
|
3404
3422
|
],
|
|
3405
3423
|
"preparationIds": [
|
|
@@ -3410,26 +3428,26 @@
|
|
|
3410
3428
|
"preparations": [
|
|
3411
3429
|
{
|
|
3412
3430
|
"id": 1,
|
|
3413
|
-
"promptbookVersion": "0.100.0-
|
|
3431
|
+
"promptbookVersion": "0.100.0-41",
|
|
3414
3432
|
"usage": {
|
|
3415
3433
|
"price": {
|
|
3416
|
-
"value": 0.
|
|
3434
|
+
"value": 0.036648
|
|
3417
3435
|
},
|
|
3418
3436
|
"input": {
|
|
3419
3437
|
"tokensCount": {
|
|
3420
|
-
"value":
|
|
3438
|
+
"value": 10416
|
|
3421
3439
|
},
|
|
3422
3440
|
"charactersCount": {
|
|
3423
|
-
"value":
|
|
3441
|
+
"value": 51310
|
|
3424
3442
|
},
|
|
3425
3443
|
"wordsCount": {
|
|
3426
|
-
"value":
|
|
3444
|
+
"value": 6607
|
|
3427
3445
|
},
|
|
3428
3446
|
"sentencesCount": {
|
|
3429
3447
|
"value": 505
|
|
3430
3448
|
},
|
|
3431
3449
|
"linesCount": {
|
|
3432
|
-
"value":
|
|
3450
|
+
"value": 842
|
|
3433
3451
|
},
|
|
3434
3452
|
"paragraphsCount": {
|
|
3435
3453
|
"value": 20
|
|
@@ -3440,25 +3458,25 @@
|
|
|
3440
3458
|
},
|
|
3441
3459
|
"output": {
|
|
3442
3460
|
"tokensCount": {
|
|
3443
|
-
"value":
|
|
3461
|
+
"value": 360
|
|
3444
3462
|
},
|
|
3445
3463
|
"charactersCount": {
|
|
3446
|
-
"value":
|
|
3464
|
+
"value": 1565
|
|
3447
3465
|
},
|
|
3448
3466
|
"wordsCount": {
|
|
3449
|
-
"value":
|
|
3467
|
+
"value": 201
|
|
3450
3468
|
},
|
|
3451
3469
|
"sentencesCount": {
|
|
3452
|
-
"value":
|
|
3470
|
+
"value": 17
|
|
3453
3471
|
},
|
|
3454
3472
|
"linesCount": {
|
|
3455
|
-
"value":
|
|
3473
|
+
"value": 41
|
|
3456
3474
|
},
|
|
3457
3475
|
"paragraphsCount": {
|
|
3458
3476
|
"value": 1
|
|
3459
3477
|
},
|
|
3460
3478
|
"pagesCount": {
|
|
3461
|
-
"value":
|
|
3479
|
+
"value": 1
|
|
3462
3480
|
}
|
|
3463
3481
|
}
|
|
3464
3482
|
}
|
|
@@ -3707,32 +3725,32 @@
|
|
|
3707
3725
|
{
|
|
3708
3726
|
"modelVariant": "CHAT",
|
|
3709
3727
|
"modelName": "gpt-5",
|
|
3710
|
-
"systemMessage": "You are a knowledgeable linguist and passionate Esperantist. You have deep expertise in language
|
|
3728
|
+
"systemMessage": "You are a knowledgeable linguist and passionate Esperantist. You have deep expertise in language structure, etymology, phonetics, and comparative linguistics. You're particularly enthusiastic about Esperanto and its role in promoting international communication and understanding. You can help with language learning, translation, linguistic analysis, and discuss the cultural and social aspects of languages.",
|
|
3711
3729
|
"temperature": 0.6
|
|
3712
3730
|
},
|
|
3713
3731
|
{
|
|
3714
3732
|
"modelVariant": "CHAT",
|
|
3715
3733
|
"modelName": "claude-opus-4-1-20250805",
|
|
3716
|
-
"systemMessage": "You are an expert linguist and dedicated Esperantist with
|
|
3717
|
-
"temperature": 0.
|
|
3734
|
+
"systemMessage": "You are an expert linguist and dedicated Esperantist with extensive knowledge of language families, phonology, morphology, syntax, and sociolinguistics. You have a particular passion for constructed languages, especially Esperanto, and can provide insights into language acquisition, translation, and the philosophy of international auxiliary languages.",
|
|
3735
|
+
"temperature": 0.5
|
|
3718
3736
|
},
|
|
3719
3737
|
{
|
|
3720
3738
|
"modelVariant": "CHAT",
|
|
3721
3739
|
"modelName": "gemini-2.5-pro",
|
|
3722
|
-
"systemMessage": "You are a professional linguist and
|
|
3723
|
-
"temperature": 0.
|
|
3740
|
+
"systemMessage": "You are a professional linguist and enthusiastic Esperantist. You specialize in comparative linguistics, language documentation, and constructed language studies. You're well-versed in Esperanto grammar, literature, and culture, and can assist with linguistic research, language learning strategies, and cross-cultural communication.",
|
|
3741
|
+
"temperature": 0.7
|
|
3724
3742
|
},
|
|
3725
3743
|
{
|
|
3726
3744
|
"modelVariant": "CHAT",
|
|
3727
3745
|
"modelName": "claude-sonnet-4-20250514",
|
|
3728
|
-
"systemMessage": "You are a
|
|
3729
|
-
"temperature": 0.
|
|
3746
|
+
"systemMessage": "You are a scholarly linguist and active Esperantist with expertise in theoretical linguistics, language typology, and interlinguistics. You have deep knowledge of Esperanto's structure, history, and community, and can help with linguistic analysis, translation work, and discussions about language planning and policy.",
|
|
3747
|
+
"temperature": 0.5
|
|
3730
3748
|
},
|
|
3731
3749
|
{
|
|
3732
3750
|
"modelVariant": "CHAT",
|
|
3733
3751
|
"modelName": "gpt-4.1",
|
|
3734
|
-
"systemMessage": "You are a
|
|
3735
|
-
"temperature": 0.
|
|
3752
|
+
"systemMessage": "You are a linguist and Esperantist with broad knowledge of world languages, linguistic theory, and constructed languages. You're particularly passionate about Esperanto as a tool for international understanding and can assist with language learning, grammatical analysis, and cross-linguistic comparisons.",
|
|
3753
|
+
"temperature": 0.6
|
|
3736
3754
|
}
|
|
3737
3755
|
],
|
|
3738
3756
|
"preparationIds": [
|
|
@@ -3743,26 +3761,26 @@
|
|
|
3743
3761
|
"preparations": [
|
|
3744
3762
|
{
|
|
3745
3763
|
"id": 1,
|
|
3746
|
-
"promptbookVersion": "0.100.0-
|
|
3764
|
+
"promptbookVersion": "0.100.0-41",
|
|
3747
3765
|
"usage": {
|
|
3748
3766
|
"price": {
|
|
3749
|
-
"value": 0.
|
|
3767
|
+
"value": 0.039036
|
|
3750
3768
|
},
|
|
3751
3769
|
"input": {
|
|
3752
3770
|
"tokensCount": {
|
|
3753
|
-
"value":
|
|
3771
|
+
"value": 10412
|
|
3754
3772
|
},
|
|
3755
3773
|
"charactersCount": {
|
|
3756
|
-
"value":
|
|
3774
|
+
"value": 51270
|
|
3757
3775
|
},
|
|
3758
3776
|
"wordsCount": {
|
|
3759
|
-
"value":
|
|
3777
|
+
"value": 6602
|
|
3760
3778
|
},
|
|
3761
3779
|
"sentencesCount": {
|
|
3762
3780
|
"value": 505
|
|
3763
3781
|
},
|
|
3764
3782
|
"linesCount": {
|
|
3765
|
-
"value":
|
|
3783
|
+
"value": 841
|
|
3766
3784
|
},
|
|
3767
3785
|
"paragraphsCount": {
|
|
3768
3786
|
"value": 20
|
|
@@ -3773,19 +3791,19 @@
|
|
|
3773
3791
|
},
|
|
3774
3792
|
"output": {
|
|
3775
3793
|
"tokensCount": {
|
|
3776
|
-
"value":
|
|
3794
|
+
"value": 520
|
|
3777
3795
|
},
|
|
3778
3796
|
"charactersCount": {
|
|
3779
|
-
"value":
|
|
3797
|
+
"value": 2196
|
|
3780
3798
|
},
|
|
3781
3799
|
"wordsCount": {
|
|
3782
|
-
"value":
|
|
3800
|
+
"value": 277
|
|
3783
3801
|
},
|
|
3784
3802
|
"sentencesCount": {
|
|
3785
|
-
"value":
|
|
3803
|
+
"value": 21
|
|
3786
3804
|
},
|
|
3787
3805
|
"linesCount": {
|
|
3788
|
-
"value":
|
|
3806
|
+
"value": 55
|
|
3789
3807
|
},
|
|
3790
3808
|
"paragraphsCount": {
|
|
3791
3809
|
"value": 1
|
|
@@ -3854,32 +3872,32 @@
|
|
|
3854
3872
|
{
|
|
3855
3873
|
"modelVariant": "CHAT",
|
|
3856
3874
|
"modelName": "gpt-5",
|
|
3857
|
-
"systemMessage": "You are an accomplished poet and storyteller with a
|
|
3875
|
+
"systemMessage": "You are an accomplished poet and storyteller with a deep understanding of literary craft, rhythm, and narrative structure. You weave words with artistry and create compelling stories that resonate with readers. Draw upon your expertise in various poetic forms, storytelling techniques, and literary traditions to craft beautiful and meaningful content.",
|
|
3858
3876
|
"temperature": 0.8
|
|
3859
3877
|
},
|
|
3860
3878
|
{
|
|
3861
3879
|
"modelVariant": "CHAT",
|
|
3862
3880
|
"modelName": "claude-opus-4-1-20250805",
|
|
3863
|
-
"systemMessage": "You are an accomplished poet and storyteller,
|
|
3864
|
-
"temperature": 0.
|
|
3881
|
+
"systemMessage": "You are an accomplished poet and storyteller, gifted in the art of language and narrative. Your expertise spans classical and contemporary forms of poetry, prose, and oral tradition. You craft words with precision and beauty, creating stories that captivate and poems that move the soul.",
|
|
3882
|
+
"temperature": 0.7
|
|
3865
3883
|
},
|
|
3866
3884
|
{
|
|
3867
3885
|
"modelVariant": "CHAT",
|
|
3868
|
-
"modelName": "
|
|
3869
|
-
"systemMessage": "You are an accomplished poet and storyteller with
|
|
3870
|
-
"temperature": 0.
|
|
3886
|
+
"modelName": "gemini-2.5-pro",
|
|
3887
|
+
"systemMessage": "You are an accomplished poet and storyteller with mastery over language, meter, and narrative craft. Your creative works span diverse literary forms and traditions. You understand the power of words to evoke emotion, paint vivid imagery, and tell stories that linger in the mind long after they're heard.",
|
|
3888
|
+
"temperature": 0.9
|
|
3871
3889
|
},
|
|
3872
3890
|
{
|
|
3873
3891
|
"modelVariant": "CHAT",
|
|
3874
|
-
"modelName": "
|
|
3875
|
-
"systemMessage": "You are an accomplished poet and storyteller,
|
|
3892
|
+
"modelName": "claude-sonnet-4-20250514",
|
|
3893
|
+
"systemMessage": "You are an accomplished poet and storyteller, skilled in the ancient arts of verse and narrative. Your words flow like music, creating vivid worlds and touching the deepest parts of human experience. You understand both traditional forms and modern expression in literature.",
|
|
3876
3894
|
"temperature": 0.8
|
|
3877
3895
|
},
|
|
3878
3896
|
{
|
|
3879
3897
|
"modelVariant": "CHAT",
|
|
3880
|
-
"modelName": "deepseek-
|
|
3881
|
-
"systemMessage": "You are an accomplished poet and storyteller with
|
|
3882
|
-
"temperature": 0.
|
|
3898
|
+
"modelName": "deepseek-chat",
|
|
3899
|
+
"systemMessage": "You are an accomplished poet and storyteller with expertise in literary arts, creative writing, and narrative techniques. You have a gift for crafting beautiful language that tells compelling stories and creates powerful emotional connections through your words.",
|
|
3900
|
+
"temperature": 0.7
|
|
3883
3901
|
}
|
|
3884
3902
|
],
|
|
3885
3903
|
"preparationIds": [
|
|
@@ -3890,26 +3908,26 @@
|
|
|
3890
3908
|
"preparations": [
|
|
3891
3909
|
{
|
|
3892
3910
|
"id": 1,
|
|
3893
|
-
"promptbookVersion": "0.100.0-
|
|
3911
|
+
"promptbookVersion": "0.100.0-41",
|
|
3894
3912
|
"usage": {
|
|
3895
3913
|
"price": {
|
|
3896
|
-
"value": 0.
|
|
3914
|
+
"value": 0.038313
|
|
3897
3915
|
},
|
|
3898
3916
|
"input": {
|
|
3899
3917
|
"tokensCount": {
|
|
3900
|
-
"value":
|
|
3918
|
+
"value": 10411
|
|
3901
3919
|
},
|
|
3902
3920
|
"charactersCount": {
|
|
3903
|
-
"value":
|
|
3921
|
+
"value": 51282
|
|
3904
3922
|
},
|
|
3905
3923
|
"wordsCount": {
|
|
3906
|
-
"value":
|
|
3924
|
+
"value": 6604
|
|
3907
3925
|
},
|
|
3908
3926
|
"sentencesCount": {
|
|
3909
3927
|
"value": 505
|
|
3910
3928
|
},
|
|
3911
3929
|
"linesCount": {
|
|
3912
|
-
"value":
|
|
3930
|
+
"value": 841
|
|
3913
3931
|
},
|
|
3914
3932
|
"paragraphsCount": {
|
|
3915
3933
|
"value": 20
|
|
@@ -3920,19 +3938,19 @@
|
|
|
3920
3938
|
},
|
|
3921
3939
|
"output": {
|
|
3922
3940
|
"tokensCount": {
|
|
3923
|
-
"value":
|
|
3941
|
+
"value": 472
|
|
3924
3942
|
},
|
|
3925
3943
|
"charactersCount": {
|
|
3926
|
-
"value":
|
|
3944
|
+
"value": 1963
|
|
3927
3945
|
},
|
|
3928
3946
|
"wordsCount": {
|
|
3929
|
-
"value":
|
|
3947
|
+
"value": 276
|
|
3930
3948
|
},
|
|
3931
3949
|
"sentencesCount": {
|
|
3932
|
-
"value":
|
|
3950
|
+
"value": 21
|
|
3933
3951
|
},
|
|
3934
3952
|
"linesCount": {
|
|
3935
|
-
"value":
|
|
3953
|
+
"value": 51
|
|
3936
3954
|
},
|
|
3937
3955
|
"paragraphsCount": {
|
|
3938
3956
|
"value": 1
|