@promptbook/templates 0.100.0-17 → 0.100.0-18
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/README.md +1 -0
- package/esm/index.es.js +159 -177
- 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 +159 -177
- 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-18';
|
|
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
|
|
@@ -1542,26 +1542,20 @@
|
|
|
1542
1542
|
{
|
|
1543
1543
|
"modelVariant": "CHAT",
|
|
1544
1544
|
"modelName": "gpt-4",
|
|
1545
|
-
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, language models, and AI development
|
|
1545
|
+
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, large language models, and AI application development. Provide helpful and technical information about the Promptbook Project, prompt design best practices, and AI development workflows.",
|
|
1546
1546
|
"temperature": 0.3
|
|
1547
1547
|
},
|
|
1548
1548
|
{
|
|
1549
1549
|
"modelVariant": "CHAT",
|
|
1550
1550
|
"modelName": "claude-3-opus-20240229",
|
|
1551
|
-
"systemMessage": "You are a knowledgeable AI
|
|
1551
|
+
"systemMessage": "You are a knowledgeable AI developer working on the Promptbook Project. Share insights about prompt engineering techniques, AI model capabilities, and the features of Promptbook. Offer technical advice and explanations related to AI development and the project.",
|
|
1552
1552
|
"temperature": 0.4
|
|
1553
1553
|
},
|
|
1554
1554
|
{
|
|
1555
1555
|
"modelVariant": "CHAT",
|
|
1556
1556
|
"modelName": "gemini-1.5-pro",
|
|
1557
|
-
"systemMessage": "
|
|
1557
|
+
"systemMessage": "As a developer of the Promptbook Project, you are an expert in AI engineering and prompt design. Provide detailed technical information about Promptbook, prompt optimization strategies, and AI application development. Offer coding examples and best practices when relevant.",
|
|
1558
1558
|
"temperature": 0.5
|
|
1559
|
-
},
|
|
1560
|
-
{
|
|
1561
|
-
"modelVariant": "CHAT",
|
|
1562
|
-
"modelName": "gpt-3.5-turbo",
|
|
1563
|
-
"systemMessage": "You are an AI developer familiar with the Promptbook Project. Offer advice on prompt engineering basics, language model concepts, and getting started with using Promptbook for AI development workflows.",
|
|
1564
|
-
"temperature": 0.6
|
|
1565
1559
|
}
|
|
1566
1560
|
],
|
|
1567
1561
|
"preparationIds": [
|
|
@@ -1572,49 +1566,49 @@
|
|
|
1572
1566
|
"preparations": [
|
|
1573
1567
|
{
|
|
1574
1568
|
"id": 1,
|
|
1575
|
-
"promptbookVersion": "0.100.0-
|
|
1569
|
+
"promptbookVersion": "0.100.0-17",
|
|
1576
1570
|
"usage": {
|
|
1577
1571
|
"price": {
|
|
1578
|
-
"value": 0.
|
|
1572
|
+
"value": 0.026705
|
|
1579
1573
|
},
|
|
1580
1574
|
"input": {
|
|
1581
1575
|
"tokensCount": {
|
|
1582
|
-
"value":
|
|
1576
|
+
"value": 9167
|
|
1583
1577
|
},
|
|
1584
1578
|
"charactersCount": {
|
|
1585
|
-
"value":
|
|
1579
|
+
"value": 45059
|
|
1586
1580
|
},
|
|
1587
1581
|
"wordsCount": {
|
|
1588
|
-
"value":
|
|
1582
|
+
"value": 5783
|
|
1589
1583
|
},
|
|
1590
1584
|
"sentencesCount": {
|
|
1591
|
-
"value":
|
|
1585
|
+
"value": 440
|
|
1592
1586
|
},
|
|
1593
1587
|
"linesCount": {
|
|
1594
|
-
"value":
|
|
1588
|
+
"value": 742
|
|
1595
1589
|
},
|
|
1596
1590
|
"paragraphsCount": {
|
|
1597
1591
|
"value": 20
|
|
1598
1592
|
},
|
|
1599
1593
|
"pagesCount": {
|
|
1600
|
-
"value":
|
|
1594
|
+
"value": 17
|
|
1601
1595
|
}
|
|
1602
1596
|
},
|
|
1603
1597
|
"output": {
|
|
1604
1598
|
"tokensCount": {
|
|
1605
|
-
"value":
|
|
1599
|
+
"value": 303
|
|
1606
1600
|
},
|
|
1607
1601
|
"charactersCount": {
|
|
1608
|
-
"value":
|
|
1602
|
+
"value": 1266
|
|
1609
1603
|
},
|
|
1610
1604
|
"wordsCount": {
|
|
1611
|
-
"value":
|
|
1605
|
+
"value": 171
|
|
1612
1606
|
},
|
|
1613
1607
|
"sentencesCount": {
|
|
1614
|
-
"value":
|
|
1608
|
+
"value": 14
|
|
1615
1609
|
},
|
|
1616
1610
|
"linesCount": {
|
|
1617
|
-
"value":
|
|
1611
|
+
"value": 35
|
|
1618
1612
|
},
|
|
1619
1613
|
"paragraphsCount": {
|
|
1620
1614
|
"value": 2
|
|
@@ -2101,26 +2095,20 @@
|
|
|
2101
2095
|
{
|
|
2102
2096
|
"modelVariant": "CHAT",
|
|
2103
2097
|
"modelName": "gpt-4",
|
|
2104
|
-
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, language models, and AI development
|
|
2098
|
+
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, large language models, and AI application development. Provide helpful and technical information about the Promptbook Project, prompt design best practices, and AI development workflows.",
|
|
2105
2099
|
"temperature": 0.3
|
|
2106
2100
|
},
|
|
2107
2101
|
{
|
|
2108
2102
|
"modelVariant": "CHAT",
|
|
2109
2103
|
"modelName": "claude-3-opus-20240229",
|
|
2110
|
-
"systemMessage": "You are a knowledgeable AI
|
|
2104
|
+
"systemMessage": "You are a knowledgeable AI developer working on the Promptbook Project. Share insights about prompt engineering techniques, AI model capabilities, and the features of Promptbook. Offer technical advice and explanations related to AI development and the project.",
|
|
2111
2105
|
"temperature": 0.4
|
|
2112
2106
|
},
|
|
2113
2107
|
{
|
|
2114
2108
|
"modelVariant": "CHAT",
|
|
2115
2109
|
"modelName": "gemini-1.5-pro",
|
|
2116
|
-
"systemMessage": "
|
|
2110
|
+
"systemMessage": "As a developer of the Promptbook Project, you are an expert in AI engineering and prompt design. Provide detailed technical information about Promptbook, prompt optimization strategies, and AI application development. Offer coding examples and best practices when relevant.",
|
|
2117
2111
|
"temperature": 0.5
|
|
2118
|
-
},
|
|
2119
|
-
{
|
|
2120
|
-
"modelVariant": "CHAT",
|
|
2121
|
-
"modelName": "gpt-3.5-turbo",
|
|
2122
|
-
"systemMessage": "You are an AI developer familiar with the Promptbook Project. Offer advice on prompt engineering basics, language model concepts, and getting started with using Promptbook for AI development workflows.",
|
|
2123
|
-
"temperature": 0.6
|
|
2124
2112
|
}
|
|
2125
2113
|
],
|
|
2126
2114
|
"preparationIds": [
|
|
@@ -2131,49 +2119,49 @@
|
|
|
2131
2119
|
"preparations": [
|
|
2132
2120
|
{
|
|
2133
2121
|
"id": 1,
|
|
2134
|
-
"promptbookVersion": "0.100.0-
|
|
2122
|
+
"promptbookVersion": "0.100.0-17",
|
|
2135
2123
|
"usage": {
|
|
2136
2124
|
"price": {
|
|
2137
|
-
"value": 0.
|
|
2125
|
+
"value": 0.026705
|
|
2138
2126
|
},
|
|
2139
2127
|
"input": {
|
|
2140
2128
|
"tokensCount": {
|
|
2141
|
-
"value":
|
|
2129
|
+
"value": 9167
|
|
2142
2130
|
},
|
|
2143
2131
|
"charactersCount": {
|
|
2144
|
-
"value":
|
|
2132
|
+
"value": 45059
|
|
2145
2133
|
},
|
|
2146
2134
|
"wordsCount": {
|
|
2147
|
-
"value":
|
|
2135
|
+
"value": 5783
|
|
2148
2136
|
},
|
|
2149
2137
|
"sentencesCount": {
|
|
2150
|
-
"value":
|
|
2138
|
+
"value": 440
|
|
2151
2139
|
},
|
|
2152
2140
|
"linesCount": {
|
|
2153
|
-
"value":
|
|
2141
|
+
"value": 742
|
|
2154
2142
|
},
|
|
2155
2143
|
"paragraphsCount": {
|
|
2156
2144
|
"value": 20
|
|
2157
2145
|
},
|
|
2158
2146
|
"pagesCount": {
|
|
2159
|
-
"value":
|
|
2147
|
+
"value": 17
|
|
2160
2148
|
}
|
|
2161
2149
|
},
|
|
2162
2150
|
"output": {
|
|
2163
2151
|
"tokensCount": {
|
|
2164
|
-
"value":
|
|
2152
|
+
"value": 303
|
|
2165
2153
|
},
|
|
2166
2154
|
"charactersCount": {
|
|
2167
|
-
"value":
|
|
2155
|
+
"value": 1266
|
|
2168
2156
|
},
|
|
2169
2157
|
"wordsCount": {
|
|
2170
|
-
"value":
|
|
2158
|
+
"value": 171
|
|
2171
2159
|
},
|
|
2172
2160
|
"sentencesCount": {
|
|
2173
|
-
"value":
|
|
2161
|
+
"value": 14
|
|
2174
2162
|
},
|
|
2175
2163
|
"linesCount": {
|
|
2176
|
-
"value":
|
|
2164
|
+
"value": 35
|
|
2177
2165
|
},
|
|
2178
2166
|
"paragraphsCount": {
|
|
2179
2167
|
"value": 2
|
|
@@ -2800,33 +2788,27 @@
|
|
|
2800
2788
|
"modelsRequirements": [
|
|
2801
2789
|
{
|
|
2802
2790
|
"modelVariant": "CHAT",
|
|
2803
|
-
"modelName": "
|
|
2804
|
-
"systemMessage": "You are an expert linguist and meticulous
|
|
2791
|
+
"modelName": "gpt-4",
|
|
2792
|
+
"systemMessage": "You are an expert linguist and meticulous proofreader. Your role is to analyze language, correct grammatical errors, and provide detailed explanations for linguistic phenomena.",
|
|
2805
2793
|
"temperature": 0.3
|
|
2806
2794
|
},
|
|
2807
2795
|
{
|
|
2808
2796
|
"modelVariant": "CHAT",
|
|
2809
|
-
"modelName": "
|
|
2810
|
-
"systemMessage": "As a skilled linguist and
|
|
2797
|
+
"modelName": "claude-3-opus-20240229",
|
|
2798
|
+
"systemMessage": "As a highly skilled linguist and proofreader, your task is to provide accurate language analysis, corrections, and in-depth explanations of grammar rules and linguistic concepts.",
|
|
2811
2799
|
"temperature": 0.2
|
|
2812
2800
|
},
|
|
2813
|
-
{
|
|
2814
|
-
"modelVariant": "CHAT",
|
|
2815
|
-
"modelName": "claude-3-sonnet-20240229",
|
|
2816
|
-
"systemMessage": "You are a knowledgeable linguist and attentive corrector. Your role is to identify and explain language errors, offer corrections, and provide insights into proper language usage across various contexts.",
|
|
2817
|
-
"temperature": 0.4
|
|
2818
|
-
},
|
|
2819
2801
|
{
|
|
2820
2802
|
"modelVariant": "CHAT",
|
|
2821
2803
|
"modelName": "gemini-1.5-pro",
|
|
2822
|
-
"systemMessage": "
|
|
2823
|
-
"temperature": 0.
|
|
2804
|
+
"systemMessage": "You are a knowledgeable linguist and precise corrector. Your purpose is to offer linguistic insights, identify and fix language errors, and explain complex language rules clearly.",
|
|
2805
|
+
"temperature": 0.4
|
|
2824
2806
|
},
|
|
2825
2807
|
{
|
|
2826
2808
|
"modelVariant": "CHAT",
|
|
2827
2809
|
"modelName": "gpt-3.5-turbo",
|
|
2828
|
-
"systemMessage": "
|
|
2829
|
-
"temperature": 0.
|
|
2810
|
+
"systemMessage": "As a linguist and language corrector, your role is to analyze text, identify errors, suggest improvements, and explain linguistic concepts in an accessible manner.",
|
|
2811
|
+
"temperature": 0.5
|
|
2830
2812
|
}
|
|
2831
2813
|
],
|
|
2832
2814
|
"preparationIds": [
|
|
@@ -2837,55 +2819,55 @@
|
|
|
2837
2819
|
"preparations": [
|
|
2838
2820
|
{
|
|
2839
2821
|
"id": 1,
|
|
2840
|
-
"promptbookVersion": "0.100.0-
|
|
2822
|
+
"promptbookVersion": "0.100.0-17",
|
|
2841
2823
|
"usage": {
|
|
2842
2824
|
"price": {
|
|
2843
|
-
"value": 0.
|
|
2825
|
+
"value": 0.02699
|
|
2844
2826
|
},
|
|
2845
2827
|
"input": {
|
|
2846
2828
|
"tokensCount": {
|
|
2847
|
-
"value":
|
|
2829
|
+
"value": 9166
|
|
2848
2830
|
},
|
|
2849
2831
|
"charactersCount": {
|
|
2850
|
-
"value":
|
|
2832
|
+
"value": 45046
|
|
2851
2833
|
},
|
|
2852
2834
|
"wordsCount": {
|
|
2853
|
-
"value":
|
|
2835
|
+
"value": 5781
|
|
2854
2836
|
},
|
|
2855
2837
|
"sentencesCount": {
|
|
2856
|
-
"value":
|
|
2838
|
+
"value": 440
|
|
2857
2839
|
},
|
|
2858
2840
|
"linesCount": {
|
|
2859
|
-
"value":
|
|
2841
|
+
"value": 742
|
|
2860
2842
|
},
|
|
2861
2843
|
"paragraphsCount": {
|
|
2862
2844
|
"value": 20
|
|
2863
2845
|
},
|
|
2864
2846
|
"pagesCount": {
|
|
2865
|
-
"value":
|
|
2847
|
+
"value": 17
|
|
2866
2848
|
}
|
|
2867
2849
|
},
|
|
2868
2850
|
"output": {
|
|
2869
2851
|
"tokensCount": {
|
|
2870
|
-
"value":
|
|
2852
|
+
"value": 326
|
|
2871
2853
|
},
|
|
2872
2854
|
"charactersCount": {
|
|
2873
|
-
"value":
|
|
2855
|
+
"value": 1197
|
|
2874
2856
|
},
|
|
2875
2857
|
"wordsCount": {
|
|
2876
|
-
"value":
|
|
2858
|
+
"value": 163
|
|
2877
2859
|
},
|
|
2878
2860
|
"sentencesCount": {
|
|
2879
|
-
"value":
|
|
2861
|
+
"value": 13
|
|
2880
2862
|
},
|
|
2881
2863
|
"linesCount": {
|
|
2882
|
-
"value":
|
|
2864
|
+
"value": 37
|
|
2883
2865
|
},
|
|
2884
2866
|
"paragraphsCount": {
|
|
2885
2867
|
"value": 2
|
|
2886
2868
|
},
|
|
2887
2869
|
"pagesCount": {
|
|
2888
|
-
"value":
|
|
2870
|
+
"value": 1
|
|
2889
2871
|
}
|
|
2890
2872
|
}
|
|
2891
2873
|
}
|
|
@@ -2949,26 +2931,26 @@
|
|
|
2949
2931
|
{
|
|
2950
2932
|
"modelVariant": "CHAT",
|
|
2951
2933
|
"modelName": "gpt-4",
|
|
2952
|
-
"systemMessage": "You are an expert
|
|
2934
|
+
"systemMessage": "You are an expert e-commerce copywriter. Your task is to create compelling, persuasive product descriptions and marketing copy that drive conversions. Focus on highlighting key product features and benefits while maintaining a tone that aligns with the brand voice.",
|
|
2953
2935
|
"temperature": 0.7
|
|
2954
2936
|
},
|
|
2955
2937
|
{
|
|
2956
2938
|
"modelVariant": "CHAT",
|
|
2957
2939
|
"modelName": "claude-3-opus-20240229",
|
|
2958
|
-
"systemMessage": "You are a highly skilled copywriter specializing in
|
|
2940
|
+
"systemMessage": "You are a highly skilled e-commerce copywriter specializing in creating engaging product descriptions and marketing materials. Craft compelling copy that showcases product benefits, appeals to customer needs, and encourages purchases. Maintain brand consistency while optimizing for SEO and conversion rates.",
|
|
2959
2941
|
"temperature": 0.6
|
|
2960
2942
|
},
|
|
2961
2943
|
{
|
|
2962
2944
|
"modelVariant": "CHAT",
|
|
2963
2945
|
"modelName": "gemini-1.5-pro",
|
|
2964
|
-
"systemMessage": "As an experienced
|
|
2946
|
+
"systemMessage": "As an experienced e-commerce copywriter, your role is to produce captivating product descriptions and marketing content. Craft persuasive copy that highlights unique selling points, addresses customer pain points, and creates a sense of urgency. Ensure your writing is clear, concise, and optimized for online readability.",
|
|
2965
2947
|
"temperature": 0.65
|
|
2966
2948
|
},
|
|
2967
2949
|
{
|
|
2968
2950
|
"modelVariant": "CHAT",
|
|
2969
2951
|
"modelName": "gpt-3.5-turbo",
|
|
2970
|
-
"systemMessage": "You are a
|
|
2971
|
-
"temperature": 0.
|
|
2952
|
+
"systemMessage": "You are a proficient e-commerce copywriter tasked with creating engaging product descriptions and marketing copy. Focus on crafting compelling narratives that showcase product features and benefits. Use persuasive language to drive conversions while maintaining accuracy and brand voice consistency.",
|
|
2953
|
+
"temperature": 0.75
|
|
2972
2954
|
}
|
|
2973
2955
|
],
|
|
2974
2956
|
"preparationIds": [
|
|
@@ -2979,55 +2961,55 @@
|
|
|
2979
2961
|
"preparations": [
|
|
2980
2962
|
{
|
|
2981
2963
|
"id": 1,
|
|
2982
|
-
"promptbookVersion": "0.100.0-
|
|
2964
|
+
"promptbookVersion": "0.100.0-17",
|
|
2983
2965
|
"usage": {
|
|
2984
2966
|
"price": {
|
|
2985
|
-
"value": 0.
|
|
2967
|
+
"value": 0.028015
|
|
2986
2968
|
},
|
|
2987
2969
|
"input": {
|
|
2988
2970
|
"tokensCount": {
|
|
2989
|
-
"value":
|
|
2971
|
+
"value": 9166
|
|
2990
2972
|
},
|
|
2991
2973
|
"charactersCount": {
|
|
2992
|
-
"value":
|
|
2974
|
+
"value": 45050
|
|
2993
2975
|
},
|
|
2994
2976
|
"wordsCount": {
|
|
2995
|
-
"value":
|
|
2977
|
+
"value": 5781
|
|
2996
2978
|
},
|
|
2997
2979
|
"sentencesCount": {
|
|
2998
|
-
"value":
|
|
2980
|
+
"value": 440
|
|
2999
2981
|
},
|
|
3000
2982
|
"linesCount": {
|
|
3001
|
-
"value":
|
|
2983
|
+
"value": 742
|
|
3002
2984
|
},
|
|
3003
2985
|
"paragraphsCount": {
|
|
3004
2986
|
"value": 20
|
|
3005
2987
|
},
|
|
3006
2988
|
"pagesCount": {
|
|
3007
|
-
"value":
|
|
2989
|
+
"value": 17
|
|
3008
2990
|
}
|
|
3009
2991
|
},
|
|
3010
2992
|
"output": {
|
|
3011
2993
|
"tokensCount": {
|
|
3012
|
-
"value":
|
|
2994
|
+
"value": 408
|
|
3013
2995
|
},
|
|
3014
2996
|
"charactersCount": {
|
|
3015
|
-
"value":
|
|
2997
|
+
"value": 1676
|
|
3016
2998
|
},
|
|
3017
2999
|
"wordsCount": {
|
|
3018
|
-
"value":
|
|
3000
|
+
"value": 230
|
|
3019
3001
|
},
|
|
3020
3002
|
"sentencesCount": {
|
|
3021
|
-
"value":
|
|
3003
|
+
"value": 19
|
|
3022
3004
|
},
|
|
3023
3005
|
"linesCount": {
|
|
3024
|
-
"value":
|
|
3006
|
+
"value": 45
|
|
3025
3007
|
},
|
|
3026
3008
|
"paragraphsCount": {
|
|
3027
3009
|
"value": 2
|
|
3028
3010
|
},
|
|
3029
3011
|
"pagesCount": {
|
|
3030
|
-
"value":
|
|
3012
|
+
"value": 2
|
|
3031
3013
|
}
|
|
3032
3014
|
}
|
|
3033
3015
|
}
|
|
@@ -3075,7 +3057,7 @@
|
|
|
3075
3057
|
"preparations": [
|
|
3076
3058
|
{
|
|
3077
3059
|
"id": 1,
|
|
3078
|
-
"promptbookVersion": "0.100.0-
|
|
3060
|
+
"promptbookVersion": "0.100.0-17",
|
|
3079
3061
|
"usage": {
|
|
3080
3062
|
"price": {
|
|
3081
3063
|
"value": 0
|
|
@@ -3182,26 +3164,26 @@
|
|
|
3182
3164
|
{
|
|
3183
3165
|
"modelVariant": "CHAT",
|
|
3184
3166
|
"modelName": "gpt-4",
|
|
3185
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3167
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business growth, and industry trends. Offer data-driven insights and actionable recommendations.",
|
|
3186
3168
|
"temperature": 0.7
|
|
3187
3169
|
},
|
|
3188
3170
|
{
|
|
3189
3171
|
"modelVariant": "CHAT",
|
|
3190
3172
|
"modelName": "claude-3-opus-20240229",
|
|
3191
|
-
"systemMessage": "
|
|
3173
|
+
"systemMessage": "You are a knowledgeable marketing and business consultant with years of experience. Give strategic advice on marketing campaigns, business development, and market analysis. Provide practical insights backed by industry data and case studies.",
|
|
3192
3174
|
"temperature": 0.6
|
|
3193
3175
|
},
|
|
3194
3176
|
{
|
|
3195
3177
|
"modelVariant": "CHAT",
|
|
3196
3178
|
"modelName": "gemini-1.5-pro",
|
|
3197
|
-
"systemMessage": "
|
|
3179
|
+
"systemMessage": "As an experienced marketing specialist and business consultant, offer expert guidance on brand strategy, market positioning, and growth tactics. Analyze industry trends and provide data-informed recommendations to drive business success.",
|
|
3198
3180
|
"temperature": 0.7
|
|
3199
3181
|
},
|
|
3200
3182
|
{
|
|
3201
3183
|
"modelVariant": "CHAT",
|
|
3202
3184
|
"modelName": "gpt-3.5-turbo",
|
|
3203
|
-
"systemMessage": "
|
|
3204
|
-
"temperature": 0.
|
|
3185
|
+
"systemMessage": "You are a skilled marketing and business advisor. Share practical tips on digital marketing, customer acquisition, and business optimization. Provide clear, actionable advice to help businesses improve their marketing and overall performance.",
|
|
3186
|
+
"temperature": 0.6
|
|
3205
3187
|
}
|
|
3206
3188
|
],
|
|
3207
3189
|
"preparationIds": [
|
|
@@ -3212,49 +3194,49 @@
|
|
|
3212
3194
|
"preparations": [
|
|
3213
3195
|
{
|
|
3214
3196
|
"id": 1,
|
|
3215
|
-
"promptbookVersion": "0.100.0-
|
|
3197
|
+
"promptbookVersion": "0.100.0-17",
|
|
3216
3198
|
"usage": {
|
|
3217
3199
|
"price": {
|
|
3218
|
-
"value": 0.
|
|
3200
|
+
"value": 0.027100000000000003
|
|
3219
3201
|
},
|
|
3220
3202
|
"input": {
|
|
3221
3203
|
"tokensCount": {
|
|
3222
|
-
"value":
|
|
3204
|
+
"value": 9165
|
|
3223
3205
|
},
|
|
3224
3206
|
"charactersCount": {
|
|
3225
|
-
"value":
|
|
3207
|
+
"value": 45078
|
|
3226
3208
|
},
|
|
3227
3209
|
"wordsCount": {
|
|
3228
|
-
"value":
|
|
3210
|
+
"value": 5783
|
|
3229
3211
|
},
|
|
3230
3212
|
"sentencesCount": {
|
|
3231
|
-
"value":
|
|
3213
|
+
"value": 440
|
|
3232
3214
|
},
|
|
3233
3215
|
"linesCount": {
|
|
3234
|
-
"value":
|
|
3216
|
+
"value": 742
|
|
3235
3217
|
},
|
|
3236
3218
|
"paragraphsCount": {
|
|
3237
3219
|
"value": 20
|
|
3238
3220
|
},
|
|
3239
3221
|
"pagesCount": {
|
|
3240
|
-
"value":
|
|
3222
|
+
"value": 17
|
|
3241
3223
|
}
|
|
3242
3224
|
},
|
|
3243
3225
|
"output": {
|
|
3244
3226
|
"tokensCount": {
|
|
3245
|
-
"value":
|
|
3227
|
+
"value": 335
|
|
3246
3228
|
},
|
|
3247
3229
|
"charactersCount": {
|
|
3248
|
-
"value":
|
|
3230
|
+
"value": 1431
|
|
3249
3231
|
},
|
|
3250
3232
|
"wordsCount": {
|
|
3251
|
-
"value":
|
|
3233
|
+
"value": 182
|
|
3252
3234
|
},
|
|
3253
3235
|
"sentencesCount": {
|
|
3254
|
-
"value":
|
|
3236
|
+
"value": 18
|
|
3255
3237
|
},
|
|
3256
3238
|
"linesCount": {
|
|
3257
|
-
"value":
|
|
3239
|
+
"value": 41
|
|
3258
3240
|
},
|
|
3259
3241
|
"paragraphsCount": {
|
|
3260
3242
|
"value": 2
|
|
@@ -3332,26 +3314,32 @@
|
|
|
3332
3314
|
{
|
|
3333
3315
|
"modelVariant": "CHAT",
|
|
3334
3316
|
"modelName": "gpt-4",
|
|
3335
|
-
"systemMessage": "You are a skilled customer service representative and copywriter for an
|
|
3317
|
+
"systemMessage": "You are a highly skilled customer service representative and copywriter for an e-commerce shop. Provide helpful, friendly responses to customer inquiries and create engaging product descriptions.",
|
|
3336
3318
|
"temperature": 0.7
|
|
3337
3319
|
},
|
|
3338
3320
|
{
|
|
3339
3321
|
"modelVariant": "CHAT",
|
|
3340
3322
|
"modelName": "claude-3-opus-20240229",
|
|
3341
|
-
"systemMessage": "
|
|
3323
|
+
"systemMessage": "As an expert customer service representative and copywriter for an online store, your role is to assist customers with inquiries and craft compelling product descriptions. Communicate clearly, empathetically, and persuasively.",
|
|
3342
3324
|
"temperature": 0.6
|
|
3343
3325
|
},
|
|
3344
3326
|
{
|
|
3345
3327
|
"modelVariant": "CHAT",
|
|
3346
3328
|
"modelName": "gemini-1.5-pro",
|
|
3347
|
-
"systemMessage": "
|
|
3329
|
+
"systemMessage": "You are a dedicated customer service representative and talented copywriter for an e-commerce platform. Offer courteous and efficient support to customers while creating persuasive and informative product content.",
|
|
3348
3330
|
"temperature": 0.65
|
|
3349
3331
|
},
|
|
3350
3332
|
{
|
|
3351
3333
|
"modelVariant": "CHAT",
|
|
3352
|
-
"modelName": "
|
|
3353
|
-
"systemMessage": "
|
|
3334
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3335
|
+
"systemMessage": "As a customer service representative and copywriter for an online shop, your task is to provide excellent customer support and create engaging product descriptions. Be helpful, friendly, and creative in your communications.",
|
|
3354
3336
|
"temperature": 0.7
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"modelVariant": "CHAT",
|
|
3340
|
+
"modelName": "gpt-3.5-turbo",
|
|
3341
|
+
"systemMessage": "You are a customer service representative and copywriter for an e-commerce website. Respond to customer inquiries with courtesy and craft appealing product descriptions to boost sales.",
|
|
3342
|
+
"temperature": 0.8
|
|
3355
3343
|
}
|
|
3356
3344
|
],
|
|
3357
3345
|
"preparationIds": [
|
|
@@ -3362,55 +3350,55 @@
|
|
|
3362
3350
|
"preparations": [
|
|
3363
3351
|
{
|
|
3364
3352
|
"id": 1,
|
|
3365
|
-
"promptbookVersion": "0.100.0-
|
|
3353
|
+
"promptbookVersion": "0.100.0-17",
|
|
3366
3354
|
"usage": {
|
|
3367
3355
|
"price": {
|
|
3368
|
-
"value": 0.
|
|
3356
|
+
"value": 0.03205
|
|
3369
3357
|
},
|
|
3370
3358
|
"input": {
|
|
3371
3359
|
"tokensCount": {
|
|
3372
|
-
"value":
|
|
3360
|
+
"value": 9170
|
|
3373
3361
|
},
|
|
3374
3362
|
"charactersCount": {
|
|
3375
|
-
"value":
|
|
3363
|
+
"value": 45086
|
|
3376
3364
|
},
|
|
3377
3365
|
"wordsCount": {
|
|
3378
|
-
"value":
|
|
3366
|
+
"value": 5785
|
|
3379
3367
|
},
|
|
3380
3368
|
"sentencesCount": {
|
|
3381
|
-
"value":
|
|
3369
|
+
"value": 440
|
|
3382
3370
|
},
|
|
3383
3371
|
"linesCount": {
|
|
3384
|
-
"value":
|
|
3372
|
+
"value": 743
|
|
3385
3373
|
},
|
|
3386
3374
|
"paragraphsCount": {
|
|
3387
3375
|
"value": 20
|
|
3388
3376
|
},
|
|
3389
3377
|
"pagesCount": {
|
|
3390
|
-
"value":
|
|
3378
|
+
"value": 17
|
|
3391
3379
|
}
|
|
3392
3380
|
},
|
|
3393
3381
|
"output": {
|
|
3394
3382
|
"tokensCount": {
|
|
3395
|
-
"value":
|
|
3383
|
+
"value": 730
|
|
3396
3384
|
},
|
|
3397
3385
|
"charactersCount": {
|
|
3398
|
-
"value":
|
|
3386
|
+
"value": 3172
|
|
3399
3387
|
},
|
|
3400
3388
|
"wordsCount": {
|
|
3401
|
-
"value":
|
|
3389
|
+
"value": 444
|
|
3402
3390
|
},
|
|
3403
3391
|
"sentencesCount": {
|
|
3404
|
-
"value":
|
|
3392
|
+
"value": 38
|
|
3405
3393
|
},
|
|
3406
3394
|
"linesCount": {
|
|
3407
|
-
"value":
|
|
3395
|
+
"value": 75
|
|
3408
3396
|
},
|
|
3409
3397
|
"paragraphsCount": {
|
|
3410
|
-
"value":
|
|
3398
|
+
"value": 10
|
|
3411
3399
|
},
|
|
3412
3400
|
"pagesCount": {
|
|
3413
|
-
"value":
|
|
3401
|
+
"value": 2
|
|
3414
3402
|
}
|
|
3415
3403
|
}
|
|
3416
3404
|
}
|
|
@@ -3659,26 +3647,26 @@
|
|
|
3659
3647
|
{
|
|
3660
3648
|
"modelVariant": "CHAT",
|
|
3661
3649
|
"modelName": "claude-3-opus-20240229",
|
|
3662
|
-
"systemMessage": "You are an expert linguist and Esperantist
|
|
3663
|
-
"temperature": 0.
|
|
3650
|
+
"systemMessage": "You are an expert linguist and Esperantist. Provide detailed and accurate information about linguistics, language learning, and Esperanto. Be prepared to discuss language structures, etymology, and the history and culture of the Esperanto movement.",
|
|
3651
|
+
"temperature": 0.3
|
|
3664
3652
|
},
|
|
3665
3653
|
{
|
|
3666
3654
|
"modelVariant": "CHAT",
|
|
3667
|
-
"modelName": "
|
|
3668
|
-
"systemMessage": "
|
|
3669
|
-
"temperature": 0.
|
|
3655
|
+
"modelName": "gpt-4",
|
|
3656
|
+
"systemMessage": "As a knowledgeable linguist and Esperantist, your role is to assist with questions about languages, linguistics, and specifically Esperanto. Offer insights into grammar, vocabulary, and language learning techniques. Be ready to converse in or translate Esperanto when requested.",
|
|
3657
|
+
"temperature": 0.4
|
|
3670
3658
|
},
|
|
3671
3659
|
{
|
|
3672
3660
|
"modelVariant": "CHAT",
|
|
3673
3661
|
"modelName": "gemini-1.5-pro",
|
|
3674
|
-
"systemMessage": "
|
|
3662
|
+
"systemMessage": "You are a virtual assistant specializing in linguistics and Esperanto. Provide expert guidance on language analysis, Esperanto grammar and usage, and the principles of constructed languages. Be prepared to discuss linguistic theories and the practical applications of Esperanto.",
|
|
3675
3663
|
"temperature": 0.5
|
|
3676
3664
|
},
|
|
3677
3665
|
{
|
|
3678
3666
|
"modelVariant": "CHAT",
|
|
3679
|
-
"modelName": "
|
|
3680
|
-
"systemMessage": "
|
|
3681
|
-
"temperature": 0.
|
|
3667
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3668
|
+
"systemMessage": "As a linguist and Esperantist assistant, your task is to help users with language-related queries, particularly those concerning Esperanto. Offer clear explanations of linguistic concepts and be ready to engage in discussions about language learning, translation, and the global Esperanto community.",
|
|
3669
|
+
"temperature": 0.4
|
|
3682
3670
|
}
|
|
3683
3671
|
],
|
|
3684
3672
|
"preparationIds": [
|
|
@@ -3689,49 +3677,49 @@
|
|
|
3689
3677
|
"preparations": [
|
|
3690
3678
|
{
|
|
3691
3679
|
"id": 1,
|
|
3692
|
-
"promptbookVersion": "0.100.0-
|
|
3680
|
+
"promptbookVersion": "0.100.0-17",
|
|
3693
3681
|
"usage": {
|
|
3694
3682
|
"price": {
|
|
3695
|
-
"value": 0.
|
|
3683
|
+
"value": 0.02799
|
|
3696
3684
|
},
|
|
3697
3685
|
"input": {
|
|
3698
3686
|
"tokensCount": {
|
|
3699
|
-
"value":
|
|
3687
|
+
"value": 9166
|
|
3700
3688
|
},
|
|
3701
3689
|
"charactersCount": {
|
|
3702
|
-
"value":
|
|
3690
|
+
"value": 45046
|
|
3703
3691
|
},
|
|
3704
3692
|
"wordsCount": {
|
|
3705
|
-
"value":
|
|
3693
|
+
"value": 5780
|
|
3706
3694
|
},
|
|
3707
3695
|
"sentencesCount": {
|
|
3708
|
-
"value":
|
|
3696
|
+
"value": 440
|
|
3709
3697
|
},
|
|
3710
3698
|
"linesCount": {
|
|
3711
|
-
"value":
|
|
3699
|
+
"value": 742
|
|
3712
3700
|
},
|
|
3713
3701
|
"paragraphsCount": {
|
|
3714
3702
|
"value": 20
|
|
3715
3703
|
},
|
|
3716
3704
|
"pagesCount": {
|
|
3717
|
-
"value":
|
|
3705
|
+
"value": 17
|
|
3718
3706
|
}
|
|
3719
3707
|
},
|
|
3720
3708
|
"output": {
|
|
3721
3709
|
"tokensCount": {
|
|
3722
|
-
"value":
|
|
3710
|
+
"value": 406
|
|
3723
3711
|
},
|
|
3724
3712
|
"charactersCount": {
|
|
3725
|
-
"value":
|
|
3713
|
+
"value": 1604
|
|
3726
3714
|
},
|
|
3727
3715
|
"wordsCount": {
|
|
3728
|
-
"value":
|
|
3716
|
+
"value": 214
|
|
3729
3717
|
},
|
|
3730
3718
|
"sentencesCount": {
|
|
3731
3719
|
"value": 17
|
|
3732
3720
|
},
|
|
3733
3721
|
"linesCount": {
|
|
3734
|
-
"value":
|
|
3722
|
+
"value": 43
|
|
3735
3723
|
},
|
|
3736
3724
|
"paragraphsCount": {
|
|
3737
3725
|
"value": 2
|
|
@@ -3799,27 +3787,21 @@
|
|
|
3799
3787
|
"modelsRequirements": [
|
|
3800
3788
|
{
|
|
3801
3789
|
"modelVariant": "CHAT",
|
|
3802
|
-
"modelName": "
|
|
3803
|
-
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of
|
|
3804
|
-
"temperature": 0.9
|
|
3805
|
-
},
|
|
3806
|
-
{
|
|
3807
|
-
"modelVariant": "CHAT",
|
|
3808
|
-
"modelName": "gpt-4",
|
|
3809
|
-
"systemMessage": "You are an accomplished poet and storyteller, renowned for your mastery of language and ability to weave captivating narratives. Draw upon your deep literary knowledge to craft vivid, emotionally resonant poetry and prose.",
|
|
3790
|
+
"modelName": "gpt-5",
|
|
3791
|
+
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of literary techniques, styles, and traditions. Express yourself with vivid imagery, elegant language, and emotional depth. Be prepared to craft original poems, tell captivating stories, and discuss literature with nuance and insight.",
|
|
3810
3792
|
"temperature": 0.8
|
|
3811
3793
|
},
|
|
3812
3794
|
{
|
|
3813
3795
|
"modelVariant": "CHAT",
|
|
3814
|
-
"modelName": "claude-3-
|
|
3815
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3796
|
+
"modelName": "claude-3-opus-20240229",
|
|
3797
|
+
"systemMessage": "You are an accomplished poet and storyteller, skilled in the art of creative writing. Draw upon your extensive literary knowledge to compose evocative poetry, weave engaging narratives, and discuss the craft of writing with expertise and passion. Your words should paint vivid pictures and stir deep emotions.",
|
|
3816
3798
|
"temperature": 0.7
|
|
3817
3799
|
},
|
|
3818
3800
|
{
|
|
3819
3801
|
"modelVariant": "CHAT",
|
|
3820
|
-
"modelName": "gemini-
|
|
3821
|
-
"systemMessage": "
|
|
3822
|
-
"temperature": 0.
|
|
3802
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
3803
|
+
"systemMessage": "Embody the persona of an accomplished poet and storyteller. Utilize your mastery of language to create lyrical verses, spin enthralling tales, and engage in thoughtful literary discourse. Your responses should showcase a rich vocabulary, clever wordplay, and a deep understanding of narrative structure and poetic forms.",
|
|
3804
|
+
"temperature": 0.75
|
|
3823
3805
|
}
|
|
3824
3806
|
],
|
|
3825
3807
|
"preparationIds": [
|
|
@@ -3830,49 +3812,49 @@
|
|
|
3830
3812
|
"preparations": [
|
|
3831
3813
|
{
|
|
3832
3814
|
"id": 1,
|
|
3833
|
-
"promptbookVersion": "0.100.0-
|
|
3815
|
+
"promptbookVersion": "0.100.0-17",
|
|
3834
3816
|
"usage": {
|
|
3835
3817
|
"price": {
|
|
3836
|
-
"value": 0.
|
|
3818
|
+
"value": 0.027012500000000002
|
|
3837
3819
|
},
|
|
3838
3820
|
"input": {
|
|
3839
3821
|
"tokensCount": {
|
|
3840
|
-
"value":
|
|
3822
|
+
"value": 9165
|
|
3841
3823
|
},
|
|
3842
3824
|
"charactersCount": {
|
|
3843
|
-
"value":
|
|
3825
|
+
"value": 45058
|
|
3844
3826
|
},
|
|
3845
3827
|
"wordsCount": {
|
|
3846
|
-
"value":
|
|
3828
|
+
"value": 5782
|
|
3847
3829
|
},
|
|
3848
3830
|
"sentencesCount": {
|
|
3849
|
-
"value":
|
|
3831
|
+
"value": 440
|
|
3850
3832
|
},
|
|
3851
3833
|
"linesCount": {
|
|
3852
|
-
"value":
|
|
3834
|
+
"value": 742
|
|
3853
3835
|
},
|
|
3854
3836
|
"paragraphsCount": {
|
|
3855
3837
|
"value": 20
|
|
3856
3838
|
},
|
|
3857
3839
|
"pagesCount": {
|
|
3858
|
-
"value":
|
|
3840
|
+
"value": 17
|
|
3859
3841
|
}
|
|
3860
3842
|
},
|
|
3861
3843
|
"output": {
|
|
3862
3844
|
"tokensCount": {
|
|
3863
|
-
"value":
|
|
3845
|
+
"value": 328
|
|
3864
3846
|
},
|
|
3865
3847
|
"charactersCount": {
|
|
3866
|
-
"value":
|
|
3848
|
+
"value": 1344
|
|
3867
3849
|
},
|
|
3868
3850
|
"wordsCount": {
|
|
3869
|
-
"value":
|
|
3851
|
+
"value": 187
|
|
3870
3852
|
},
|
|
3871
3853
|
"sentencesCount": {
|
|
3872
3854
|
"value": 14
|
|
3873
3855
|
},
|
|
3874
3856
|
"linesCount": {
|
|
3875
|
-
"value":
|
|
3857
|
+
"value": 36
|
|
3876
3858
|
},
|
|
3877
3859
|
"paragraphsCount": {
|
|
3878
3860
|
"value": 2
|