@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/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-18';
|
|
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,26 +1535,20 @@ function getTemplatesPipelineCollection() {
|
|
|
1535
1535
|
{
|
|
1536
1536
|
"modelVariant": "CHAT",
|
|
1537
1537
|
"modelName": "gpt-4",
|
|
1538
|
-
"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
|
|
1538
|
+
"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.",
|
|
1539
1539
|
"temperature": 0.3
|
|
1540
1540
|
},
|
|
1541
1541
|
{
|
|
1542
1542
|
"modelVariant": "CHAT",
|
|
1543
1543
|
"modelName": "claude-3-opus-20240229",
|
|
1544
|
-
"systemMessage": "You are a knowledgeable AI
|
|
1544
|
+
"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.",
|
|
1545
1545
|
"temperature": 0.4
|
|
1546
1546
|
},
|
|
1547
1547
|
{
|
|
1548
1548
|
"modelVariant": "CHAT",
|
|
1549
1549
|
"modelName": "gemini-1.5-pro",
|
|
1550
|
-
"systemMessage": "
|
|
1550
|
+
"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.",
|
|
1551
1551
|
"temperature": 0.5
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"modelVariant": "CHAT",
|
|
1555
|
-
"modelName": "gpt-3.5-turbo",
|
|
1556
|
-
"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.",
|
|
1557
|
-
"temperature": 0.6
|
|
1558
1552
|
}
|
|
1559
1553
|
],
|
|
1560
1554
|
"preparationIds": [
|
|
@@ -1565,49 +1559,49 @@ function getTemplatesPipelineCollection() {
|
|
|
1565
1559
|
"preparations": [
|
|
1566
1560
|
{
|
|
1567
1561
|
"id": 1,
|
|
1568
|
-
"promptbookVersion": "0.100.0-
|
|
1562
|
+
"promptbookVersion": "0.100.0-17",
|
|
1569
1563
|
"usage": {
|
|
1570
1564
|
"price": {
|
|
1571
|
-
"value": 0.
|
|
1565
|
+
"value": 0.026705
|
|
1572
1566
|
},
|
|
1573
1567
|
"input": {
|
|
1574
1568
|
"tokensCount": {
|
|
1575
|
-
"value":
|
|
1569
|
+
"value": 9167
|
|
1576
1570
|
},
|
|
1577
1571
|
"charactersCount": {
|
|
1578
|
-
"value":
|
|
1572
|
+
"value": 45059
|
|
1579
1573
|
},
|
|
1580
1574
|
"wordsCount": {
|
|
1581
|
-
"value":
|
|
1575
|
+
"value": 5783
|
|
1582
1576
|
},
|
|
1583
1577
|
"sentencesCount": {
|
|
1584
|
-
"value":
|
|
1578
|
+
"value": 440
|
|
1585
1579
|
},
|
|
1586
1580
|
"linesCount": {
|
|
1587
|
-
"value":
|
|
1581
|
+
"value": 742
|
|
1588
1582
|
},
|
|
1589
1583
|
"paragraphsCount": {
|
|
1590
1584
|
"value": 20
|
|
1591
1585
|
},
|
|
1592
1586
|
"pagesCount": {
|
|
1593
|
-
"value":
|
|
1587
|
+
"value": 17
|
|
1594
1588
|
}
|
|
1595
1589
|
},
|
|
1596
1590
|
"output": {
|
|
1597
1591
|
"tokensCount": {
|
|
1598
|
-
"value":
|
|
1592
|
+
"value": 303
|
|
1599
1593
|
},
|
|
1600
1594
|
"charactersCount": {
|
|
1601
|
-
"value":
|
|
1595
|
+
"value": 1266
|
|
1602
1596
|
},
|
|
1603
1597
|
"wordsCount": {
|
|
1604
|
-
"value":
|
|
1598
|
+
"value": 171
|
|
1605
1599
|
},
|
|
1606
1600
|
"sentencesCount": {
|
|
1607
|
-
"value":
|
|
1601
|
+
"value": 14
|
|
1608
1602
|
},
|
|
1609
1603
|
"linesCount": {
|
|
1610
|
-
"value":
|
|
1604
|
+
"value": 35
|
|
1611
1605
|
},
|
|
1612
1606
|
"paragraphsCount": {
|
|
1613
1607
|
"value": 2
|
|
@@ -2094,26 +2088,20 @@ function getTemplatesPipelineCollection() {
|
|
|
2094
2088
|
{
|
|
2095
2089
|
"modelVariant": "CHAT",
|
|
2096
2090
|
"modelName": "gpt-4",
|
|
2097
|
-
"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
|
|
2091
|
+
"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.",
|
|
2098
2092
|
"temperature": 0.3
|
|
2099
2093
|
},
|
|
2100
2094
|
{
|
|
2101
2095
|
"modelVariant": "CHAT",
|
|
2102
2096
|
"modelName": "claude-3-opus-20240229",
|
|
2103
|
-
"systemMessage": "You are a knowledgeable AI
|
|
2097
|
+
"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.",
|
|
2104
2098
|
"temperature": 0.4
|
|
2105
2099
|
},
|
|
2106
2100
|
{
|
|
2107
2101
|
"modelVariant": "CHAT",
|
|
2108
2102
|
"modelName": "gemini-1.5-pro",
|
|
2109
|
-
"systemMessage": "
|
|
2103
|
+
"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.",
|
|
2110
2104
|
"temperature": 0.5
|
|
2111
|
-
},
|
|
2112
|
-
{
|
|
2113
|
-
"modelVariant": "CHAT",
|
|
2114
|
-
"modelName": "gpt-3.5-turbo",
|
|
2115
|
-
"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.",
|
|
2116
|
-
"temperature": 0.6
|
|
2117
2105
|
}
|
|
2118
2106
|
],
|
|
2119
2107
|
"preparationIds": [
|
|
@@ -2124,49 +2112,49 @@ function getTemplatesPipelineCollection() {
|
|
|
2124
2112
|
"preparations": [
|
|
2125
2113
|
{
|
|
2126
2114
|
"id": 1,
|
|
2127
|
-
"promptbookVersion": "0.100.0-
|
|
2115
|
+
"promptbookVersion": "0.100.0-17",
|
|
2128
2116
|
"usage": {
|
|
2129
2117
|
"price": {
|
|
2130
|
-
"value": 0.
|
|
2118
|
+
"value": 0.026705
|
|
2131
2119
|
},
|
|
2132
2120
|
"input": {
|
|
2133
2121
|
"tokensCount": {
|
|
2134
|
-
"value":
|
|
2122
|
+
"value": 9167
|
|
2135
2123
|
},
|
|
2136
2124
|
"charactersCount": {
|
|
2137
|
-
"value":
|
|
2125
|
+
"value": 45059
|
|
2138
2126
|
},
|
|
2139
2127
|
"wordsCount": {
|
|
2140
|
-
"value":
|
|
2128
|
+
"value": 5783
|
|
2141
2129
|
},
|
|
2142
2130
|
"sentencesCount": {
|
|
2143
|
-
"value":
|
|
2131
|
+
"value": 440
|
|
2144
2132
|
},
|
|
2145
2133
|
"linesCount": {
|
|
2146
|
-
"value":
|
|
2134
|
+
"value": 742
|
|
2147
2135
|
},
|
|
2148
2136
|
"paragraphsCount": {
|
|
2149
2137
|
"value": 20
|
|
2150
2138
|
},
|
|
2151
2139
|
"pagesCount": {
|
|
2152
|
-
"value":
|
|
2140
|
+
"value": 17
|
|
2153
2141
|
}
|
|
2154
2142
|
},
|
|
2155
2143
|
"output": {
|
|
2156
2144
|
"tokensCount": {
|
|
2157
|
-
"value":
|
|
2145
|
+
"value": 303
|
|
2158
2146
|
},
|
|
2159
2147
|
"charactersCount": {
|
|
2160
|
-
"value":
|
|
2148
|
+
"value": 1266
|
|
2161
2149
|
},
|
|
2162
2150
|
"wordsCount": {
|
|
2163
|
-
"value":
|
|
2151
|
+
"value": 171
|
|
2164
2152
|
},
|
|
2165
2153
|
"sentencesCount": {
|
|
2166
|
-
"value":
|
|
2154
|
+
"value": 14
|
|
2167
2155
|
},
|
|
2168
2156
|
"linesCount": {
|
|
2169
|
-
"value":
|
|
2157
|
+
"value": 35
|
|
2170
2158
|
},
|
|
2171
2159
|
"paragraphsCount": {
|
|
2172
2160
|
"value": 2
|
|
@@ -2793,33 +2781,27 @@ function getTemplatesPipelineCollection() {
|
|
|
2793
2781
|
"modelsRequirements": [
|
|
2794
2782
|
{
|
|
2795
2783
|
"modelVariant": "CHAT",
|
|
2796
|
-
"modelName": "
|
|
2797
|
-
"systemMessage": "You are an expert linguist and meticulous
|
|
2784
|
+
"modelName": "gpt-4",
|
|
2785
|
+
"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.",
|
|
2798
2786
|
"temperature": 0.3
|
|
2799
2787
|
},
|
|
2800
2788
|
{
|
|
2801
2789
|
"modelVariant": "CHAT",
|
|
2802
|
-
"modelName": "
|
|
2803
|
-
"systemMessage": "As a skilled linguist and
|
|
2790
|
+
"modelName": "claude-3-opus-20240229",
|
|
2791
|
+
"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.",
|
|
2804
2792
|
"temperature": 0.2
|
|
2805
2793
|
},
|
|
2806
|
-
{
|
|
2807
|
-
"modelVariant": "CHAT",
|
|
2808
|
-
"modelName": "claude-3-sonnet-20240229",
|
|
2809
|
-
"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.",
|
|
2810
|
-
"temperature": 0.4
|
|
2811
|
-
},
|
|
2812
2794
|
{
|
|
2813
2795
|
"modelVariant": "CHAT",
|
|
2814
2796
|
"modelName": "gemini-1.5-pro",
|
|
2815
|
-
"systemMessage": "
|
|
2816
|
-
"temperature": 0.
|
|
2797
|
+
"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.",
|
|
2798
|
+
"temperature": 0.4
|
|
2817
2799
|
},
|
|
2818
2800
|
{
|
|
2819
2801
|
"modelVariant": "CHAT",
|
|
2820
2802
|
"modelName": "gpt-3.5-turbo",
|
|
2821
|
-
"systemMessage": "
|
|
2822
|
-
"temperature": 0.
|
|
2803
|
+
"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.",
|
|
2804
|
+
"temperature": 0.5
|
|
2823
2805
|
}
|
|
2824
2806
|
],
|
|
2825
2807
|
"preparationIds": [
|
|
@@ -2830,55 +2812,55 @@ function getTemplatesPipelineCollection() {
|
|
|
2830
2812
|
"preparations": [
|
|
2831
2813
|
{
|
|
2832
2814
|
"id": 1,
|
|
2833
|
-
"promptbookVersion": "0.100.0-
|
|
2815
|
+
"promptbookVersion": "0.100.0-17",
|
|
2834
2816
|
"usage": {
|
|
2835
2817
|
"price": {
|
|
2836
|
-
"value": 0.
|
|
2818
|
+
"value": 0.02699
|
|
2837
2819
|
},
|
|
2838
2820
|
"input": {
|
|
2839
2821
|
"tokensCount": {
|
|
2840
|
-
"value":
|
|
2822
|
+
"value": 9166
|
|
2841
2823
|
},
|
|
2842
2824
|
"charactersCount": {
|
|
2843
|
-
"value":
|
|
2825
|
+
"value": 45046
|
|
2844
2826
|
},
|
|
2845
2827
|
"wordsCount": {
|
|
2846
|
-
"value":
|
|
2828
|
+
"value": 5781
|
|
2847
2829
|
},
|
|
2848
2830
|
"sentencesCount": {
|
|
2849
|
-
"value":
|
|
2831
|
+
"value": 440
|
|
2850
2832
|
},
|
|
2851
2833
|
"linesCount": {
|
|
2852
|
-
"value":
|
|
2834
|
+
"value": 742
|
|
2853
2835
|
},
|
|
2854
2836
|
"paragraphsCount": {
|
|
2855
2837
|
"value": 20
|
|
2856
2838
|
},
|
|
2857
2839
|
"pagesCount": {
|
|
2858
|
-
"value":
|
|
2840
|
+
"value": 17
|
|
2859
2841
|
}
|
|
2860
2842
|
},
|
|
2861
2843
|
"output": {
|
|
2862
2844
|
"tokensCount": {
|
|
2863
|
-
"value":
|
|
2845
|
+
"value": 326
|
|
2864
2846
|
},
|
|
2865
2847
|
"charactersCount": {
|
|
2866
|
-
"value":
|
|
2848
|
+
"value": 1197
|
|
2867
2849
|
},
|
|
2868
2850
|
"wordsCount": {
|
|
2869
|
-
"value":
|
|
2851
|
+
"value": 163
|
|
2870
2852
|
},
|
|
2871
2853
|
"sentencesCount": {
|
|
2872
|
-
"value":
|
|
2854
|
+
"value": 13
|
|
2873
2855
|
},
|
|
2874
2856
|
"linesCount": {
|
|
2875
|
-
"value":
|
|
2857
|
+
"value": 37
|
|
2876
2858
|
},
|
|
2877
2859
|
"paragraphsCount": {
|
|
2878
2860
|
"value": 2
|
|
2879
2861
|
},
|
|
2880
2862
|
"pagesCount": {
|
|
2881
|
-
"value":
|
|
2863
|
+
"value": 1
|
|
2882
2864
|
}
|
|
2883
2865
|
}
|
|
2884
2866
|
}
|
|
@@ -2942,26 +2924,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2942
2924
|
{
|
|
2943
2925
|
"modelVariant": "CHAT",
|
|
2944
2926
|
"modelName": "gpt-4",
|
|
2945
|
-
"systemMessage": "You are an expert
|
|
2927
|
+
"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.",
|
|
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 highly skilled copywriter specializing in
|
|
2933
|
+
"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.",
|
|
2952
2934
|
"temperature": 0.6
|
|
2953
2935
|
},
|
|
2954
2936
|
{
|
|
2955
2937
|
"modelVariant": "CHAT",
|
|
2956
2938
|
"modelName": "gemini-1.5-pro",
|
|
2957
|
-
"systemMessage": "As an experienced
|
|
2939
|
+
"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.",
|
|
2958
2940
|
"temperature": 0.65
|
|
2959
2941
|
},
|
|
2960
2942
|
{
|
|
2961
2943
|
"modelVariant": "CHAT",
|
|
2962
2944
|
"modelName": "gpt-3.5-turbo",
|
|
2963
|
-
"systemMessage": "You are a
|
|
2964
|
-
"temperature": 0.
|
|
2945
|
+
"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.",
|
|
2946
|
+
"temperature": 0.75
|
|
2965
2947
|
}
|
|
2966
2948
|
],
|
|
2967
2949
|
"preparationIds": [
|
|
@@ -2972,55 +2954,55 @@ function getTemplatesPipelineCollection() {
|
|
|
2972
2954
|
"preparations": [
|
|
2973
2955
|
{
|
|
2974
2956
|
"id": 1,
|
|
2975
|
-
"promptbookVersion": "0.100.0-
|
|
2957
|
+
"promptbookVersion": "0.100.0-17",
|
|
2976
2958
|
"usage": {
|
|
2977
2959
|
"price": {
|
|
2978
|
-
"value": 0.
|
|
2960
|
+
"value": 0.028015
|
|
2979
2961
|
},
|
|
2980
2962
|
"input": {
|
|
2981
2963
|
"tokensCount": {
|
|
2982
|
-
"value":
|
|
2964
|
+
"value": 9166
|
|
2983
2965
|
},
|
|
2984
2966
|
"charactersCount": {
|
|
2985
|
-
"value":
|
|
2967
|
+
"value": 45050
|
|
2986
2968
|
},
|
|
2987
2969
|
"wordsCount": {
|
|
2988
|
-
"value":
|
|
2970
|
+
"value": 5781
|
|
2989
2971
|
},
|
|
2990
2972
|
"sentencesCount": {
|
|
2991
|
-
"value":
|
|
2973
|
+
"value": 440
|
|
2992
2974
|
},
|
|
2993
2975
|
"linesCount": {
|
|
2994
|
-
"value":
|
|
2976
|
+
"value": 742
|
|
2995
2977
|
},
|
|
2996
2978
|
"paragraphsCount": {
|
|
2997
2979
|
"value": 20
|
|
2998
2980
|
},
|
|
2999
2981
|
"pagesCount": {
|
|
3000
|
-
"value":
|
|
2982
|
+
"value": 17
|
|
3001
2983
|
}
|
|
3002
2984
|
},
|
|
3003
2985
|
"output": {
|
|
3004
2986
|
"tokensCount": {
|
|
3005
|
-
"value":
|
|
2987
|
+
"value": 408
|
|
3006
2988
|
},
|
|
3007
2989
|
"charactersCount": {
|
|
3008
|
-
"value":
|
|
2990
|
+
"value": 1676
|
|
3009
2991
|
},
|
|
3010
2992
|
"wordsCount": {
|
|
3011
|
-
"value":
|
|
2993
|
+
"value": 230
|
|
3012
2994
|
},
|
|
3013
2995
|
"sentencesCount": {
|
|
3014
|
-
"value":
|
|
2996
|
+
"value": 19
|
|
3015
2997
|
},
|
|
3016
2998
|
"linesCount": {
|
|
3017
|
-
"value":
|
|
2999
|
+
"value": 45
|
|
3018
3000
|
},
|
|
3019
3001
|
"paragraphsCount": {
|
|
3020
3002
|
"value": 2
|
|
3021
3003
|
},
|
|
3022
3004
|
"pagesCount": {
|
|
3023
|
-
"value":
|
|
3005
|
+
"value": 2
|
|
3024
3006
|
}
|
|
3025
3007
|
}
|
|
3026
3008
|
}
|
|
@@ -3068,7 +3050,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3068
3050
|
"preparations": [
|
|
3069
3051
|
{
|
|
3070
3052
|
"id": 1,
|
|
3071
|
-
"promptbookVersion": "0.100.0-
|
|
3053
|
+
"promptbookVersion": "0.100.0-17",
|
|
3072
3054
|
"usage": {
|
|
3073
3055
|
"price": {
|
|
3074
3056
|
"value": 0
|
|
@@ -3175,26 +3157,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3175
3157
|
{
|
|
3176
3158
|
"modelVariant": "CHAT",
|
|
3177
3159
|
"modelName": "gpt-4",
|
|
3178
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3160
|
+
"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.",
|
|
3179
3161
|
"temperature": 0.7
|
|
3180
3162
|
},
|
|
3181
3163
|
{
|
|
3182
3164
|
"modelVariant": "CHAT",
|
|
3183
3165
|
"modelName": "claude-3-opus-20240229",
|
|
3184
|
-
"systemMessage": "
|
|
3166
|
+
"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.",
|
|
3185
3167
|
"temperature": 0.6
|
|
3186
3168
|
},
|
|
3187
3169
|
{
|
|
3188
3170
|
"modelVariant": "CHAT",
|
|
3189
3171
|
"modelName": "gemini-1.5-pro",
|
|
3190
|
-
"systemMessage": "
|
|
3172
|
+
"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.",
|
|
3191
3173
|
"temperature": 0.7
|
|
3192
3174
|
},
|
|
3193
3175
|
{
|
|
3194
3176
|
"modelVariant": "CHAT",
|
|
3195
3177
|
"modelName": "gpt-3.5-turbo",
|
|
3196
|
-
"systemMessage": "
|
|
3197
|
-
"temperature": 0.
|
|
3178
|
+
"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.",
|
|
3179
|
+
"temperature": 0.6
|
|
3198
3180
|
}
|
|
3199
3181
|
],
|
|
3200
3182
|
"preparationIds": [
|
|
@@ -3205,49 +3187,49 @@ function getTemplatesPipelineCollection() {
|
|
|
3205
3187
|
"preparations": [
|
|
3206
3188
|
{
|
|
3207
3189
|
"id": 1,
|
|
3208
|
-
"promptbookVersion": "0.100.0-
|
|
3190
|
+
"promptbookVersion": "0.100.0-17",
|
|
3209
3191
|
"usage": {
|
|
3210
3192
|
"price": {
|
|
3211
|
-
"value": 0.
|
|
3193
|
+
"value": 0.027100000000000003
|
|
3212
3194
|
},
|
|
3213
3195
|
"input": {
|
|
3214
3196
|
"tokensCount": {
|
|
3215
|
-
"value":
|
|
3197
|
+
"value": 9165
|
|
3216
3198
|
},
|
|
3217
3199
|
"charactersCount": {
|
|
3218
|
-
"value":
|
|
3200
|
+
"value": 45078
|
|
3219
3201
|
},
|
|
3220
3202
|
"wordsCount": {
|
|
3221
|
-
"value":
|
|
3203
|
+
"value": 5783
|
|
3222
3204
|
},
|
|
3223
3205
|
"sentencesCount": {
|
|
3224
|
-
"value":
|
|
3206
|
+
"value": 440
|
|
3225
3207
|
},
|
|
3226
3208
|
"linesCount": {
|
|
3227
|
-
"value":
|
|
3209
|
+
"value": 742
|
|
3228
3210
|
},
|
|
3229
3211
|
"paragraphsCount": {
|
|
3230
3212
|
"value": 20
|
|
3231
3213
|
},
|
|
3232
3214
|
"pagesCount": {
|
|
3233
|
-
"value":
|
|
3215
|
+
"value": 17
|
|
3234
3216
|
}
|
|
3235
3217
|
},
|
|
3236
3218
|
"output": {
|
|
3237
3219
|
"tokensCount": {
|
|
3238
|
-
"value":
|
|
3220
|
+
"value": 335
|
|
3239
3221
|
},
|
|
3240
3222
|
"charactersCount": {
|
|
3241
|
-
"value":
|
|
3223
|
+
"value": 1431
|
|
3242
3224
|
},
|
|
3243
3225
|
"wordsCount": {
|
|
3244
|
-
"value":
|
|
3226
|
+
"value": 182
|
|
3245
3227
|
},
|
|
3246
3228
|
"sentencesCount": {
|
|
3247
|
-
"value":
|
|
3229
|
+
"value": 18
|
|
3248
3230
|
},
|
|
3249
3231
|
"linesCount": {
|
|
3250
|
-
"value":
|
|
3232
|
+
"value": 41
|
|
3251
3233
|
},
|
|
3252
3234
|
"paragraphsCount": {
|
|
3253
3235
|
"value": 2
|
|
@@ -3325,26 +3307,32 @@ function getTemplatesPipelineCollection() {
|
|
|
3325
3307
|
{
|
|
3326
3308
|
"modelVariant": "CHAT",
|
|
3327
3309
|
"modelName": "gpt-4",
|
|
3328
|
-
"systemMessage": "You are a skilled customer service representative and copywriter for an
|
|
3310
|
+
"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.",
|
|
3329
3311
|
"temperature": 0.7
|
|
3330
3312
|
},
|
|
3331
3313
|
{
|
|
3332
3314
|
"modelVariant": "CHAT",
|
|
3333
3315
|
"modelName": "claude-3-opus-20240229",
|
|
3334
|
-
"systemMessage": "
|
|
3316
|
+
"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.",
|
|
3335
3317
|
"temperature": 0.6
|
|
3336
3318
|
},
|
|
3337
3319
|
{
|
|
3338
3320
|
"modelVariant": "CHAT",
|
|
3339
3321
|
"modelName": "gemini-1.5-pro",
|
|
3340
|
-
"systemMessage": "
|
|
3322
|
+
"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.",
|
|
3341
3323
|
"temperature": 0.65
|
|
3342
3324
|
},
|
|
3343
3325
|
{
|
|
3344
3326
|
"modelVariant": "CHAT",
|
|
3345
|
-
"modelName": "
|
|
3346
|
-
"systemMessage": "
|
|
3327
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3328
|
+
"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.",
|
|
3347
3329
|
"temperature": 0.7
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
"modelVariant": "CHAT",
|
|
3333
|
+
"modelName": "gpt-3.5-turbo",
|
|
3334
|
+
"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.",
|
|
3335
|
+
"temperature": 0.8
|
|
3348
3336
|
}
|
|
3349
3337
|
],
|
|
3350
3338
|
"preparationIds": [
|
|
@@ -3355,55 +3343,55 @@ function getTemplatesPipelineCollection() {
|
|
|
3355
3343
|
"preparations": [
|
|
3356
3344
|
{
|
|
3357
3345
|
"id": 1,
|
|
3358
|
-
"promptbookVersion": "0.100.0-
|
|
3346
|
+
"promptbookVersion": "0.100.0-17",
|
|
3359
3347
|
"usage": {
|
|
3360
3348
|
"price": {
|
|
3361
|
-
"value": 0.
|
|
3349
|
+
"value": 0.03205
|
|
3362
3350
|
},
|
|
3363
3351
|
"input": {
|
|
3364
3352
|
"tokensCount": {
|
|
3365
|
-
"value":
|
|
3353
|
+
"value": 9170
|
|
3366
3354
|
},
|
|
3367
3355
|
"charactersCount": {
|
|
3368
|
-
"value":
|
|
3356
|
+
"value": 45086
|
|
3369
3357
|
},
|
|
3370
3358
|
"wordsCount": {
|
|
3371
|
-
"value":
|
|
3359
|
+
"value": 5785
|
|
3372
3360
|
},
|
|
3373
3361
|
"sentencesCount": {
|
|
3374
|
-
"value":
|
|
3362
|
+
"value": 440
|
|
3375
3363
|
},
|
|
3376
3364
|
"linesCount": {
|
|
3377
|
-
"value":
|
|
3365
|
+
"value": 743
|
|
3378
3366
|
},
|
|
3379
3367
|
"paragraphsCount": {
|
|
3380
3368
|
"value": 20
|
|
3381
3369
|
},
|
|
3382
3370
|
"pagesCount": {
|
|
3383
|
-
"value":
|
|
3371
|
+
"value": 17
|
|
3384
3372
|
}
|
|
3385
3373
|
},
|
|
3386
3374
|
"output": {
|
|
3387
3375
|
"tokensCount": {
|
|
3388
|
-
"value":
|
|
3376
|
+
"value": 730
|
|
3389
3377
|
},
|
|
3390
3378
|
"charactersCount": {
|
|
3391
|
-
"value":
|
|
3379
|
+
"value": 3172
|
|
3392
3380
|
},
|
|
3393
3381
|
"wordsCount": {
|
|
3394
|
-
"value":
|
|
3382
|
+
"value": 444
|
|
3395
3383
|
},
|
|
3396
3384
|
"sentencesCount": {
|
|
3397
|
-
"value":
|
|
3385
|
+
"value": 38
|
|
3398
3386
|
},
|
|
3399
3387
|
"linesCount": {
|
|
3400
|
-
"value":
|
|
3388
|
+
"value": 75
|
|
3401
3389
|
},
|
|
3402
3390
|
"paragraphsCount": {
|
|
3403
|
-
"value":
|
|
3391
|
+
"value": 10
|
|
3404
3392
|
},
|
|
3405
3393
|
"pagesCount": {
|
|
3406
|
-
"value":
|
|
3394
|
+
"value": 2
|
|
3407
3395
|
}
|
|
3408
3396
|
}
|
|
3409
3397
|
}
|
|
@@ -3652,26 +3640,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3652
3640
|
{
|
|
3653
3641
|
"modelVariant": "CHAT",
|
|
3654
3642
|
"modelName": "claude-3-opus-20240229",
|
|
3655
|
-
"systemMessage": "You are an expert linguist and Esperantist
|
|
3656
|
-
"temperature": 0.
|
|
3643
|
+
"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.",
|
|
3644
|
+
"temperature": 0.3
|
|
3657
3645
|
},
|
|
3658
3646
|
{
|
|
3659
3647
|
"modelVariant": "CHAT",
|
|
3660
|
-
"modelName": "
|
|
3661
|
-
"systemMessage": "
|
|
3662
|
-
"temperature": 0.
|
|
3648
|
+
"modelName": "gpt-4",
|
|
3649
|
+
"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.",
|
|
3650
|
+
"temperature": 0.4
|
|
3663
3651
|
},
|
|
3664
3652
|
{
|
|
3665
3653
|
"modelVariant": "CHAT",
|
|
3666
3654
|
"modelName": "gemini-1.5-pro",
|
|
3667
|
-
"systemMessage": "
|
|
3655
|
+
"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.",
|
|
3668
3656
|
"temperature": 0.5
|
|
3669
3657
|
},
|
|
3670
3658
|
{
|
|
3671
3659
|
"modelVariant": "CHAT",
|
|
3672
|
-
"modelName": "
|
|
3673
|
-
"systemMessage": "
|
|
3674
|
-
"temperature": 0.
|
|
3660
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3661
|
+
"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.",
|
|
3662
|
+
"temperature": 0.4
|
|
3675
3663
|
}
|
|
3676
3664
|
],
|
|
3677
3665
|
"preparationIds": [
|
|
@@ -3682,49 +3670,49 @@ function getTemplatesPipelineCollection() {
|
|
|
3682
3670
|
"preparations": [
|
|
3683
3671
|
{
|
|
3684
3672
|
"id": 1,
|
|
3685
|
-
"promptbookVersion": "0.100.0-
|
|
3673
|
+
"promptbookVersion": "0.100.0-17",
|
|
3686
3674
|
"usage": {
|
|
3687
3675
|
"price": {
|
|
3688
|
-
"value": 0.
|
|
3676
|
+
"value": 0.02799
|
|
3689
3677
|
},
|
|
3690
3678
|
"input": {
|
|
3691
3679
|
"tokensCount": {
|
|
3692
|
-
"value":
|
|
3680
|
+
"value": 9166
|
|
3693
3681
|
},
|
|
3694
3682
|
"charactersCount": {
|
|
3695
|
-
"value":
|
|
3683
|
+
"value": 45046
|
|
3696
3684
|
},
|
|
3697
3685
|
"wordsCount": {
|
|
3698
|
-
"value":
|
|
3686
|
+
"value": 5780
|
|
3699
3687
|
},
|
|
3700
3688
|
"sentencesCount": {
|
|
3701
|
-
"value":
|
|
3689
|
+
"value": 440
|
|
3702
3690
|
},
|
|
3703
3691
|
"linesCount": {
|
|
3704
|
-
"value":
|
|
3692
|
+
"value": 742
|
|
3705
3693
|
},
|
|
3706
3694
|
"paragraphsCount": {
|
|
3707
3695
|
"value": 20
|
|
3708
3696
|
},
|
|
3709
3697
|
"pagesCount": {
|
|
3710
|
-
"value":
|
|
3698
|
+
"value": 17
|
|
3711
3699
|
}
|
|
3712
3700
|
},
|
|
3713
3701
|
"output": {
|
|
3714
3702
|
"tokensCount": {
|
|
3715
|
-
"value":
|
|
3703
|
+
"value": 406
|
|
3716
3704
|
},
|
|
3717
3705
|
"charactersCount": {
|
|
3718
|
-
"value":
|
|
3706
|
+
"value": 1604
|
|
3719
3707
|
},
|
|
3720
3708
|
"wordsCount": {
|
|
3721
|
-
"value":
|
|
3709
|
+
"value": 214
|
|
3722
3710
|
},
|
|
3723
3711
|
"sentencesCount": {
|
|
3724
3712
|
"value": 17
|
|
3725
3713
|
},
|
|
3726
3714
|
"linesCount": {
|
|
3727
|
-
"value":
|
|
3715
|
+
"value": 43
|
|
3728
3716
|
},
|
|
3729
3717
|
"paragraphsCount": {
|
|
3730
3718
|
"value": 2
|
|
@@ -3792,27 +3780,21 @@ function getTemplatesPipelineCollection() {
|
|
|
3792
3780
|
"modelsRequirements": [
|
|
3793
3781
|
{
|
|
3794
3782
|
"modelVariant": "CHAT",
|
|
3795
|
-
"modelName": "
|
|
3796
|
-
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of
|
|
3797
|
-
"temperature": 0.9
|
|
3798
|
-
},
|
|
3799
|
-
{
|
|
3800
|
-
"modelVariant": "CHAT",
|
|
3801
|
-
"modelName": "gpt-4",
|
|
3802
|
-
"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.",
|
|
3783
|
+
"modelName": "gpt-5",
|
|
3784
|
+
"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.",
|
|
3803
3785
|
"temperature": 0.8
|
|
3804
3786
|
},
|
|
3805
3787
|
{
|
|
3806
3788
|
"modelVariant": "CHAT",
|
|
3807
|
-
"modelName": "claude-3-
|
|
3808
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3789
|
+
"modelName": "claude-3-opus-20240229",
|
|
3790
|
+
"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.",
|
|
3809
3791
|
"temperature": 0.7
|
|
3810
3792
|
},
|
|
3811
3793
|
{
|
|
3812
3794
|
"modelVariant": "CHAT",
|
|
3813
|
-
"modelName": "gemini-
|
|
3814
|
-
"systemMessage": "
|
|
3815
|
-
"temperature": 0.
|
|
3795
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
3796
|
+
"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.",
|
|
3797
|
+
"temperature": 0.75
|
|
3816
3798
|
}
|
|
3817
3799
|
],
|
|
3818
3800
|
"preparationIds": [
|
|
@@ -3823,49 +3805,49 @@ function getTemplatesPipelineCollection() {
|
|
|
3823
3805
|
"preparations": [
|
|
3824
3806
|
{
|
|
3825
3807
|
"id": 1,
|
|
3826
|
-
"promptbookVersion": "0.100.0-
|
|
3808
|
+
"promptbookVersion": "0.100.0-17",
|
|
3827
3809
|
"usage": {
|
|
3828
3810
|
"price": {
|
|
3829
|
-
"value": 0.
|
|
3811
|
+
"value": 0.027012500000000002
|
|
3830
3812
|
},
|
|
3831
3813
|
"input": {
|
|
3832
3814
|
"tokensCount": {
|
|
3833
|
-
"value":
|
|
3815
|
+
"value": 9165
|
|
3834
3816
|
},
|
|
3835
3817
|
"charactersCount": {
|
|
3836
|
-
"value":
|
|
3818
|
+
"value": 45058
|
|
3837
3819
|
},
|
|
3838
3820
|
"wordsCount": {
|
|
3839
|
-
"value":
|
|
3821
|
+
"value": 5782
|
|
3840
3822
|
},
|
|
3841
3823
|
"sentencesCount": {
|
|
3842
|
-
"value":
|
|
3824
|
+
"value": 440
|
|
3843
3825
|
},
|
|
3844
3826
|
"linesCount": {
|
|
3845
|
-
"value":
|
|
3827
|
+
"value": 742
|
|
3846
3828
|
},
|
|
3847
3829
|
"paragraphsCount": {
|
|
3848
3830
|
"value": 20
|
|
3849
3831
|
},
|
|
3850
3832
|
"pagesCount": {
|
|
3851
|
-
"value":
|
|
3833
|
+
"value": 17
|
|
3852
3834
|
}
|
|
3853
3835
|
},
|
|
3854
3836
|
"output": {
|
|
3855
3837
|
"tokensCount": {
|
|
3856
|
-
"value":
|
|
3838
|
+
"value": 328
|
|
3857
3839
|
},
|
|
3858
3840
|
"charactersCount": {
|
|
3859
|
-
"value":
|
|
3841
|
+
"value": 1344
|
|
3860
3842
|
},
|
|
3861
3843
|
"wordsCount": {
|
|
3862
|
-
"value":
|
|
3844
|
+
"value": 187
|
|
3863
3845
|
},
|
|
3864
3846
|
"sentencesCount": {
|
|
3865
3847
|
"value": 14
|
|
3866
3848
|
},
|
|
3867
3849
|
"linesCount": {
|
|
3868
|
-
"value":
|
|
3850
|
+
"value": 36
|
|
3869
3851
|
},
|
|
3870
3852
|
"paragraphsCount": {
|
|
3871
3853
|
"value": 2
|