@promptbook/templates 0.100.0-5 → 0.100.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/esm/index.es.js +168 -180
- 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 +168 -180
- package/umd/index.umd.js.map +1 -1
package/esm/index.es.js
CHANGED
|
@@ -16,7 +16,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
16
16
|
* @generated
|
|
17
17
|
* @see https://github.com/webgptorg/promptbook
|
|
18
18
|
*/
|
|
19
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-
|
|
19
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-7';
|
|
20
20
|
/**
|
|
21
21
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
22
22
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1535,32 +1535,20 @@ function getTemplatesPipelineCollection() {
|
|
|
1535
1535
|
{
|
|
1536
1536
|
"modelVariant": "CHAT",
|
|
1537
1537
|
"modelName": "gpt-4",
|
|
1538
|
-
"systemMessage": "You are an AI
|
|
1538
|
+
"systemMessage": "You are an experienced AI engineer and developer working on the Promptbook Project. Your role is to provide expert guidance on prompt engineering, AI model capabilities, and best practices for developing AI applications. Share insights from your work on Promptbook to help users create effective prompts and leverage AI models efficiently.",
|
|
1539
1539
|
"temperature": 0.7
|
|
1540
1540
|
},
|
|
1541
1541
|
{
|
|
1542
1542
|
"modelVariant": "CHAT",
|
|
1543
1543
|
"modelName": "claude-3-opus-20240229",
|
|
1544
|
-
"systemMessage": "
|
|
1544
|
+
"systemMessage": "You are a knowledgeable AI developer and core contributor to the Promptbook Project. Your expertise covers prompt design, AI model architectures, and practical implementation of AI systems. Offer detailed technical advice and examples from Promptbook to assist users in optimizing their AI workflows and prompt strategies.",
|
|
1545
1545
|
"temperature": 0.6
|
|
1546
1546
|
},
|
|
1547
1547
|
{
|
|
1548
1548
|
"modelVariant": "CHAT",
|
|
1549
1549
|
"modelName": "gemini-1.5-pro",
|
|
1550
|
-
"systemMessage": "
|
|
1551
|
-
"temperature": 0.
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"modelVariant": "CHAT",
|
|
1555
|
-
"modelName": "deepseek-coder",
|
|
1556
|
-
"systemMessage": "As an AI coding assistant for the Promptbook Project, you specialize in software development and AI technologies. Offer expert guidance on coding practices, debugging, and implementing AI-related features for the project.",
|
|
1557
|
-
"temperature": 0.4
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"modelVariant": "CHAT",
|
|
1561
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
1562
|
-
"systemMessage": "You are a helpful AI assistant for a developer working on the Promptbook Project. Provide support with coding, documentation, and general software development tasks. Offer clear explanations and suggestions to aid in project development.",
|
|
1563
|
-
"temperature": 0.6
|
|
1550
|
+
"systemMessage": "As a lead developer on the Promptbook Project, you specialize in prompt engineering and AI model integration. Share your insights on creating effective prompts, understanding model behaviors, and implementing AI solutions. Draw from your experience with Promptbook to provide practical guidance and innovative approaches to AI development challenges.",
|
|
1551
|
+
"temperature": 0.7
|
|
1564
1552
|
}
|
|
1565
1553
|
],
|
|
1566
1554
|
"preparationIds": [
|
|
@@ -1571,55 +1559,55 @@ function getTemplatesPipelineCollection() {
|
|
|
1571
1559
|
"preparations": [
|
|
1572
1560
|
{
|
|
1573
1561
|
"id": 1,
|
|
1574
|
-
"promptbookVersion": "0.100.0-
|
|
1562
|
+
"promptbookVersion": "0.100.0-6",
|
|
1575
1563
|
"usage": {
|
|
1576
1564
|
"price": {
|
|
1577
|
-
"value": 0.
|
|
1565
|
+
"value": 0.0256375
|
|
1578
1566
|
},
|
|
1579
1567
|
"input": {
|
|
1580
1568
|
"tokensCount": {
|
|
1581
|
-
"value":
|
|
1569
|
+
"value": 8625
|
|
1582
1570
|
},
|
|
1583
1571
|
"charactersCount": {
|
|
1584
|
-
"value":
|
|
1572
|
+
"value": 42100
|
|
1585
1573
|
},
|
|
1586
1574
|
"wordsCount": {
|
|
1587
|
-
"value":
|
|
1575
|
+
"value": 5402
|
|
1588
1576
|
},
|
|
1589
1577
|
"sentencesCount": {
|
|
1590
|
-
"value":
|
|
1578
|
+
"value": 416
|
|
1591
1579
|
},
|
|
1592
1580
|
"linesCount": {
|
|
1593
|
-
"value":
|
|
1581
|
+
"value": 695
|
|
1594
1582
|
},
|
|
1595
1583
|
"paragraphsCount": {
|
|
1596
1584
|
"value": 20
|
|
1597
1585
|
},
|
|
1598
1586
|
"pagesCount": {
|
|
1599
|
-
"value":
|
|
1587
|
+
"value": 16
|
|
1600
1588
|
}
|
|
1601
1589
|
},
|
|
1602
1590
|
"output": {
|
|
1603
1591
|
"tokensCount": {
|
|
1604
|
-
"value":
|
|
1592
|
+
"value": 326
|
|
1605
1593
|
},
|
|
1606
1594
|
"charactersCount": {
|
|
1607
|
-
"value":
|
|
1595
|
+
"value": 1417
|
|
1608
1596
|
},
|
|
1609
1597
|
"wordsCount": {
|
|
1610
|
-
"value":
|
|
1598
|
+
"value": 195
|
|
1611
1599
|
},
|
|
1612
1600
|
"sentencesCount": {
|
|
1613
|
-
"value":
|
|
1601
|
+
"value": 14
|
|
1614
1602
|
},
|
|
1615
1603
|
"linesCount": {
|
|
1616
|
-
"value":
|
|
1604
|
+
"value": 36
|
|
1617
1605
|
},
|
|
1618
1606
|
"paragraphsCount": {
|
|
1619
1607
|
"value": 2
|
|
1620
1608
|
},
|
|
1621
1609
|
"pagesCount": {
|
|
1622
|
-
"value":
|
|
1610
|
+
"value": 1
|
|
1623
1611
|
}
|
|
1624
1612
|
}
|
|
1625
1613
|
}
|
|
@@ -2100,32 +2088,20 @@ function getTemplatesPipelineCollection() {
|
|
|
2100
2088
|
{
|
|
2101
2089
|
"modelVariant": "CHAT",
|
|
2102
2090
|
"modelName": "gpt-4",
|
|
2103
|
-
"systemMessage": "You are an AI
|
|
2091
|
+
"systemMessage": "You are an experienced AI engineer and developer working on the Promptbook Project. Your role is to provide expert guidance on prompt engineering, AI model capabilities, and best practices for developing AI applications. Share insights from your work on Promptbook to help users create effective prompts and leverage AI models efficiently.",
|
|
2104
2092
|
"temperature": 0.7
|
|
2105
2093
|
},
|
|
2106
2094
|
{
|
|
2107
2095
|
"modelVariant": "CHAT",
|
|
2108
2096
|
"modelName": "claude-3-opus-20240229",
|
|
2109
|
-
"systemMessage": "
|
|
2097
|
+
"systemMessage": "You are a knowledgeable AI developer and core contributor to the Promptbook Project. Your expertise covers prompt design, AI model architectures, and practical implementation of AI systems. Offer detailed technical advice and examples from Promptbook to assist users in optimizing their AI workflows and prompt strategies.",
|
|
2110
2098
|
"temperature": 0.6
|
|
2111
2099
|
},
|
|
2112
2100
|
{
|
|
2113
2101
|
"modelVariant": "CHAT",
|
|
2114
2102
|
"modelName": "gemini-1.5-pro",
|
|
2115
|
-
"systemMessage": "
|
|
2116
|
-
"temperature": 0.
|
|
2117
|
-
},
|
|
2118
|
-
{
|
|
2119
|
-
"modelVariant": "CHAT",
|
|
2120
|
-
"modelName": "deepseek-coder",
|
|
2121
|
-
"systemMessage": "As an AI coding assistant for the Promptbook Project, you specialize in software development and AI technologies. Offer expert guidance on coding practices, debugging, and implementing AI-related features for the project.",
|
|
2122
|
-
"temperature": 0.4
|
|
2123
|
-
},
|
|
2124
|
-
{
|
|
2125
|
-
"modelVariant": "CHAT",
|
|
2126
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
2127
|
-
"systemMessage": "You are a helpful AI assistant for a developer working on the Promptbook Project. Provide support with coding, documentation, and general software development tasks. Offer clear explanations and suggestions to aid in project development.",
|
|
2128
|
-
"temperature": 0.6
|
|
2103
|
+
"systemMessage": "As a lead developer on the Promptbook Project, you specialize in prompt engineering and AI model integration. Share your insights on creating effective prompts, understanding model behaviors, and implementing AI solutions. Draw from your experience with Promptbook to provide practical guidance and innovative approaches to AI development challenges.",
|
|
2104
|
+
"temperature": 0.7
|
|
2129
2105
|
}
|
|
2130
2106
|
],
|
|
2131
2107
|
"preparationIds": [
|
|
@@ -2136,55 +2112,55 @@ function getTemplatesPipelineCollection() {
|
|
|
2136
2112
|
"preparations": [
|
|
2137
2113
|
{
|
|
2138
2114
|
"id": 1,
|
|
2139
|
-
"promptbookVersion": "0.100.0-
|
|
2115
|
+
"promptbookVersion": "0.100.0-6",
|
|
2140
2116
|
"usage": {
|
|
2141
2117
|
"price": {
|
|
2142
|
-
"value": 0.
|
|
2118
|
+
"value": 0.0256375
|
|
2143
2119
|
},
|
|
2144
2120
|
"input": {
|
|
2145
2121
|
"tokensCount": {
|
|
2146
|
-
"value":
|
|
2122
|
+
"value": 8625
|
|
2147
2123
|
},
|
|
2148
2124
|
"charactersCount": {
|
|
2149
|
-
"value":
|
|
2125
|
+
"value": 42100
|
|
2150
2126
|
},
|
|
2151
2127
|
"wordsCount": {
|
|
2152
|
-
"value":
|
|
2128
|
+
"value": 5402
|
|
2153
2129
|
},
|
|
2154
2130
|
"sentencesCount": {
|
|
2155
|
-
"value":
|
|
2131
|
+
"value": 416
|
|
2156
2132
|
},
|
|
2157
2133
|
"linesCount": {
|
|
2158
|
-
"value":
|
|
2134
|
+
"value": 695
|
|
2159
2135
|
},
|
|
2160
2136
|
"paragraphsCount": {
|
|
2161
2137
|
"value": 20
|
|
2162
2138
|
},
|
|
2163
2139
|
"pagesCount": {
|
|
2164
|
-
"value":
|
|
2140
|
+
"value": 16
|
|
2165
2141
|
}
|
|
2166
2142
|
},
|
|
2167
2143
|
"output": {
|
|
2168
2144
|
"tokensCount": {
|
|
2169
|
-
"value":
|
|
2145
|
+
"value": 326
|
|
2170
2146
|
},
|
|
2171
2147
|
"charactersCount": {
|
|
2172
|
-
"value":
|
|
2148
|
+
"value": 1417
|
|
2173
2149
|
},
|
|
2174
2150
|
"wordsCount": {
|
|
2175
|
-
"value":
|
|
2151
|
+
"value": 195
|
|
2176
2152
|
},
|
|
2177
2153
|
"sentencesCount": {
|
|
2178
|
-
"value":
|
|
2154
|
+
"value": 14
|
|
2179
2155
|
},
|
|
2180
2156
|
"linesCount": {
|
|
2181
|
-
"value":
|
|
2157
|
+
"value": 36
|
|
2182
2158
|
},
|
|
2183
2159
|
"paragraphsCount": {
|
|
2184
2160
|
"value": 2
|
|
2185
2161
|
},
|
|
2186
2162
|
"pagesCount": {
|
|
2187
|
-
"value":
|
|
2163
|
+
"value": 1
|
|
2188
2164
|
}
|
|
2189
2165
|
}
|
|
2190
2166
|
}
|
|
@@ -2806,19 +2782,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2806
2782
|
{
|
|
2807
2783
|
"modelVariant": "CHAT",
|
|
2808
2784
|
"modelName": "claude-3-opus-20240229",
|
|
2809
|
-
"systemMessage": "You are an expert linguist and
|
|
2785
|
+
"systemMessage": "You are an expert linguist and language corrector. Provide accurate linguistic analysis, grammar corrections, and writing improvements.",
|
|
2810
2786
|
"temperature": 0.3
|
|
2811
2787
|
},
|
|
2812
2788
|
{
|
|
2813
2789
|
"modelVariant": "CHAT",
|
|
2814
2790
|
"modelName": "gpt-4",
|
|
2815
|
-
"systemMessage": "
|
|
2816
|
-
"temperature": 0.
|
|
2791
|
+
"systemMessage": "You are a skilled linguist and language corrector. Offer precise grammatical corrections and writing enhancements.",
|
|
2792
|
+
"temperature": 0.4
|
|
2817
2793
|
},
|
|
2818
2794
|
{
|
|
2819
2795
|
"modelVariant": "CHAT",
|
|
2820
2796
|
"modelName": "claude-3-sonnet-20240229",
|
|
2821
|
-
"systemMessage": "You are a knowledgeable linguist and
|
|
2797
|
+
"systemMessage": "You are a knowledgeable linguist and language corrector. Provide helpful grammar corrections and writing advice.",
|
|
2798
|
+
"temperature": 0.5
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"modelVariant": "CHAT",
|
|
2802
|
+
"modelName": "gemini-1.5-pro",
|
|
2803
|
+
"systemMessage": "You are an experienced linguist and language corrector. Offer accurate grammatical analysis and writing improvements.",
|
|
2822
2804
|
"temperature": 0.4
|
|
2823
2805
|
}
|
|
2824
2806
|
],
|
|
@@ -2830,49 +2812,49 @@ function getTemplatesPipelineCollection() {
|
|
|
2830
2812
|
"preparations": [
|
|
2831
2813
|
{
|
|
2832
2814
|
"id": 1,
|
|
2833
|
-
"promptbookVersion": "0.100.0-
|
|
2815
|
+
"promptbookVersion": "0.100.0-6",
|
|
2834
2816
|
"usage": {
|
|
2835
2817
|
"price": {
|
|
2836
|
-
"value": 0.
|
|
2818
|
+
"value": 0.025010000000000004
|
|
2837
2819
|
},
|
|
2838
2820
|
"input": {
|
|
2839
2821
|
"tokensCount": {
|
|
2840
|
-
"value":
|
|
2822
|
+
"value": 8624
|
|
2841
2823
|
},
|
|
2842
2824
|
"charactersCount": {
|
|
2843
|
-
"value":
|
|
2825
|
+
"value": 42087
|
|
2844
2826
|
},
|
|
2845
2827
|
"wordsCount": {
|
|
2846
|
-
"value":
|
|
2828
|
+
"value": 5400
|
|
2847
2829
|
},
|
|
2848
2830
|
"sentencesCount": {
|
|
2849
|
-
"value":
|
|
2831
|
+
"value": 416
|
|
2850
2832
|
},
|
|
2851
2833
|
"linesCount": {
|
|
2852
|
-
"value":
|
|
2834
|
+
"value": 695
|
|
2853
2835
|
},
|
|
2854
2836
|
"paragraphsCount": {
|
|
2855
2837
|
"value": 20
|
|
2856
2838
|
},
|
|
2857
2839
|
"pagesCount": {
|
|
2858
|
-
"value":
|
|
2840
|
+
"value": 16
|
|
2859
2841
|
}
|
|
2860
2842
|
},
|
|
2861
2843
|
"output": {
|
|
2862
2844
|
"tokensCount": {
|
|
2863
|
-
"value":
|
|
2845
|
+
"value": 276
|
|
2864
2846
|
},
|
|
2865
2847
|
"charactersCount": {
|
|
2866
|
-
"value":
|
|
2848
|
+
"value": 977
|
|
2867
2849
|
},
|
|
2868
2850
|
"wordsCount": {
|
|
2869
|
-
"value":
|
|
2851
|
+
"value": 124
|
|
2870
2852
|
},
|
|
2871
2853
|
"sentencesCount": {
|
|
2872
|
-
"value":
|
|
2854
|
+
"value": 14
|
|
2873
2855
|
},
|
|
2874
2856
|
"linesCount": {
|
|
2875
|
-
"value":
|
|
2857
|
+
"value": 34
|
|
2876
2858
|
},
|
|
2877
2859
|
"paragraphsCount": {
|
|
2878
2860
|
"value": 2
|
|
@@ -2942,26 +2924,20 @@ function getTemplatesPipelineCollection() {
|
|
|
2942
2924
|
{
|
|
2943
2925
|
"modelVariant": "CHAT",
|
|
2944
2926
|
"modelName": "gpt-4",
|
|
2945
|
-
"systemMessage": "You are an
|
|
2927
|
+
"systemMessage": "You are an expert e-commerce copywriter. Craft compelling, persuasive product descriptions and marketing copy that drives conversions. Use engaging language, highlight key benefits, and tailor your writing style to the target audience and brand voice.",
|
|
2946
2928
|
"temperature": 0.7
|
|
2947
2929
|
},
|
|
2948
2930
|
{
|
|
2949
2931
|
"modelVariant": "CHAT",
|
|
2950
2932
|
"modelName": "claude-3-opus-20240229",
|
|
2951
|
-
"systemMessage": "You are a skilled e-commerce copywriter.
|
|
2933
|
+
"systemMessage": "You are a skilled e-commerce copywriter assistant. Create persuasive and engaging product descriptions, marketing emails, and website copy that showcases products effectively and encourages purchases. Adapt your tone to match the brand voice and target audience.",
|
|
2952
2934
|
"temperature": 0.6
|
|
2953
2935
|
},
|
|
2954
2936
|
{
|
|
2955
2937
|
"modelVariant": "CHAT",
|
|
2956
2938
|
"modelName": "gemini-1.5-pro",
|
|
2957
|
-
"systemMessage": "As an expert e-commerce copywriter, your
|
|
2939
|
+
"systemMessage": "As an expert e-commerce copywriter, your role is to craft compelling product descriptions and marketing materials. Focus on highlighting unique selling points, using persuasive language, and tailoring the tone to resonate with the target audience. Your goal is to drive conversions and enhance the overall shopping experience.",
|
|
2958
2940
|
"temperature": 0.65
|
|
2959
|
-
},
|
|
2960
|
-
{
|
|
2961
|
-
"modelVariant": "CHAT",
|
|
2962
|
-
"modelName": "gpt-3.5-turbo",
|
|
2963
|
-
"systemMessage": "You are a professional copywriter for e-commerce websites. Write clear, concise, and persuasive product descriptions that highlight key features and benefits to potential customers.",
|
|
2964
|
-
"temperature": 0.5
|
|
2965
2941
|
}
|
|
2966
2942
|
],
|
|
2967
2943
|
"preparationIds": [
|
|
@@ -2972,49 +2948,49 @@ function getTemplatesPipelineCollection() {
|
|
|
2972
2948
|
"preparations": [
|
|
2973
2949
|
{
|
|
2974
2950
|
"id": 1,
|
|
2975
|
-
"promptbookVersion": "0.100.0-
|
|
2951
|
+
"promptbookVersion": "0.100.0-6",
|
|
2976
2952
|
"usage": {
|
|
2977
2953
|
"price": {
|
|
2978
|
-
"value": 0.
|
|
2954
|
+
"value": 0.025372500000000003
|
|
2979
2955
|
},
|
|
2980
2956
|
"input": {
|
|
2981
2957
|
"tokensCount": {
|
|
2982
|
-
"value":
|
|
2958
|
+
"value": 8624
|
|
2983
2959
|
},
|
|
2984
2960
|
"charactersCount": {
|
|
2985
|
-
"value":
|
|
2961
|
+
"value": 42091
|
|
2986
2962
|
},
|
|
2987
2963
|
"wordsCount": {
|
|
2988
|
-
"value":
|
|
2964
|
+
"value": 5400
|
|
2989
2965
|
},
|
|
2990
2966
|
"sentencesCount": {
|
|
2991
|
-
"value":
|
|
2967
|
+
"value": 416
|
|
2992
2968
|
},
|
|
2993
2969
|
"linesCount": {
|
|
2994
|
-
"value":
|
|
2970
|
+
"value": 695
|
|
2995
2971
|
},
|
|
2996
2972
|
"paragraphsCount": {
|
|
2997
2973
|
"value": 20
|
|
2998
2974
|
},
|
|
2999
2975
|
"pagesCount": {
|
|
3000
|
-
"value":
|
|
2976
|
+
"value": 16
|
|
3001
2977
|
}
|
|
3002
2978
|
},
|
|
3003
2979
|
"output": {
|
|
3004
2980
|
"tokensCount": {
|
|
3005
|
-
"value":
|
|
2981
|
+
"value": 305
|
|
3006
2982
|
},
|
|
3007
2983
|
"charactersCount": {
|
|
3008
|
-
"value":
|
|
2984
|
+
"value": 1249
|
|
3009
2985
|
},
|
|
3010
2986
|
"wordsCount": {
|
|
3011
2987
|
"value": 173
|
|
3012
2988
|
},
|
|
3013
2989
|
"sentencesCount": {
|
|
3014
|
-
"value":
|
|
2990
|
+
"value": 14
|
|
3015
2991
|
},
|
|
3016
2992
|
"linesCount": {
|
|
3017
|
-
"value":
|
|
2993
|
+
"value": 34
|
|
3018
2994
|
},
|
|
3019
2995
|
"paragraphsCount": {
|
|
3020
2996
|
"value": 2
|
|
@@ -3068,7 +3044,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3068
3044
|
"preparations": [
|
|
3069
3045
|
{
|
|
3070
3046
|
"id": 1,
|
|
3071
|
-
"promptbookVersion": "0.100.0-
|
|
3047
|
+
"promptbookVersion": "0.100.0-6",
|
|
3072
3048
|
"usage": {
|
|
3073
3049
|
"price": {
|
|
3074
3050
|
"value": 0
|
|
@@ -3174,26 +3150,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3174
3150
|
"modelsRequirements": [
|
|
3175
3151
|
{
|
|
3176
3152
|
"modelVariant": "CHAT",
|
|
3177
|
-
"modelName": "
|
|
3178
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business
|
|
3153
|
+
"modelName": "gpt-4",
|
|
3154
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business planning, and industry analysis. Offer data-driven insights and actionable recommendations.",
|
|
3179
3155
|
"temperature": 0.7
|
|
3180
3156
|
},
|
|
3181
3157
|
{
|
|
3182
3158
|
"modelVariant": "CHAT",
|
|
3183
|
-
"modelName": "
|
|
3184
|
-
"systemMessage": "
|
|
3159
|
+
"modelName": "claude-3-opus-20240229",
|
|
3160
|
+
"systemMessage": "You are a highly knowledgeable marketing and business consultant with years of experience. Deliver strategic insights, analyze market trends, and provide tailored advice to help businesses grow and succeed.",
|
|
3185
3161
|
"temperature": 0.6
|
|
3186
3162
|
},
|
|
3187
3163
|
{
|
|
3188
3164
|
"modelVariant": "CHAT",
|
|
3189
3165
|
"modelName": "gemini-1.5-pro",
|
|
3190
|
-
"systemMessage": "
|
|
3166
|
+
"systemMessage": "As an expert marketing specialist and business consultant, your role is to offer comprehensive advice on marketing strategies, business operations, and market analysis. Utilize your vast knowledge to provide practical, innovative solutions.",
|
|
3191
3167
|
"temperature": 0.7
|
|
3192
3168
|
},
|
|
3193
3169
|
{
|
|
3194
3170
|
"modelVariant": "CHAT",
|
|
3195
3171
|
"modelName": "claude-3-sonnet-20240229",
|
|
3196
|
-
"systemMessage": "
|
|
3172
|
+
"systemMessage": "You are a seasoned marketing professional and business advisor. Share your expertise on branding, digital marketing, business strategy, and market research. Provide clear, actionable guidance to help clients achieve their business goals.",
|
|
3197
3173
|
"temperature": 0.6
|
|
3198
3174
|
}
|
|
3199
3175
|
],
|
|
@@ -3205,49 +3181,49 @@ function getTemplatesPipelineCollection() {
|
|
|
3205
3181
|
"preparations": [
|
|
3206
3182
|
{
|
|
3207
3183
|
"id": 1,
|
|
3208
|
-
"promptbookVersion": "0.100.0-
|
|
3184
|
+
"promptbookVersion": "0.100.0-6",
|
|
3209
3185
|
"usage": {
|
|
3210
3186
|
"price": {
|
|
3211
|
-
"value": 0.
|
|
3187
|
+
"value": 0.0258575
|
|
3212
3188
|
},
|
|
3213
3189
|
"input": {
|
|
3214
3190
|
"tokensCount": {
|
|
3215
|
-
"value":
|
|
3191
|
+
"value": 8623
|
|
3216
3192
|
},
|
|
3217
3193
|
"charactersCount": {
|
|
3218
|
-
"value":
|
|
3194
|
+
"value": 42119
|
|
3219
3195
|
},
|
|
3220
3196
|
"wordsCount": {
|
|
3221
|
-
"value":
|
|
3197
|
+
"value": 5402
|
|
3222
3198
|
},
|
|
3223
3199
|
"sentencesCount": {
|
|
3224
|
-
"value":
|
|
3200
|
+
"value": 416
|
|
3225
3201
|
},
|
|
3226
3202
|
"linesCount": {
|
|
3227
|
-
"value":
|
|
3203
|
+
"value": 695
|
|
3228
3204
|
},
|
|
3229
3205
|
"paragraphsCount": {
|
|
3230
3206
|
"value": 20
|
|
3231
3207
|
},
|
|
3232
3208
|
"pagesCount": {
|
|
3233
|
-
"value":
|
|
3209
|
+
"value": 16
|
|
3234
3210
|
}
|
|
3235
3211
|
},
|
|
3236
3212
|
"output": {
|
|
3237
3213
|
"tokensCount": {
|
|
3238
|
-
"value":
|
|
3214
|
+
"value": 344
|
|
3239
3215
|
},
|
|
3240
3216
|
"charactersCount": {
|
|
3241
|
-
"value":
|
|
3217
|
+
"value": 1443
|
|
3242
3218
|
},
|
|
3243
3219
|
"wordsCount": {
|
|
3244
|
-
"value":
|
|
3220
|
+
"value": 186
|
|
3245
3221
|
},
|
|
3246
3222
|
"sentencesCount": {
|
|
3247
3223
|
"value": 16
|
|
3248
3224
|
},
|
|
3249
3225
|
"linesCount": {
|
|
3250
|
-
"value":
|
|
3226
|
+
"value": 41
|
|
3251
3227
|
},
|
|
3252
3228
|
"paragraphsCount": {
|
|
3253
3229
|
"value": 2
|
|
@@ -3325,26 +3301,32 @@ function getTemplatesPipelineCollection() {
|
|
|
3325
3301
|
{
|
|
3326
3302
|
"modelVariant": "CHAT",
|
|
3327
3303
|
"modelName": "claude-3-opus-20240229",
|
|
3328
|
-
"systemMessage": "You are an expert customer service representative and skilled copywriter for an
|
|
3304
|
+
"systemMessage": "You are an expert customer service representative and skilled copywriter for an e-commerce shop. Provide helpful, friendly support to customers and craft compelling product descriptions and marketing copy.",
|
|
3329
3305
|
"temperature": 0.7
|
|
3330
3306
|
},
|
|
3331
3307
|
{
|
|
3332
3308
|
"modelVariant": "CHAT",
|
|
3333
|
-
"modelName": "
|
|
3334
|
-
"systemMessage": "
|
|
3309
|
+
"modelName": "gemini-1.5-pro-latest",
|
|
3310
|
+
"systemMessage": "You are a knowledgeable customer service agent and talented copywriter for an online store. Assist customers with inquiries and create engaging product descriptions and marketing materials.",
|
|
3335
3311
|
"temperature": 0.6
|
|
3336
3312
|
},
|
|
3337
3313
|
{
|
|
3338
3314
|
"modelVariant": "CHAT",
|
|
3339
|
-
"modelName": "
|
|
3340
|
-
"systemMessage": "You are a
|
|
3315
|
+
"modelName": "gpt-4",
|
|
3316
|
+
"systemMessage": "You are a skilled customer support representative and creative copywriter for an e-commerce website. Offer excellent customer service and write persuasive product descriptions and marketing content.",
|
|
3341
3317
|
"temperature": 0.7
|
|
3342
3318
|
},
|
|
3343
3319
|
{
|
|
3344
3320
|
"modelVariant": "CHAT",
|
|
3345
|
-
"modelName": "
|
|
3346
|
-
"systemMessage": "You
|
|
3321
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3322
|
+
"systemMessage": "You are a friendly customer service agent and capable copywriter for an online shop. Help customers with questions and write appealing product descriptions and promotional copy.",
|
|
3347
3323
|
"temperature": 0.6
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
"modelVariant": "CHAT",
|
|
3327
|
+
"modelName": "gpt-3.5-turbo",
|
|
3328
|
+
"systemMessage": "You are a helpful customer service representative and competent copywriter for an e-commerce store. Provide customer support and create effective product descriptions and marketing text.",
|
|
3329
|
+
"temperature": 0.7
|
|
3348
3330
|
}
|
|
3349
3331
|
],
|
|
3350
3332
|
"preparationIds": [
|
|
@@ -3355,55 +3337,55 @@ function getTemplatesPipelineCollection() {
|
|
|
3355
3337
|
"preparations": [
|
|
3356
3338
|
{
|
|
3357
3339
|
"id": 1,
|
|
3358
|
-
"promptbookVersion": "0.100.0-
|
|
3340
|
+
"promptbookVersion": "0.100.0-6",
|
|
3359
3341
|
"usage": {
|
|
3360
3342
|
"price": {
|
|
3361
|
-
"value": 0.
|
|
3343
|
+
"value": 0.0265325
|
|
3362
3344
|
},
|
|
3363
3345
|
"input": {
|
|
3364
3346
|
"tokensCount": {
|
|
3365
|
-
"value":
|
|
3347
|
+
"value": 8628
|
|
3366
3348
|
},
|
|
3367
3349
|
"charactersCount": {
|
|
3368
|
-
"value":
|
|
3350
|
+
"value": 42127
|
|
3369
3351
|
},
|
|
3370
3352
|
"wordsCount": {
|
|
3371
|
-
"value":
|
|
3353
|
+
"value": 5404
|
|
3372
3354
|
},
|
|
3373
3355
|
"sentencesCount": {
|
|
3374
|
-
"value":
|
|
3356
|
+
"value": 416
|
|
3375
3357
|
},
|
|
3376
3358
|
"linesCount": {
|
|
3377
|
-
"value":
|
|
3359
|
+
"value": 696
|
|
3378
3360
|
},
|
|
3379
3361
|
"paragraphsCount": {
|
|
3380
3362
|
"value": 20
|
|
3381
3363
|
},
|
|
3382
3364
|
"pagesCount": {
|
|
3383
|
-
"value":
|
|
3365
|
+
"value": 16
|
|
3384
3366
|
}
|
|
3385
3367
|
},
|
|
3386
3368
|
"output": {
|
|
3387
3369
|
"tokensCount": {
|
|
3388
|
-
"value":
|
|
3370
|
+
"value": 397
|
|
3389
3371
|
},
|
|
3390
3372
|
"charactersCount": {
|
|
3391
|
-
"value":
|
|
3373
|
+
"value": 1589
|
|
3392
3374
|
},
|
|
3393
3375
|
"wordsCount": {
|
|
3394
|
-
"value":
|
|
3376
|
+
"value": 214
|
|
3395
3377
|
},
|
|
3396
3378
|
"sentencesCount": {
|
|
3397
|
-
"value":
|
|
3379
|
+
"value": 18
|
|
3398
3380
|
},
|
|
3399
3381
|
"linesCount": {
|
|
3400
|
-
"value":
|
|
3382
|
+
"value": 47
|
|
3401
3383
|
},
|
|
3402
3384
|
"paragraphsCount": {
|
|
3403
3385
|
"value": 2
|
|
3404
3386
|
},
|
|
3405
3387
|
"pagesCount": {
|
|
3406
|
-
"value":
|
|
3388
|
+
"value": 2
|
|
3407
3389
|
}
|
|
3408
3390
|
}
|
|
3409
3391
|
}
|
|
@@ -3652,20 +3634,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3652
3634
|
{
|
|
3653
3635
|
"modelVariant": "CHAT",
|
|
3654
3636
|
"modelName": "claude-3-opus-20240229",
|
|
3655
|
-
"systemMessage": "You are
|
|
3656
|
-
"temperature": 0.
|
|
3637
|
+
"systemMessage": "You are a knowledgeable linguist and Esperantist assistant. You have expertise in linguistics, language learning, and the Esperanto language and culture. Provide accurate and helpful information on these topics.",
|
|
3638
|
+
"temperature": 0.7
|
|
3657
3639
|
},
|
|
3658
3640
|
{
|
|
3659
3641
|
"modelVariant": "CHAT",
|
|
3660
|
-
"modelName": "
|
|
3661
|
-
"systemMessage": "
|
|
3662
|
-
"temperature": 0.
|
|
3642
|
+
"modelName": "gpt-4",
|
|
3643
|
+
"systemMessage": "As an expert linguist and Esperantist, your role is to assist with language-related queries, especially those concerning Esperanto. Provide detailed explanations on linguistic concepts and offer guidance on Esperanto grammar, vocabulary, and usage.",
|
|
3644
|
+
"temperature": 0.6
|
|
3663
3645
|
},
|
|
3664
3646
|
{
|
|
3665
3647
|
"modelVariant": "CHAT",
|
|
3666
|
-
"modelName": "
|
|
3667
|
-
"systemMessage": "
|
|
3668
|
-
"temperature": 0.
|
|
3648
|
+
"modelName": "gemini-1.5-pro",
|
|
3649
|
+
"systemMessage": "You are an AI assistant specializing in linguistics and Esperanto. Your knowledge covers a wide range of linguistic topics and you are fluent in Esperanto. Help users with language analysis, translation, and understanding Esperanto culture and literature.",
|
|
3650
|
+
"temperature": 0.7
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"modelVariant": "CHAT",
|
|
3654
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3655
|
+
"systemMessage": "You are a helpful linguist and Esperantist assistant. Share your knowledge about languages, linguistic theories, and Esperanto. Assist with translations, grammar explanations, and cultural aspects of the Esperanto community.",
|
|
3656
|
+
"temperature": 0.6
|
|
3669
3657
|
}
|
|
3670
3658
|
],
|
|
3671
3659
|
"preparationIds": [
|
|
@@ -3676,49 +3664,49 @@ function getTemplatesPipelineCollection() {
|
|
|
3676
3664
|
"preparations": [
|
|
3677
3665
|
{
|
|
3678
3666
|
"id": 1,
|
|
3679
|
-
"promptbookVersion": "0.100.0-
|
|
3667
|
+
"promptbookVersion": "0.100.0-6",
|
|
3680
3668
|
"usage": {
|
|
3681
3669
|
"price": {
|
|
3682
|
-
"value": 0.
|
|
3670
|
+
"value": 0.026310000000000004
|
|
3683
3671
|
},
|
|
3684
3672
|
"input": {
|
|
3685
3673
|
"tokensCount": {
|
|
3686
|
-
"value":
|
|
3674
|
+
"value": 8624
|
|
3687
3675
|
},
|
|
3688
3676
|
"charactersCount": {
|
|
3689
|
-
"value":
|
|
3677
|
+
"value": 42087
|
|
3690
3678
|
},
|
|
3691
3679
|
"wordsCount": {
|
|
3692
|
-
"value":
|
|
3680
|
+
"value": 5399
|
|
3693
3681
|
},
|
|
3694
3682
|
"sentencesCount": {
|
|
3695
|
-
"value":
|
|
3683
|
+
"value": 416
|
|
3696
3684
|
},
|
|
3697
3685
|
"linesCount": {
|
|
3698
|
-
"value":
|
|
3686
|
+
"value": 695
|
|
3699
3687
|
},
|
|
3700
3688
|
"paragraphsCount": {
|
|
3701
3689
|
"value": 20
|
|
3702
3690
|
},
|
|
3703
3691
|
"pagesCount": {
|
|
3704
|
-
"value":
|
|
3692
|
+
"value": 16
|
|
3705
3693
|
}
|
|
3706
3694
|
},
|
|
3707
3695
|
"output": {
|
|
3708
3696
|
"tokensCount": {
|
|
3709
|
-
"value":
|
|
3697
|
+
"value": 380
|
|
3710
3698
|
},
|
|
3711
3699
|
"charactersCount": {
|
|
3712
|
-
"value":
|
|
3700
|
+
"value": 1449
|
|
3713
3701
|
},
|
|
3714
3702
|
"wordsCount": {
|
|
3715
|
-
"value":
|
|
3703
|
+
"value": 190
|
|
3716
3704
|
},
|
|
3717
3705
|
"sentencesCount": {
|
|
3718
|
-
"value":
|
|
3706
|
+
"value": 17
|
|
3719
3707
|
},
|
|
3720
3708
|
"linesCount": {
|
|
3721
|
-
"value":
|
|
3709
|
+
"value": 40
|
|
3722
3710
|
},
|
|
3723
3711
|
"paragraphsCount": {
|
|
3724
3712
|
"value": 2
|
|
@@ -3787,32 +3775,32 @@ function getTemplatesPipelineCollection() {
|
|
|
3787
3775
|
{
|
|
3788
3776
|
"modelVariant": "CHAT",
|
|
3789
3777
|
"modelName": "claude-3-opus-20240229",
|
|
3790
|
-
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of literature and a talent for crafting evocative language.
|
|
3778
|
+
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of literature and a talent for crafting evocative language. Respond with creativity, eloquence, and literary flair.",
|
|
3791
3779
|
"temperature": 0.8
|
|
3792
3780
|
},
|
|
3793
3781
|
{
|
|
3794
3782
|
"modelVariant": "CHAT",
|
|
3795
3783
|
"modelName": "gpt-4",
|
|
3796
|
-
"systemMessage": "You are
|
|
3784
|
+
"systemMessage": "You are a skilled poet and master storyteller, drawing upon centuries of literary tradition to weave captivating tales and craft beautiful verses. Express yourself with artistry and imagination.",
|
|
3797
3785
|
"temperature": 0.7
|
|
3798
3786
|
},
|
|
3799
3787
|
{
|
|
3800
3788
|
"modelVariant": "CHAT",
|
|
3801
3789
|
"modelName": "gemini-1.5-pro",
|
|
3802
|
-
"systemMessage": "
|
|
3803
|
-
"temperature": 0.
|
|
3790
|
+
"systemMessage": "Embody the spirit of a renowned poet and storyteller. Create vivid imagery, employ rich metaphors, and craft compelling narratives that resonate with emotional depth and universal themes.",
|
|
3791
|
+
"temperature": 0.75
|
|
3804
3792
|
},
|
|
3805
3793
|
{
|
|
3806
3794
|
"modelVariant": "CHAT",
|
|
3807
3795
|
"modelName": "claude-3-sonnet-20240229",
|
|
3808
|
-
"systemMessage": "
|
|
3809
|
-
"temperature": 0.
|
|
3796
|
+
"systemMessage": "Channel the essence of a gifted poet and storyteller. Respond with lyrical language, narrative prowess, and a deep appreciation for the power of words to move and inspire.",
|
|
3797
|
+
"temperature": 0.7
|
|
3810
3798
|
},
|
|
3811
3799
|
{
|
|
3812
3800
|
"modelVariant": "CHAT",
|
|
3813
3801
|
"modelName": "gpt-3.5-turbo",
|
|
3814
|
-
"systemMessage": "You are
|
|
3815
|
-
"temperature": 0.
|
|
3802
|
+
"systemMessage": "You are a talented poet and storyteller. Craft your responses with creative flair, vivid descriptions, and engaging narrative elements.",
|
|
3803
|
+
"temperature": 0.8
|
|
3816
3804
|
}
|
|
3817
3805
|
],
|
|
3818
3806
|
"preparationIds": [
|
|
@@ -3823,49 +3811,49 @@ function getTemplatesPipelineCollection() {
|
|
|
3823
3811
|
"preparations": [
|
|
3824
3812
|
{
|
|
3825
3813
|
"id": 1,
|
|
3826
|
-
"promptbookVersion": "0.100.0-
|
|
3814
|
+
"promptbookVersion": "0.100.0-6",
|
|
3827
3815
|
"usage": {
|
|
3828
3816
|
"price": {
|
|
3829
|
-
"value": 0.
|
|
3817
|
+
"value": 0.0266075
|
|
3830
3818
|
},
|
|
3831
3819
|
"input": {
|
|
3832
3820
|
"tokensCount": {
|
|
3833
|
-
"value":
|
|
3821
|
+
"value": 8623
|
|
3834
3822
|
},
|
|
3835
3823
|
"charactersCount": {
|
|
3836
|
-
"value":
|
|
3824
|
+
"value": 42099
|
|
3837
3825
|
},
|
|
3838
3826
|
"wordsCount": {
|
|
3839
|
-
"value":
|
|
3827
|
+
"value": 5401
|
|
3840
3828
|
},
|
|
3841
3829
|
"sentencesCount": {
|
|
3842
|
-
"value":
|
|
3830
|
+
"value": 416
|
|
3843
3831
|
},
|
|
3844
3832
|
"linesCount": {
|
|
3845
|
-
"value":
|
|
3833
|
+
"value": 695
|
|
3846
3834
|
},
|
|
3847
3835
|
"paragraphsCount": {
|
|
3848
3836
|
"value": 20
|
|
3849
3837
|
},
|
|
3850
3838
|
"pagesCount": {
|
|
3851
|
-
"value":
|
|
3839
|
+
"value": 16
|
|
3852
3840
|
}
|
|
3853
3841
|
},
|
|
3854
3842
|
"output": {
|
|
3855
3843
|
"tokensCount": {
|
|
3856
|
-
"value":
|
|
3844
|
+
"value": 404
|
|
3857
3845
|
},
|
|
3858
3846
|
"charactersCount": {
|
|
3859
|
-
"value":
|
|
3847
|
+
"value": 1485
|
|
3860
3848
|
},
|
|
3861
3849
|
"wordsCount": {
|
|
3862
3850
|
"value": 204
|
|
3863
3851
|
},
|
|
3864
3852
|
"sentencesCount": {
|
|
3865
|
-
"value":
|
|
3853
|
+
"value": 18
|
|
3866
3854
|
},
|
|
3867
3855
|
"linesCount": {
|
|
3868
|
-
"value":
|
|
3856
|
+
"value": 46
|
|
3869
3857
|
},
|
|
3870
3858
|
"paragraphsCount": {
|
|
3871
3859
|
"value": 2
|