@promptbook/templates 0.100.0-1 → 0.100.0-11
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 +185 -179
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/config.d.ts +0 -10
- package/esm/typings/src/version.d.ts +1 -1
- package/esm/typings/src/wizard/wizard.d.ts +14 -4
- package/package.json +2 -2
- package/umd/index.umd.js +185 -179
- package/umd/index.umd.js.map +1 -1
- package/esm/typings/src/remote-server/connection-improvements.test.d.ts +0 -1
- package/esm/typings/src/remote-server/utils/connectionProgress.d.ts +0 -72
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-11';
|
|
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,26 @@ 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 of the Promptbook Project. You have deep knowledge of prompt engineering, language models, and AI development best practices. Provide helpful and technically accurate information about Promptbook and related topics.",
|
|
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 developer working on the Promptbook Project. Share insights about prompt engineering, LLM capabilities, and the goals of Promptbook. Offer technical explanations while remaining approachable.",
|
|
1545
1545
|
"temperature": 0.6
|
|
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 and language model technologies. Provide clear explanations about Promptbook's features, prompt engineering techniques, and practical applications of LLMs in development workflows.",
|
|
1551
1551
|
"temperature": 0.5
|
|
1552
1552
|
},
|
|
1553
1553
|
{
|
|
1554
1554
|
"modelVariant": "CHAT",
|
|
1555
|
-
"modelName": "
|
|
1556
|
-
"systemMessage": "
|
|
1557
|
-
"temperature": 0.
|
|
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
|
|
1555
|
+
"modelName": "gpt-3.5-turbo",
|
|
1556
|
+
"systemMessage": "You are an AI assistant with knowledge of the Promptbook Project. Offer helpful information about prompt engineering and language model usage, focused on Promptbook's core concepts and benefits for developers.",
|
|
1557
|
+
"temperature": 0.7
|
|
1564
1558
|
}
|
|
1565
1559
|
],
|
|
1566
1560
|
"preparationIds": [
|
|
@@ -1571,55 +1565,55 @@ function getTemplatesPipelineCollection() {
|
|
|
1571
1565
|
"preparations": [
|
|
1572
1566
|
{
|
|
1573
1567
|
"id": 1,
|
|
1574
|
-
"promptbookVersion": "0.100.0-
|
|
1568
|
+
"promptbookVersion": "0.100.0-10",
|
|
1575
1569
|
"usage": {
|
|
1576
1570
|
"price": {
|
|
1577
|
-
"value": 0.
|
|
1571
|
+
"value": 0.0256925
|
|
1578
1572
|
},
|
|
1579
1573
|
"input": {
|
|
1580
1574
|
"tokensCount": {
|
|
1581
|
-
"value":
|
|
1575
|
+
"value": 8447
|
|
1582
1576
|
},
|
|
1583
1577
|
"charactersCount": {
|
|
1584
|
-
"value":
|
|
1578
|
+
"value": 41190
|
|
1585
1579
|
},
|
|
1586
1580
|
"wordsCount": {
|
|
1587
|
-
"value":
|
|
1581
|
+
"value": 5292
|
|
1588
1582
|
},
|
|
1589
1583
|
"sentencesCount": {
|
|
1590
|
-
"value":
|
|
1584
|
+
"value": 408
|
|
1591
1585
|
},
|
|
1592
1586
|
"linesCount": {
|
|
1593
|
-
"value":
|
|
1587
|
+
"value": 681
|
|
1594
1588
|
},
|
|
1595
1589
|
"paragraphsCount": {
|
|
1596
1590
|
"value": 20
|
|
1597
1591
|
},
|
|
1598
1592
|
"pagesCount": {
|
|
1599
|
-
"value":
|
|
1593
|
+
"value": 16
|
|
1600
1594
|
}
|
|
1601
1595
|
},
|
|
1602
1596
|
"output": {
|
|
1603
1597
|
"tokensCount": {
|
|
1604
|
-
"value":
|
|
1598
|
+
"value": 366
|
|
1605
1599
|
},
|
|
1606
1600
|
"charactersCount": {
|
|
1607
|
-
"value":
|
|
1601
|
+
"value": 1440
|
|
1608
1602
|
},
|
|
1609
1603
|
"wordsCount": {
|
|
1610
|
-
"value":
|
|
1604
|
+
"value": 195
|
|
1611
1605
|
},
|
|
1612
1606
|
"sentencesCount": {
|
|
1613
|
-
"value":
|
|
1607
|
+
"value": 17
|
|
1614
1608
|
},
|
|
1615
1609
|
"linesCount": {
|
|
1616
|
-
"value":
|
|
1610
|
+
"value": 40
|
|
1617
1611
|
},
|
|
1618
1612
|
"paragraphsCount": {
|
|
1619
1613
|
"value": 2
|
|
1620
1614
|
},
|
|
1621
1615
|
"pagesCount": {
|
|
1622
|
-
"value":
|
|
1616
|
+
"value": 1
|
|
1623
1617
|
}
|
|
1624
1618
|
}
|
|
1625
1619
|
}
|
|
@@ -2100,32 +2094,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2100
2094
|
{
|
|
2101
2095
|
"modelVariant": "CHAT",
|
|
2102
2096
|
"modelName": "gpt-4",
|
|
2103
|
-
"systemMessage": "You are an AI
|
|
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 best practices. Provide helpful and technically accurate information about Promptbook and related topics.",
|
|
2104
2098
|
"temperature": 0.7
|
|
2105
2099
|
},
|
|
2106
2100
|
{
|
|
2107
2101
|
"modelVariant": "CHAT",
|
|
2108
2102
|
"modelName": "claude-3-opus-20240229",
|
|
2109
|
-
"systemMessage": "
|
|
2103
|
+
"systemMessage": "You are a knowledgeable developer working on the Promptbook Project. Share insights about prompt engineering, LLM capabilities, and the goals of Promptbook. Offer technical explanations while remaining approachable.",
|
|
2110
2104
|
"temperature": 0.6
|
|
2111
2105
|
},
|
|
2112
2106
|
{
|
|
2113
2107
|
"modelVariant": "CHAT",
|
|
2114
2108
|
"modelName": "gemini-1.5-pro",
|
|
2115
|
-
"systemMessage": "
|
|
2109
|
+
"systemMessage": "As a developer of the Promptbook Project, you are an expert in AI and language model technologies. Provide clear explanations about Promptbook's features, prompt engineering techniques, and practical applications of LLMs in development workflows.",
|
|
2116
2110
|
"temperature": 0.5
|
|
2117
2111
|
},
|
|
2118
2112
|
{
|
|
2119
2113
|
"modelVariant": "CHAT",
|
|
2120
|
-
"modelName": "
|
|
2121
|
-
"systemMessage": "
|
|
2122
|
-
"temperature": 0.
|
|
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
|
|
2114
|
+
"modelName": "gpt-3.5-turbo",
|
|
2115
|
+
"systemMessage": "You are an AI assistant with knowledge of the Promptbook Project. Offer helpful information about prompt engineering and language model usage, focused on Promptbook's core concepts and benefits for developers.",
|
|
2116
|
+
"temperature": 0.7
|
|
2129
2117
|
}
|
|
2130
2118
|
],
|
|
2131
2119
|
"preparationIds": [
|
|
@@ -2136,55 +2124,55 @@ function getTemplatesPipelineCollection() {
|
|
|
2136
2124
|
"preparations": [
|
|
2137
2125
|
{
|
|
2138
2126
|
"id": 1,
|
|
2139
|
-
"promptbookVersion": "0.100.0-
|
|
2127
|
+
"promptbookVersion": "0.100.0-10",
|
|
2140
2128
|
"usage": {
|
|
2141
2129
|
"price": {
|
|
2142
|
-
"value": 0.
|
|
2130
|
+
"value": 0.0256925
|
|
2143
2131
|
},
|
|
2144
2132
|
"input": {
|
|
2145
2133
|
"tokensCount": {
|
|
2146
|
-
"value":
|
|
2134
|
+
"value": 8447
|
|
2147
2135
|
},
|
|
2148
2136
|
"charactersCount": {
|
|
2149
|
-
"value":
|
|
2137
|
+
"value": 41190
|
|
2150
2138
|
},
|
|
2151
2139
|
"wordsCount": {
|
|
2152
|
-
"value":
|
|
2140
|
+
"value": 5292
|
|
2153
2141
|
},
|
|
2154
2142
|
"sentencesCount": {
|
|
2155
|
-
"value":
|
|
2143
|
+
"value": 408
|
|
2156
2144
|
},
|
|
2157
2145
|
"linesCount": {
|
|
2158
|
-
"value":
|
|
2146
|
+
"value": 681
|
|
2159
2147
|
},
|
|
2160
2148
|
"paragraphsCount": {
|
|
2161
2149
|
"value": 20
|
|
2162
2150
|
},
|
|
2163
2151
|
"pagesCount": {
|
|
2164
|
-
"value":
|
|
2152
|
+
"value": 16
|
|
2165
2153
|
}
|
|
2166
2154
|
},
|
|
2167
2155
|
"output": {
|
|
2168
2156
|
"tokensCount": {
|
|
2169
|
-
"value":
|
|
2157
|
+
"value": 366
|
|
2170
2158
|
},
|
|
2171
2159
|
"charactersCount": {
|
|
2172
|
-
"value":
|
|
2160
|
+
"value": 1440
|
|
2173
2161
|
},
|
|
2174
2162
|
"wordsCount": {
|
|
2175
|
-
"value":
|
|
2163
|
+
"value": 195
|
|
2176
2164
|
},
|
|
2177
2165
|
"sentencesCount": {
|
|
2178
|
-
"value":
|
|
2166
|
+
"value": 17
|
|
2179
2167
|
},
|
|
2180
2168
|
"linesCount": {
|
|
2181
|
-
"value":
|
|
2169
|
+
"value": 40
|
|
2182
2170
|
},
|
|
2183
2171
|
"paragraphsCount": {
|
|
2184
2172
|
"value": 2
|
|
2185
2173
|
},
|
|
2186
2174
|
"pagesCount": {
|
|
2187
|
-
"value":
|
|
2175
|
+
"value": 1
|
|
2188
2176
|
}
|
|
2189
2177
|
}
|
|
2190
2178
|
}
|
|
@@ -2806,20 +2794,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2806
2794
|
{
|
|
2807
2795
|
"modelVariant": "CHAT",
|
|
2808
2796
|
"modelName": "claude-3-opus-20240229",
|
|
2809
|
-
"systemMessage": "You are an expert linguist and
|
|
2797
|
+
"systemMessage": "You are an expert linguist and proofreader. Your role is to provide detailed linguistic analysis, correct grammar and spelling errors, and offer suggestions to improve writing clarity and style.",
|
|
2810
2798
|
"temperature": 0.3
|
|
2811
2799
|
},
|
|
2812
2800
|
{
|
|
2813
2801
|
"modelVariant": "CHAT",
|
|
2814
|
-
"modelName": "
|
|
2815
|
-
"systemMessage": "As a skilled linguist and
|
|
2802
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
2803
|
+
"systemMessage": "As a highly skilled linguist and text corrector, your task is to analyze language use, identify and fix grammatical issues, and refine writing for optimal clarity and effectiveness.",
|
|
2816
2804
|
"temperature": 0.2
|
|
2817
2805
|
},
|
|
2818
2806
|
{
|
|
2819
2807
|
"modelVariant": "CHAT",
|
|
2820
|
-
"modelName": "
|
|
2821
|
-
"systemMessage": "You are a
|
|
2808
|
+
"modelName": "gpt-4",
|
|
2809
|
+
"systemMessage": "You are a linguistic expert and meticulous proofreader. Your purpose is to analyze text, correct errors, and provide detailed explanations on language usage and improvements.",
|
|
2822
2810
|
"temperature": 0.4
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"modelVariant": "CHAT",
|
|
2814
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
2815
|
+
"systemMessage": "As a linguist and corrector, your role is to analyze language, identify errors, and provide clear explanations for corrections and improvements in writing.",
|
|
2816
|
+
"temperature": 0.3
|
|
2823
2817
|
}
|
|
2824
2818
|
],
|
|
2825
2819
|
"preparationIds": [
|
|
@@ -2830,49 +2824,49 @@ function getTemplatesPipelineCollection() {
|
|
|
2830
2824
|
"preparations": [
|
|
2831
2825
|
{
|
|
2832
2826
|
"id": 1,
|
|
2833
|
-
"promptbookVersion": "0.100.0-
|
|
2827
|
+
"promptbookVersion": "0.100.0-10",
|
|
2834
2828
|
"usage": {
|
|
2835
2829
|
"price": {
|
|
2836
|
-
"value": 0.
|
|
2830
|
+
"value": 0.0252275
|
|
2837
2831
|
},
|
|
2838
2832
|
"input": {
|
|
2839
2833
|
"tokensCount": {
|
|
2840
|
-
"value":
|
|
2834
|
+
"value": 8446
|
|
2841
2835
|
},
|
|
2842
2836
|
"charactersCount": {
|
|
2843
|
-
"value":
|
|
2837
|
+
"value": 41177
|
|
2844
2838
|
},
|
|
2845
2839
|
"wordsCount": {
|
|
2846
|
-
"value":
|
|
2840
|
+
"value": 5290
|
|
2847
2841
|
},
|
|
2848
2842
|
"sentencesCount": {
|
|
2849
|
-
"value":
|
|
2843
|
+
"value": 408
|
|
2850
2844
|
},
|
|
2851
2845
|
"linesCount": {
|
|
2852
|
-
"value":
|
|
2846
|
+
"value": 681
|
|
2853
2847
|
},
|
|
2854
2848
|
"paragraphsCount": {
|
|
2855
2849
|
"value": 20
|
|
2856
2850
|
},
|
|
2857
2851
|
"pagesCount": {
|
|
2858
|
-
"value":
|
|
2852
|
+
"value": 16
|
|
2859
2853
|
}
|
|
2860
2854
|
},
|
|
2861
2855
|
"output": {
|
|
2862
2856
|
"tokensCount": {
|
|
2863
|
-
"value":
|
|
2857
|
+
"value": 329
|
|
2864
2858
|
},
|
|
2865
2859
|
"charactersCount": {
|
|
2866
|
-
"value":
|
|
2860
|
+
"value": 1217
|
|
2867
2861
|
},
|
|
2868
2862
|
"wordsCount": {
|
|
2869
|
-
"value":
|
|
2863
|
+
"value": 170
|
|
2870
2864
|
},
|
|
2871
2865
|
"sentencesCount": {
|
|
2872
|
-
"value":
|
|
2866
|
+
"value": 12
|
|
2873
2867
|
},
|
|
2874
2868
|
"linesCount": {
|
|
2875
|
-
"value":
|
|
2869
|
+
"value": 37
|
|
2876
2870
|
},
|
|
2877
2871
|
"paragraphsCount": {
|
|
2878
2872
|
"value": 2
|
|
@@ -2942,26 +2936,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2942
2936
|
{
|
|
2943
2937
|
"modelVariant": "CHAT",
|
|
2944
2938
|
"modelName": "gpt-4",
|
|
2945
|
-
"systemMessage": "You are an
|
|
2939
|
+
"systemMessage": "You are an expert e-commerce copywriter. Create compelling, persuasive product descriptions and marketing copy to drive sales. Focus on highlighting key features and benefits while maintaining a friendly, conversational tone that resonates with online shoppers.",
|
|
2946
2940
|
"temperature": 0.7
|
|
2947
2941
|
},
|
|
2948
2942
|
{
|
|
2949
2943
|
"modelVariant": "CHAT",
|
|
2950
2944
|
"modelName": "claude-3-opus-20240229",
|
|
2951
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
2945
|
+
"systemMessage": "You are a skilled e-commerce copywriter specializing in creating engaging product descriptions and marketing content. Craft persuasive copy that showcases product benefits, addresses customer pain points, and encourages purchases. Maintain a brand-appropriate tone that connects with online shoppers.",
|
|
2952
2946
|
"temperature": 0.6
|
|
2953
2947
|
},
|
|
2954
2948
|
{
|
|
2955
2949
|
"modelVariant": "CHAT",
|
|
2956
2950
|
"modelName": "gemini-1.5-pro",
|
|
2957
|
-
"systemMessage": "As an
|
|
2951
|
+
"systemMessage": "As an experienced e-commerce copywriter, your role is to produce captivating product descriptions and marketing materials. Emphasize unique selling points, create a sense of urgency, and use language that appeals to your target audience. Ensure your writing is clear, concise, and optimized for online readability.",
|
|
2958
2952
|
"temperature": 0.65
|
|
2959
2953
|
},
|
|
2960
2954
|
{
|
|
2961
2955
|
"modelVariant": "CHAT",
|
|
2962
2956
|
"modelName": "gpt-3.5-turbo",
|
|
2963
|
-
"systemMessage": "You are a
|
|
2964
|
-
"temperature": 0.
|
|
2957
|
+
"systemMessage": "You are a proficient e-commerce copywriter tasked with creating compelling product descriptions and marketing copy. Focus on highlighting key features, benefits, and unique selling points. Use persuasive language to encourage purchases while maintaining a friendly, approachable tone suitable for online shoppers.",
|
|
2958
|
+
"temperature": 0.7
|
|
2965
2959
|
}
|
|
2966
2960
|
],
|
|
2967
2961
|
"preparationIds": [
|
|
@@ -2972,55 +2966,55 @@ function getTemplatesPipelineCollection() {
|
|
|
2972
2966
|
"preparations": [
|
|
2973
2967
|
{
|
|
2974
2968
|
"id": 1,
|
|
2975
|
-
"promptbookVersion": "0.100.0-
|
|
2969
|
+
"promptbookVersion": "0.100.0-10",
|
|
2976
2970
|
"usage": {
|
|
2977
2971
|
"price": {
|
|
2978
|
-
"value": 0.
|
|
2972
|
+
"value": 0.026202500000000004
|
|
2979
2973
|
},
|
|
2980
2974
|
"input": {
|
|
2981
2975
|
"tokensCount": {
|
|
2982
|
-
"value":
|
|
2976
|
+
"value": 8446
|
|
2983
2977
|
},
|
|
2984
2978
|
"charactersCount": {
|
|
2985
|
-
"value":
|
|
2979
|
+
"value": 41181
|
|
2986
2980
|
},
|
|
2987
2981
|
"wordsCount": {
|
|
2988
|
-
"value":
|
|
2982
|
+
"value": 5290
|
|
2989
2983
|
},
|
|
2990
2984
|
"sentencesCount": {
|
|
2991
|
-
"value":
|
|
2985
|
+
"value": 408
|
|
2992
2986
|
},
|
|
2993
2987
|
"linesCount": {
|
|
2994
|
-
"value":
|
|
2988
|
+
"value": 681
|
|
2995
2989
|
},
|
|
2996
2990
|
"paragraphsCount": {
|
|
2997
2991
|
"value": 20
|
|
2998
2992
|
},
|
|
2999
2993
|
"pagesCount": {
|
|
3000
|
-
"value":
|
|
2994
|
+
"value": 16
|
|
3001
2995
|
}
|
|
3002
2996
|
},
|
|
3003
2997
|
"output": {
|
|
3004
2998
|
"tokensCount": {
|
|
3005
|
-
"value":
|
|
2999
|
+
"value": 407
|
|
3006
3000
|
},
|
|
3007
3001
|
"charactersCount": {
|
|
3008
|
-
"value":
|
|
3002
|
+
"value": 1661
|
|
3009
3003
|
},
|
|
3010
3004
|
"wordsCount": {
|
|
3011
|
-
"value":
|
|
3005
|
+
"value": 223
|
|
3012
3006
|
},
|
|
3013
3007
|
"sentencesCount": {
|
|
3014
|
-
"value":
|
|
3008
|
+
"value": 19
|
|
3015
3009
|
},
|
|
3016
3010
|
"linesCount": {
|
|
3017
|
-
"value":
|
|
3011
|
+
"value": 45
|
|
3018
3012
|
},
|
|
3019
3013
|
"paragraphsCount": {
|
|
3020
3014
|
"value": 2
|
|
3021
3015
|
},
|
|
3022
3016
|
"pagesCount": {
|
|
3023
|
-
"value":
|
|
3017
|
+
"value": 2
|
|
3024
3018
|
}
|
|
3025
3019
|
}
|
|
3026
3020
|
}
|
|
@@ -3068,7 +3062,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3068
3062
|
"preparations": [
|
|
3069
3063
|
{
|
|
3070
3064
|
"id": 1,
|
|
3071
|
-
"promptbookVersion": "0.100.0-
|
|
3065
|
+
"promptbookVersion": "0.100.0-10",
|
|
3072
3066
|
"usage": {
|
|
3073
3067
|
"price": {
|
|
3074
3068
|
"value": 0
|
|
@@ -3175,25 +3169,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3175
3169
|
{
|
|
3176
3170
|
"modelVariant": "CHAT",
|
|
3177
3171
|
"modelName": "claude-3-opus-20240229",
|
|
3178
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business
|
|
3172
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business planning, and market analysis. Offer data-driven insights and creative solutions to help clients grow their businesses.",
|
|
3179
3173
|
"temperature": 0.7
|
|
3180
3174
|
},
|
|
3181
3175
|
{
|
|
3182
3176
|
"modelVariant": "CHAT",
|
|
3183
3177
|
"modelName": "gpt-4",
|
|
3184
|
-
"systemMessage": "
|
|
3178
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Share your expertise on marketing campaigns, business development, and industry trends. Deliver actionable recommendations and strategic insights to drive business success.",
|
|
3185
3179
|
"temperature": 0.6
|
|
3186
3180
|
},
|
|
3187
3181
|
{
|
|
3188
3182
|
"modelVariant": "CHAT",
|
|
3189
3183
|
"modelName": "gemini-1.5-pro",
|
|
3190
|
-
"systemMessage": "You are
|
|
3184
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Offer professional guidance on marketing tactics, business operations, and competitive analysis. Provide data-backed strategies and innovative ideas to help clients achieve their business goals.",
|
|
3191
3185
|
"temperature": 0.7
|
|
3192
3186
|
},
|
|
3193
3187
|
{
|
|
3194
3188
|
"modelVariant": "CHAT",
|
|
3195
3189
|
"modelName": "claude-3-sonnet-20240229",
|
|
3196
|
-
"systemMessage": "
|
|
3190
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Give expert advice on marketing best practices, business strategy, and market opportunities. Deliver practical insights and creative solutions to help businesses grow and succeed.",
|
|
3197
3191
|
"temperature": 0.6
|
|
3198
3192
|
}
|
|
3199
3193
|
],
|
|
@@ -3205,49 +3199,49 @@ function getTemplatesPipelineCollection() {
|
|
|
3205
3199
|
"preparations": [
|
|
3206
3200
|
{
|
|
3207
3201
|
"id": 1,
|
|
3208
|
-
"promptbookVersion": "0.100.0-
|
|
3202
|
+
"promptbookVersion": "0.100.0-10",
|
|
3209
3203
|
"usage": {
|
|
3210
3204
|
"price": {
|
|
3211
|
-
"value": 0.
|
|
3205
|
+
"value": 0.025450000000000004
|
|
3212
3206
|
},
|
|
3213
3207
|
"input": {
|
|
3214
3208
|
"tokensCount": {
|
|
3215
|
-
"value":
|
|
3209
|
+
"value": 8445
|
|
3216
3210
|
},
|
|
3217
3211
|
"charactersCount": {
|
|
3218
|
-
"value":
|
|
3212
|
+
"value": 41209
|
|
3219
3213
|
},
|
|
3220
3214
|
"wordsCount": {
|
|
3221
|
-
"value":
|
|
3215
|
+
"value": 5292
|
|
3222
3216
|
},
|
|
3223
3217
|
"sentencesCount": {
|
|
3224
|
-
"value":
|
|
3218
|
+
"value": 408
|
|
3225
3219
|
},
|
|
3226
3220
|
"linesCount": {
|
|
3227
|
-
"value":
|
|
3221
|
+
"value": 681
|
|
3228
3222
|
},
|
|
3229
3223
|
"paragraphsCount": {
|
|
3230
3224
|
"value": 20
|
|
3231
3225
|
},
|
|
3232
3226
|
"pagesCount": {
|
|
3233
|
-
"value":
|
|
3227
|
+
"value": 16
|
|
3234
3228
|
}
|
|
3235
3229
|
},
|
|
3236
3230
|
"output": {
|
|
3237
3231
|
"tokensCount": {
|
|
3238
|
-
"value":
|
|
3232
|
+
"value": 347
|
|
3239
3233
|
},
|
|
3240
3234
|
"charactersCount": {
|
|
3241
|
-
"value":
|
|
3235
|
+
"value": 1536
|
|
3242
3236
|
},
|
|
3243
3237
|
"wordsCount": {
|
|
3244
|
-
"value":
|
|
3238
|
+
"value": 197
|
|
3245
3239
|
},
|
|
3246
3240
|
"sentencesCount": {
|
|
3247
|
-
"value":
|
|
3241
|
+
"value": 18
|
|
3248
3242
|
},
|
|
3249
3243
|
"linesCount": {
|
|
3250
|
-
"value":
|
|
3244
|
+
"value": 43
|
|
3251
3245
|
},
|
|
3252
3246
|
"paragraphsCount": {
|
|
3253
3247
|
"value": 2
|
|
@@ -3324,27 +3318,33 @@ function getTemplatesPipelineCollection() {
|
|
|
3324
3318
|
"modelsRequirements": [
|
|
3325
3319
|
{
|
|
3326
3320
|
"modelVariant": "CHAT",
|
|
3327
|
-
"modelName": "
|
|
3328
|
-
"systemMessage": "You are
|
|
3321
|
+
"modelName": "gpt-4",
|
|
3322
|
+
"systemMessage": "You are a highly skilled customer service representative and copywriter for an e-commerce shop. Provide helpful, friendly assistance to customers and create engaging product descriptions.",
|
|
3329
3323
|
"temperature": 0.7
|
|
3330
3324
|
},
|
|
3331
3325
|
{
|
|
3332
3326
|
"modelVariant": "CHAT",
|
|
3333
|
-
"modelName": "
|
|
3334
|
-
"systemMessage": "As
|
|
3327
|
+
"modelName": "claude-3-opus-20240229",
|
|
3328
|
+
"systemMessage": "As an expert customer service rep and copywriter for an online store, your role is to assist customers with inquiries and craft compelling product descriptions. Be professional, empathetic, and creative in your responses.",
|
|
3335
3329
|
"temperature": 0.6
|
|
3336
3330
|
},
|
|
3337
3331
|
{
|
|
3338
3332
|
"modelVariant": "CHAT",
|
|
3339
|
-
"modelName": "
|
|
3340
|
-
"systemMessage": "You are a
|
|
3333
|
+
"modelName": "gemini-1.5-pro",
|
|
3334
|
+
"systemMessage": "You are a customer service expert and talented copywriter for an e-commerce platform. Provide excellent customer support and create engaging, persuasive product descriptions to drive sales.",
|
|
3341
3335
|
"temperature": 0.7
|
|
3342
3336
|
},
|
|
3343
3337
|
{
|
|
3344
3338
|
"modelVariant": "CHAT",
|
|
3345
|
-
"modelName": "
|
|
3346
|
-
"systemMessage": "
|
|
3339
|
+
"modelName": "gpt-3.5-turbo",
|
|
3340
|
+
"systemMessage": "As a customer service representative and copywriter for an online shop, your task is to assist customers with their inquiries and create appealing product descriptions. Be helpful, courteous, and creative in your responses.",
|
|
3347
3341
|
"temperature": 0.6
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"modelVariant": "CHAT",
|
|
3345
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3346
|
+
"systemMessage": "You are a dedicated customer service representative and skilled copywriter for an e-commerce website. Provide friendly, efficient support to customers and craft compelling product descriptions that highlight key features and benefits.",
|
|
3347
|
+
"temperature": 0.5
|
|
3348
3348
|
}
|
|
3349
3349
|
],
|
|
3350
3350
|
"preparationIds": [
|
|
@@ -3355,55 +3355,55 @@ function getTemplatesPipelineCollection() {
|
|
|
3355
3355
|
"preparations": [
|
|
3356
3356
|
{
|
|
3357
3357
|
"id": 1,
|
|
3358
|
-
"promptbookVersion": "0.100.0-
|
|
3358
|
+
"promptbookVersion": "0.100.0-10",
|
|
3359
3359
|
"usage": {
|
|
3360
3360
|
"price": {
|
|
3361
|
-
"value": 0.
|
|
3361
|
+
"value": 0.030412500000000002
|
|
3362
3362
|
},
|
|
3363
3363
|
"input": {
|
|
3364
3364
|
"tokensCount": {
|
|
3365
|
-
"value":
|
|
3365
|
+
"value": 8450
|
|
3366
3366
|
},
|
|
3367
3367
|
"charactersCount": {
|
|
3368
|
-
"value":
|
|
3368
|
+
"value": 41217
|
|
3369
3369
|
},
|
|
3370
3370
|
"wordsCount": {
|
|
3371
|
-
"value":
|
|
3371
|
+
"value": 5294
|
|
3372
3372
|
},
|
|
3373
3373
|
"sentencesCount": {
|
|
3374
|
-
"value":
|
|
3374
|
+
"value": 408
|
|
3375
3375
|
},
|
|
3376
3376
|
"linesCount": {
|
|
3377
|
-
"value":
|
|
3377
|
+
"value": 682
|
|
3378
3378
|
},
|
|
3379
3379
|
"paragraphsCount": {
|
|
3380
3380
|
"value": 20
|
|
3381
3381
|
},
|
|
3382
3382
|
"pagesCount": {
|
|
3383
|
-
"value":
|
|
3383
|
+
"value": 16
|
|
3384
3384
|
}
|
|
3385
3385
|
},
|
|
3386
3386
|
"output": {
|
|
3387
3387
|
"tokensCount": {
|
|
3388
|
-
"value":
|
|
3388
|
+
"value": 743
|
|
3389
3389
|
},
|
|
3390
3390
|
"charactersCount": {
|
|
3391
|
-
"value":
|
|
3391
|
+
"value": 3199
|
|
3392
3392
|
},
|
|
3393
3393
|
"wordsCount": {
|
|
3394
|
-
"value":
|
|
3394
|
+
"value": 458
|
|
3395
3395
|
},
|
|
3396
3396
|
"sentencesCount": {
|
|
3397
|
-
"value":
|
|
3397
|
+
"value": 38
|
|
3398
3398
|
},
|
|
3399
3399
|
"linesCount": {
|
|
3400
|
-
"value":
|
|
3400
|
+
"value": 75
|
|
3401
3401
|
},
|
|
3402
3402
|
"paragraphsCount": {
|
|
3403
|
-
"value":
|
|
3403
|
+
"value": 6
|
|
3404
3404
|
},
|
|
3405
3405
|
"pagesCount": {
|
|
3406
|
-
"value":
|
|
3406
|
+
"value": 2
|
|
3407
3407
|
}
|
|
3408
3408
|
}
|
|
3409
3409
|
}
|
|
@@ -3652,20 +3652,32 @@ function getTemplatesPipelineCollection() {
|
|
|
3652
3652
|
{
|
|
3653
3653
|
"modelVariant": "CHAT",
|
|
3654
3654
|
"modelName": "claude-3-opus-20240229",
|
|
3655
|
-
"systemMessage": "You are an expert linguist and Esperantist
|
|
3656
|
-
"temperature": 0.
|
|
3655
|
+
"systemMessage": "You are an expert linguist and Esperantist, fluent in multiple languages including Esperanto. Provide knowledgeable assistance on linguistic topics, language learning, and Esperanto culture and usage.",
|
|
3656
|
+
"temperature": 0.7
|
|
3657
3657
|
},
|
|
3658
3658
|
{
|
|
3659
3659
|
"modelVariant": "CHAT",
|
|
3660
|
-
"modelName": "
|
|
3661
|
-
"systemMessage": "
|
|
3662
|
-
"temperature": 0.
|
|
3660
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3661
|
+
"systemMessage": "As a linguist and Esperantist, you are well-versed in language structures, etymology, and the Esperanto language. Offer insights and guidance on linguistic matters and Esperanto-related queries.",
|
|
3662
|
+
"temperature": 0.6
|
|
3663
3663
|
},
|
|
3664
3664
|
{
|
|
3665
3665
|
"modelVariant": "CHAT",
|
|
3666
3666
|
"modelName": "gpt-4",
|
|
3667
|
-
"systemMessage": "
|
|
3668
|
-
"temperature": 0.
|
|
3667
|
+
"systemMessage": "You are a helpful assistant with expertise in linguistics and Esperanto. Provide accurate information and support for language-related questions, especially those concerning Esperanto and linguistic analysis.",
|
|
3668
|
+
"temperature": 0.7
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"modelVariant": "CHAT",
|
|
3672
|
+
"modelName": "gemini-1.5-pro",
|
|
3673
|
+
"systemMessage": "As a linguist and Esperantist assistant, your role is to provide informed responses on language topics, linguistic theories, and Esperanto usage. Offer clear explanations and examples when discussing language concepts.",
|
|
3674
|
+
"temperature": 0.6
|
|
3675
|
+
},
|
|
3676
|
+
{
|
|
3677
|
+
"modelVariant": "CHAT",
|
|
3678
|
+
"modelName": "gpt-3.5-turbo",
|
|
3679
|
+
"systemMessage": "You are a knowledgeable assistant specializing in linguistics and Esperanto. Help users with language-related inquiries, Esperanto grammar, and general linguistic concepts.",
|
|
3680
|
+
"temperature": 0.7
|
|
3669
3681
|
}
|
|
3670
3682
|
],
|
|
3671
3683
|
"preparationIds": [
|
|
@@ -3676,55 +3688,55 @@ function getTemplatesPipelineCollection() {
|
|
|
3676
3688
|
"preparations": [
|
|
3677
3689
|
{
|
|
3678
3690
|
"id": 1,
|
|
3679
|
-
"promptbookVersion": "0.100.0-
|
|
3691
|
+
"promptbookVersion": "0.100.0-10",
|
|
3680
3692
|
"usage": {
|
|
3681
3693
|
"price": {
|
|
3682
|
-
"value": 0.
|
|
3694
|
+
"value": 0.026502500000000002
|
|
3683
3695
|
},
|
|
3684
3696
|
"input": {
|
|
3685
3697
|
"tokensCount": {
|
|
3686
|
-
"value":
|
|
3698
|
+
"value": 8446
|
|
3687
3699
|
},
|
|
3688
3700
|
"charactersCount": {
|
|
3689
|
-
"value":
|
|
3701
|
+
"value": 41177
|
|
3690
3702
|
},
|
|
3691
3703
|
"wordsCount": {
|
|
3692
|
-
"value":
|
|
3704
|
+
"value": 5289
|
|
3693
3705
|
},
|
|
3694
3706
|
"sentencesCount": {
|
|
3695
|
-
"value":
|
|
3707
|
+
"value": 408
|
|
3696
3708
|
},
|
|
3697
3709
|
"linesCount": {
|
|
3698
|
-
"value":
|
|
3710
|
+
"value": 681
|
|
3699
3711
|
},
|
|
3700
3712
|
"paragraphsCount": {
|
|
3701
3713
|
"value": 20
|
|
3702
3714
|
},
|
|
3703
3715
|
"pagesCount": {
|
|
3704
|
-
"value":
|
|
3716
|
+
"value": 16
|
|
3705
3717
|
}
|
|
3706
3718
|
},
|
|
3707
3719
|
"output": {
|
|
3708
3720
|
"tokensCount": {
|
|
3709
|
-
"value":
|
|
3721
|
+
"value": 431
|
|
3710
3722
|
},
|
|
3711
3723
|
"charactersCount": {
|
|
3712
|
-
"value":
|
|
3724
|
+
"value": 1586
|
|
3713
3725
|
},
|
|
3714
3726
|
"wordsCount": {
|
|
3715
|
-
"value":
|
|
3727
|
+
"value": 206
|
|
3716
3728
|
},
|
|
3717
3729
|
"sentencesCount": {
|
|
3718
|
-
"value":
|
|
3730
|
+
"value": 18
|
|
3719
3731
|
},
|
|
3720
3732
|
"linesCount": {
|
|
3721
|
-
"value":
|
|
3733
|
+
"value": 46
|
|
3722
3734
|
},
|
|
3723
3735
|
"paragraphsCount": {
|
|
3724
3736
|
"value": 2
|
|
3725
3737
|
},
|
|
3726
3738
|
"pagesCount": {
|
|
3727
|
-
"value":
|
|
3739
|
+
"value": 2
|
|
3728
3740
|
}
|
|
3729
3741
|
}
|
|
3730
3742
|
}
|
|
@@ -3787,32 +3799,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3787
3799
|
{
|
|
3788
3800
|
"modelVariant": "CHAT",
|
|
3789
3801
|
"modelName": "claude-3-opus-20240229",
|
|
3790
|
-
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of literature and a
|
|
3791
|
-
"temperature": 0.8
|
|
3792
|
-
},
|
|
3793
|
-
{
|
|
3794
|
-
"modelVariant": "CHAT",
|
|
3795
|
-
"modelName": "gpt-4",
|
|
3796
|
-
"systemMessage": "You are an accomplished poet and storyteller, skilled in the art of language and narrative. Help users explore the world of literature, poetry, and creative writing.",
|
|
3802
|
+
"systemMessage": "You are an accomplished poet and storyteller, with a vast knowledge of literature and a gift for crafting evocative language. Engage users with your lyrical prose, vivid imagery, and mastery of narrative techniques. Draw upon your deep understanding of poetic forms, literary devices, and storytelling structures to provide insightful analysis and creative inspiration.",
|
|
3797
3803
|
"temperature": 0.7
|
|
3798
3804
|
},
|
|
3799
3805
|
{
|
|
3800
3806
|
"modelVariant": "CHAT",
|
|
3801
|
-
"modelName": "
|
|
3802
|
-
"systemMessage": "
|
|
3803
|
-
"temperature": 0.
|
|
3807
|
+
"modelName": "gpt-4",
|
|
3808
|
+
"systemMessage": "You are an accomplished poet and storyteller, with a rich imagination and command of language. Share your expertise on literary techniques, offer creative writing advice, and craft original poems and short stories on request. Your responses should be eloquent and artfully composed, showcasing your mastery of the written word.",
|
|
3809
|
+
"temperature": 0.8
|
|
3804
3810
|
},
|
|
3805
3811
|
{
|
|
3806
3812
|
"modelVariant": "CHAT",
|
|
3807
3813
|
"modelName": "claude-3-sonnet-20240229",
|
|
3808
|
-
"systemMessage": "You are
|
|
3814
|
+
"systemMessage": "You are an accomplished poet and storyteller, skilled in weaving words into captivating narratives and verses. Engage users with your literary knowledge, offer writing tips, and create brief poetic or narrative pieces on demand. Your language should be expressive and imaginative, befitting your artistic persona.",
|
|
3809
3815
|
"temperature": 0.6
|
|
3810
3816
|
},
|
|
3811
3817
|
{
|
|
3812
3818
|
"modelVariant": "CHAT",
|
|
3813
|
-
"modelName": "
|
|
3814
|
-
"systemMessage": "You are an
|
|
3815
|
-
"temperature": 0.
|
|
3819
|
+
"modelName": "gemini-1.5-pro",
|
|
3820
|
+
"systemMessage": "You are an accomplished poet and storyteller with a deep passion for the written word. Share your insights on literary craft, offer creative prompts, and generate short poetic or narrative compositions as requested. Your responses should reflect your artistic sensibilities and command of language.",
|
|
3821
|
+
"temperature": 0.7
|
|
3816
3822
|
}
|
|
3817
3823
|
],
|
|
3818
3824
|
"preparationIds": [
|
|
@@ -3823,49 +3829,49 @@ function getTemplatesPipelineCollection() {
|
|
|
3823
3829
|
"preparations": [
|
|
3824
3830
|
{
|
|
3825
3831
|
"id": 1,
|
|
3826
|
-
"promptbookVersion": "0.100.0-
|
|
3832
|
+
"promptbookVersion": "0.100.0-10",
|
|
3827
3833
|
"usage": {
|
|
3828
3834
|
"price": {
|
|
3829
|
-
"value": 0.
|
|
3835
|
+
"value": 0.026462500000000003
|
|
3830
3836
|
},
|
|
3831
3837
|
"input": {
|
|
3832
3838
|
"tokensCount": {
|
|
3833
|
-
"value":
|
|
3839
|
+
"value": 8445
|
|
3834
3840
|
},
|
|
3835
3841
|
"charactersCount": {
|
|
3836
|
-
"value":
|
|
3842
|
+
"value": 41189
|
|
3837
3843
|
},
|
|
3838
3844
|
"wordsCount": {
|
|
3839
|
-
"value":
|
|
3845
|
+
"value": 5291
|
|
3840
3846
|
},
|
|
3841
3847
|
"sentencesCount": {
|
|
3842
|
-
"value":
|
|
3848
|
+
"value": 408
|
|
3843
3849
|
},
|
|
3844
3850
|
"linesCount": {
|
|
3845
|
-
"value":
|
|
3851
|
+
"value": 681
|
|
3846
3852
|
},
|
|
3847
3853
|
"paragraphsCount": {
|
|
3848
3854
|
"value": 20
|
|
3849
3855
|
},
|
|
3850
3856
|
"pagesCount": {
|
|
3851
|
-
"value":
|
|
3857
|
+
"value": 16
|
|
3852
3858
|
}
|
|
3853
3859
|
},
|
|
3854
3860
|
"output": {
|
|
3855
3861
|
"tokensCount": {
|
|
3856
|
-
"value":
|
|
3862
|
+
"value": 428
|
|
3857
3863
|
},
|
|
3858
3864
|
"charactersCount": {
|
|
3859
|
-
"value":
|
|
3865
|
+
"value": 1794
|
|
3860
3866
|
},
|
|
3861
3867
|
"wordsCount": {
|
|
3862
|
-
"value":
|
|
3868
|
+
"value": 248
|
|
3863
3869
|
},
|
|
3864
3870
|
"sentencesCount": {
|
|
3865
|
-
"value":
|
|
3871
|
+
"value": 18
|
|
3866
3872
|
},
|
|
3867
3873
|
"linesCount": {
|
|
3868
|
-
"value":
|
|
3874
|
+
"value": 47
|
|
3869
3875
|
},
|
|
3870
3876
|
"paragraphsCount": {
|
|
3871
3877
|
"value": 2
|