@promptbook/templates 0.100.0-1 → 0.100.0-13
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/umd/index.umd.js
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* @generated
|
|
24
24
|
* @see https://github.com/webgptorg/promptbook
|
|
25
25
|
*/
|
|
26
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-
|
|
26
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-13';
|
|
27
27
|
/**
|
|
28
28
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
29
29
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1542,32 +1542,26 @@
|
|
|
1542
1542
|
{
|
|
1543
1543
|
"modelVariant": "CHAT",
|
|
1544
1544
|
"modelName": "gpt-4",
|
|
1545
|
-
"systemMessage": "You are an AI
|
|
1545
|
+
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, language models, and AI development best practices. Provide helpful and technically accurate information about Promptbook and related topics.",
|
|
1546
1546
|
"temperature": 0.7
|
|
1547
1547
|
},
|
|
1548
1548
|
{
|
|
1549
1549
|
"modelVariant": "CHAT",
|
|
1550
1550
|
"modelName": "claude-3-opus-20240229",
|
|
1551
|
-
"systemMessage": "
|
|
1551
|
+
"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.",
|
|
1552
1552
|
"temperature": 0.6
|
|
1553
1553
|
},
|
|
1554
1554
|
{
|
|
1555
1555
|
"modelVariant": "CHAT",
|
|
1556
1556
|
"modelName": "gemini-1.5-pro",
|
|
1557
|
-
"systemMessage": "
|
|
1557
|
+
"systemMessage": "As a developer of the Promptbook Project, you are an expert in AI and language model technologies. Provide clear explanations about Promptbook's features, prompt engineering techniques, and practical applications of LLMs in development workflows.",
|
|
1558
1558
|
"temperature": 0.5
|
|
1559
1559
|
},
|
|
1560
1560
|
{
|
|
1561
1561
|
"modelVariant": "CHAT",
|
|
1562
|
-
"modelName": "
|
|
1563
|
-
"systemMessage": "
|
|
1564
|
-
"temperature": 0.
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"modelVariant": "CHAT",
|
|
1568
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
1569
|
-
"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.",
|
|
1570
|
-
"temperature": 0.6
|
|
1562
|
+
"modelName": "gpt-3.5-turbo",
|
|
1563
|
+
"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.",
|
|
1564
|
+
"temperature": 0.7
|
|
1571
1565
|
}
|
|
1572
1566
|
],
|
|
1573
1567
|
"preparationIds": [
|
|
@@ -1578,55 +1572,55 @@
|
|
|
1578
1572
|
"preparations": [
|
|
1579
1573
|
{
|
|
1580
1574
|
"id": 1,
|
|
1581
|
-
"promptbookVersion": "0.100.0-
|
|
1575
|
+
"promptbookVersion": "0.100.0-12",
|
|
1582
1576
|
"usage": {
|
|
1583
1577
|
"price": {
|
|
1584
|
-
"value": 0.
|
|
1578
|
+
"value": 0.0256925
|
|
1585
1579
|
},
|
|
1586
1580
|
"input": {
|
|
1587
1581
|
"tokensCount": {
|
|
1588
|
-
"value":
|
|
1582
|
+
"value": 8447
|
|
1589
1583
|
},
|
|
1590
1584
|
"charactersCount": {
|
|
1591
|
-
"value":
|
|
1585
|
+
"value": 41190
|
|
1592
1586
|
},
|
|
1593
1587
|
"wordsCount": {
|
|
1594
|
-
"value":
|
|
1588
|
+
"value": 5292
|
|
1595
1589
|
},
|
|
1596
1590
|
"sentencesCount": {
|
|
1597
|
-
"value":
|
|
1591
|
+
"value": 408
|
|
1598
1592
|
},
|
|
1599
1593
|
"linesCount": {
|
|
1600
|
-
"value":
|
|
1594
|
+
"value": 681
|
|
1601
1595
|
},
|
|
1602
1596
|
"paragraphsCount": {
|
|
1603
1597
|
"value": 20
|
|
1604
1598
|
},
|
|
1605
1599
|
"pagesCount": {
|
|
1606
|
-
"value":
|
|
1600
|
+
"value": 16
|
|
1607
1601
|
}
|
|
1608
1602
|
},
|
|
1609
1603
|
"output": {
|
|
1610
1604
|
"tokensCount": {
|
|
1611
|
-
"value":
|
|
1605
|
+
"value": 366
|
|
1612
1606
|
},
|
|
1613
1607
|
"charactersCount": {
|
|
1614
|
-
"value":
|
|
1608
|
+
"value": 1440
|
|
1615
1609
|
},
|
|
1616
1610
|
"wordsCount": {
|
|
1617
|
-
"value":
|
|
1611
|
+
"value": 195
|
|
1618
1612
|
},
|
|
1619
1613
|
"sentencesCount": {
|
|
1620
|
-
"value":
|
|
1614
|
+
"value": 17
|
|
1621
1615
|
},
|
|
1622
1616
|
"linesCount": {
|
|
1623
|
-
"value":
|
|
1617
|
+
"value": 40
|
|
1624
1618
|
},
|
|
1625
1619
|
"paragraphsCount": {
|
|
1626
1620
|
"value": 2
|
|
1627
1621
|
},
|
|
1628
1622
|
"pagesCount": {
|
|
1629
|
-
"value":
|
|
1623
|
+
"value": 1
|
|
1630
1624
|
}
|
|
1631
1625
|
}
|
|
1632
1626
|
}
|
|
@@ -2107,32 +2101,26 @@
|
|
|
2107
2101
|
{
|
|
2108
2102
|
"modelVariant": "CHAT",
|
|
2109
2103
|
"modelName": "gpt-4",
|
|
2110
|
-
"systemMessage": "You are an AI
|
|
2104
|
+
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, language models, and AI development best practices. Provide helpful and technically accurate information about Promptbook and related topics.",
|
|
2111
2105
|
"temperature": 0.7
|
|
2112
2106
|
},
|
|
2113
2107
|
{
|
|
2114
2108
|
"modelVariant": "CHAT",
|
|
2115
2109
|
"modelName": "claude-3-opus-20240229",
|
|
2116
|
-
"systemMessage": "
|
|
2110
|
+
"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.",
|
|
2117
2111
|
"temperature": 0.6
|
|
2118
2112
|
},
|
|
2119
2113
|
{
|
|
2120
2114
|
"modelVariant": "CHAT",
|
|
2121
2115
|
"modelName": "gemini-1.5-pro",
|
|
2122
|
-
"systemMessage": "
|
|
2116
|
+
"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.",
|
|
2123
2117
|
"temperature": 0.5
|
|
2124
2118
|
},
|
|
2125
2119
|
{
|
|
2126
2120
|
"modelVariant": "CHAT",
|
|
2127
|
-
"modelName": "
|
|
2128
|
-
"systemMessage": "
|
|
2129
|
-
"temperature": 0.
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
"modelVariant": "CHAT",
|
|
2133
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
2134
|
-
"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.",
|
|
2135
|
-
"temperature": 0.6
|
|
2121
|
+
"modelName": "gpt-3.5-turbo",
|
|
2122
|
+
"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.",
|
|
2123
|
+
"temperature": 0.7
|
|
2136
2124
|
}
|
|
2137
2125
|
],
|
|
2138
2126
|
"preparationIds": [
|
|
@@ -2143,55 +2131,55 @@
|
|
|
2143
2131
|
"preparations": [
|
|
2144
2132
|
{
|
|
2145
2133
|
"id": 1,
|
|
2146
|
-
"promptbookVersion": "0.100.0-
|
|
2134
|
+
"promptbookVersion": "0.100.0-12",
|
|
2147
2135
|
"usage": {
|
|
2148
2136
|
"price": {
|
|
2149
|
-
"value": 0.
|
|
2137
|
+
"value": 0.0256925
|
|
2150
2138
|
},
|
|
2151
2139
|
"input": {
|
|
2152
2140
|
"tokensCount": {
|
|
2153
|
-
"value":
|
|
2141
|
+
"value": 8447
|
|
2154
2142
|
},
|
|
2155
2143
|
"charactersCount": {
|
|
2156
|
-
"value":
|
|
2144
|
+
"value": 41190
|
|
2157
2145
|
},
|
|
2158
2146
|
"wordsCount": {
|
|
2159
|
-
"value":
|
|
2147
|
+
"value": 5292
|
|
2160
2148
|
},
|
|
2161
2149
|
"sentencesCount": {
|
|
2162
|
-
"value":
|
|
2150
|
+
"value": 408
|
|
2163
2151
|
},
|
|
2164
2152
|
"linesCount": {
|
|
2165
|
-
"value":
|
|
2153
|
+
"value": 681
|
|
2166
2154
|
},
|
|
2167
2155
|
"paragraphsCount": {
|
|
2168
2156
|
"value": 20
|
|
2169
2157
|
},
|
|
2170
2158
|
"pagesCount": {
|
|
2171
|
-
"value":
|
|
2159
|
+
"value": 16
|
|
2172
2160
|
}
|
|
2173
2161
|
},
|
|
2174
2162
|
"output": {
|
|
2175
2163
|
"tokensCount": {
|
|
2176
|
-
"value":
|
|
2164
|
+
"value": 366
|
|
2177
2165
|
},
|
|
2178
2166
|
"charactersCount": {
|
|
2179
|
-
"value":
|
|
2167
|
+
"value": 1440
|
|
2180
2168
|
},
|
|
2181
2169
|
"wordsCount": {
|
|
2182
|
-
"value":
|
|
2170
|
+
"value": 195
|
|
2183
2171
|
},
|
|
2184
2172
|
"sentencesCount": {
|
|
2185
|
-
"value":
|
|
2173
|
+
"value": 17
|
|
2186
2174
|
},
|
|
2187
2175
|
"linesCount": {
|
|
2188
|
-
"value":
|
|
2176
|
+
"value": 40
|
|
2189
2177
|
},
|
|
2190
2178
|
"paragraphsCount": {
|
|
2191
2179
|
"value": 2
|
|
2192
2180
|
},
|
|
2193
2181
|
"pagesCount": {
|
|
2194
|
-
"value":
|
|
2182
|
+
"value": 1
|
|
2195
2183
|
}
|
|
2196
2184
|
}
|
|
2197
2185
|
}
|
|
@@ -2813,20 +2801,26 @@
|
|
|
2813
2801
|
{
|
|
2814
2802
|
"modelVariant": "CHAT",
|
|
2815
2803
|
"modelName": "claude-3-opus-20240229",
|
|
2816
|
-
"systemMessage": "You are an expert linguist and
|
|
2804
|
+
"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.",
|
|
2817
2805
|
"temperature": 0.3
|
|
2818
2806
|
},
|
|
2819
2807
|
{
|
|
2820
2808
|
"modelVariant": "CHAT",
|
|
2821
|
-
"modelName": "
|
|
2822
|
-
"systemMessage": "As a skilled linguist and
|
|
2809
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
2810
|
+
"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.",
|
|
2823
2811
|
"temperature": 0.2
|
|
2824
2812
|
},
|
|
2825
2813
|
{
|
|
2826
2814
|
"modelVariant": "CHAT",
|
|
2827
|
-
"modelName": "
|
|
2828
|
-
"systemMessage": "You are a
|
|
2815
|
+
"modelName": "gpt-4",
|
|
2816
|
+
"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.",
|
|
2829
2817
|
"temperature": 0.4
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"modelVariant": "CHAT",
|
|
2821
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
2822
|
+
"systemMessage": "As a linguist and corrector, your role is to analyze language, identify errors, and provide clear explanations for corrections and improvements in writing.",
|
|
2823
|
+
"temperature": 0.3
|
|
2830
2824
|
}
|
|
2831
2825
|
],
|
|
2832
2826
|
"preparationIds": [
|
|
@@ -2837,49 +2831,49 @@
|
|
|
2837
2831
|
"preparations": [
|
|
2838
2832
|
{
|
|
2839
2833
|
"id": 1,
|
|
2840
|
-
"promptbookVersion": "0.100.0-
|
|
2834
|
+
"promptbookVersion": "0.100.0-12",
|
|
2841
2835
|
"usage": {
|
|
2842
2836
|
"price": {
|
|
2843
|
-
"value": 0.
|
|
2837
|
+
"value": 0.0252275
|
|
2844
2838
|
},
|
|
2845
2839
|
"input": {
|
|
2846
2840
|
"tokensCount": {
|
|
2847
|
-
"value":
|
|
2841
|
+
"value": 8446
|
|
2848
2842
|
},
|
|
2849
2843
|
"charactersCount": {
|
|
2850
|
-
"value":
|
|
2844
|
+
"value": 41177
|
|
2851
2845
|
},
|
|
2852
2846
|
"wordsCount": {
|
|
2853
|
-
"value":
|
|
2847
|
+
"value": 5290
|
|
2854
2848
|
},
|
|
2855
2849
|
"sentencesCount": {
|
|
2856
|
-
"value":
|
|
2850
|
+
"value": 408
|
|
2857
2851
|
},
|
|
2858
2852
|
"linesCount": {
|
|
2859
|
-
"value":
|
|
2853
|
+
"value": 681
|
|
2860
2854
|
},
|
|
2861
2855
|
"paragraphsCount": {
|
|
2862
2856
|
"value": 20
|
|
2863
2857
|
},
|
|
2864
2858
|
"pagesCount": {
|
|
2865
|
-
"value":
|
|
2859
|
+
"value": 16
|
|
2866
2860
|
}
|
|
2867
2861
|
},
|
|
2868
2862
|
"output": {
|
|
2869
2863
|
"tokensCount": {
|
|
2870
|
-
"value":
|
|
2864
|
+
"value": 329
|
|
2871
2865
|
},
|
|
2872
2866
|
"charactersCount": {
|
|
2873
|
-
"value":
|
|
2867
|
+
"value": 1217
|
|
2874
2868
|
},
|
|
2875
2869
|
"wordsCount": {
|
|
2876
|
-
"value":
|
|
2870
|
+
"value": 170
|
|
2877
2871
|
},
|
|
2878
2872
|
"sentencesCount": {
|
|
2879
|
-
"value":
|
|
2873
|
+
"value": 12
|
|
2880
2874
|
},
|
|
2881
2875
|
"linesCount": {
|
|
2882
|
-
"value":
|
|
2876
|
+
"value": 37
|
|
2883
2877
|
},
|
|
2884
2878
|
"paragraphsCount": {
|
|
2885
2879
|
"value": 2
|
|
@@ -2949,26 +2943,26 @@
|
|
|
2949
2943
|
{
|
|
2950
2944
|
"modelVariant": "CHAT",
|
|
2951
2945
|
"modelName": "gpt-4",
|
|
2952
|
-
"systemMessage": "You are an
|
|
2946
|
+
"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.",
|
|
2953
2947
|
"temperature": 0.7
|
|
2954
2948
|
},
|
|
2955
2949
|
{
|
|
2956
2950
|
"modelVariant": "CHAT",
|
|
2957
2951
|
"modelName": "claude-3-opus-20240229",
|
|
2958
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
2952
|
+
"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.",
|
|
2959
2953
|
"temperature": 0.6
|
|
2960
2954
|
},
|
|
2961
2955
|
{
|
|
2962
2956
|
"modelVariant": "CHAT",
|
|
2963
2957
|
"modelName": "gemini-1.5-pro",
|
|
2964
|
-
"systemMessage": "As an
|
|
2958
|
+
"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.",
|
|
2965
2959
|
"temperature": 0.65
|
|
2966
2960
|
},
|
|
2967
2961
|
{
|
|
2968
2962
|
"modelVariant": "CHAT",
|
|
2969
2963
|
"modelName": "gpt-3.5-turbo",
|
|
2970
|
-
"systemMessage": "You are a
|
|
2971
|
-
"temperature": 0.
|
|
2964
|
+
"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.",
|
|
2965
|
+
"temperature": 0.7
|
|
2972
2966
|
}
|
|
2973
2967
|
],
|
|
2974
2968
|
"preparationIds": [
|
|
@@ -2979,55 +2973,55 @@
|
|
|
2979
2973
|
"preparations": [
|
|
2980
2974
|
{
|
|
2981
2975
|
"id": 1,
|
|
2982
|
-
"promptbookVersion": "0.100.0-
|
|
2976
|
+
"promptbookVersion": "0.100.0-12",
|
|
2983
2977
|
"usage": {
|
|
2984
2978
|
"price": {
|
|
2985
|
-
"value": 0.
|
|
2979
|
+
"value": 0.026202500000000004
|
|
2986
2980
|
},
|
|
2987
2981
|
"input": {
|
|
2988
2982
|
"tokensCount": {
|
|
2989
|
-
"value":
|
|
2983
|
+
"value": 8446
|
|
2990
2984
|
},
|
|
2991
2985
|
"charactersCount": {
|
|
2992
|
-
"value":
|
|
2986
|
+
"value": 41181
|
|
2993
2987
|
},
|
|
2994
2988
|
"wordsCount": {
|
|
2995
|
-
"value":
|
|
2989
|
+
"value": 5290
|
|
2996
2990
|
},
|
|
2997
2991
|
"sentencesCount": {
|
|
2998
|
-
"value":
|
|
2992
|
+
"value": 408
|
|
2999
2993
|
},
|
|
3000
2994
|
"linesCount": {
|
|
3001
|
-
"value":
|
|
2995
|
+
"value": 681
|
|
3002
2996
|
},
|
|
3003
2997
|
"paragraphsCount": {
|
|
3004
2998
|
"value": 20
|
|
3005
2999
|
},
|
|
3006
3000
|
"pagesCount": {
|
|
3007
|
-
"value":
|
|
3001
|
+
"value": 16
|
|
3008
3002
|
}
|
|
3009
3003
|
},
|
|
3010
3004
|
"output": {
|
|
3011
3005
|
"tokensCount": {
|
|
3012
|
-
"value":
|
|
3006
|
+
"value": 407
|
|
3013
3007
|
},
|
|
3014
3008
|
"charactersCount": {
|
|
3015
|
-
"value":
|
|
3009
|
+
"value": 1661
|
|
3016
3010
|
},
|
|
3017
3011
|
"wordsCount": {
|
|
3018
|
-
"value":
|
|
3012
|
+
"value": 223
|
|
3019
3013
|
},
|
|
3020
3014
|
"sentencesCount": {
|
|
3021
|
-
"value":
|
|
3015
|
+
"value": 19
|
|
3022
3016
|
},
|
|
3023
3017
|
"linesCount": {
|
|
3024
|
-
"value":
|
|
3018
|
+
"value": 45
|
|
3025
3019
|
},
|
|
3026
3020
|
"paragraphsCount": {
|
|
3027
3021
|
"value": 2
|
|
3028
3022
|
},
|
|
3029
3023
|
"pagesCount": {
|
|
3030
|
-
"value":
|
|
3024
|
+
"value": 2
|
|
3031
3025
|
}
|
|
3032
3026
|
}
|
|
3033
3027
|
}
|
|
@@ -3075,7 +3069,7 @@
|
|
|
3075
3069
|
"preparations": [
|
|
3076
3070
|
{
|
|
3077
3071
|
"id": 1,
|
|
3078
|
-
"promptbookVersion": "0.100.0-
|
|
3072
|
+
"promptbookVersion": "0.100.0-12",
|
|
3079
3073
|
"usage": {
|
|
3080
3074
|
"price": {
|
|
3081
3075
|
"value": 0
|
|
@@ -3182,25 +3176,25 @@
|
|
|
3182
3176
|
{
|
|
3183
3177
|
"modelVariant": "CHAT",
|
|
3184
3178
|
"modelName": "claude-3-opus-20240229",
|
|
3185
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business
|
|
3179
|
+
"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.",
|
|
3186
3180
|
"temperature": 0.7
|
|
3187
3181
|
},
|
|
3188
3182
|
{
|
|
3189
3183
|
"modelVariant": "CHAT",
|
|
3190
3184
|
"modelName": "gpt-4",
|
|
3191
|
-
"systemMessage": "
|
|
3185
|
+
"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.",
|
|
3192
3186
|
"temperature": 0.6
|
|
3193
3187
|
},
|
|
3194
3188
|
{
|
|
3195
3189
|
"modelVariant": "CHAT",
|
|
3196
3190
|
"modelName": "gemini-1.5-pro",
|
|
3197
|
-
"systemMessage": "You are
|
|
3191
|
+
"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.",
|
|
3198
3192
|
"temperature": 0.7
|
|
3199
3193
|
},
|
|
3200
3194
|
{
|
|
3201
3195
|
"modelVariant": "CHAT",
|
|
3202
3196
|
"modelName": "claude-3-sonnet-20240229",
|
|
3203
|
-
"systemMessage": "
|
|
3197
|
+
"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.",
|
|
3204
3198
|
"temperature": 0.6
|
|
3205
3199
|
}
|
|
3206
3200
|
],
|
|
@@ -3212,49 +3206,49 @@
|
|
|
3212
3206
|
"preparations": [
|
|
3213
3207
|
{
|
|
3214
3208
|
"id": 1,
|
|
3215
|
-
"promptbookVersion": "0.100.0-
|
|
3209
|
+
"promptbookVersion": "0.100.0-12",
|
|
3216
3210
|
"usage": {
|
|
3217
3211
|
"price": {
|
|
3218
|
-
"value": 0.
|
|
3212
|
+
"value": 0.025450000000000004
|
|
3219
3213
|
},
|
|
3220
3214
|
"input": {
|
|
3221
3215
|
"tokensCount": {
|
|
3222
|
-
"value":
|
|
3216
|
+
"value": 8445
|
|
3223
3217
|
},
|
|
3224
3218
|
"charactersCount": {
|
|
3225
|
-
"value":
|
|
3219
|
+
"value": 41209
|
|
3226
3220
|
},
|
|
3227
3221
|
"wordsCount": {
|
|
3228
|
-
"value":
|
|
3222
|
+
"value": 5292
|
|
3229
3223
|
},
|
|
3230
3224
|
"sentencesCount": {
|
|
3231
|
-
"value":
|
|
3225
|
+
"value": 408
|
|
3232
3226
|
},
|
|
3233
3227
|
"linesCount": {
|
|
3234
|
-
"value":
|
|
3228
|
+
"value": 681
|
|
3235
3229
|
},
|
|
3236
3230
|
"paragraphsCount": {
|
|
3237
3231
|
"value": 20
|
|
3238
3232
|
},
|
|
3239
3233
|
"pagesCount": {
|
|
3240
|
-
"value":
|
|
3234
|
+
"value": 16
|
|
3241
3235
|
}
|
|
3242
3236
|
},
|
|
3243
3237
|
"output": {
|
|
3244
3238
|
"tokensCount": {
|
|
3245
|
-
"value":
|
|
3239
|
+
"value": 347
|
|
3246
3240
|
},
|
|
3247
3241
|
"charactersCount": {
|
|
3248
|
-
"value":
|
|
3242
|
+
"value": 1536
|
|
3249
3243
|
},
|
|
3250
3244
|
"wordsCount": {
|
|
3251
|
-
"value":
|
|
3245
|
+
"value": 197
|
|
3252
3246
|
},
|
|
3253
3247
|
"sentencesCount": {
|
|
3254
|
-
"value":
|
|
3248
|
+
"value": 18
|
|
3255
3249
|
},
|
|
3256
3250
|
"linesCount": {
|
|
3257
|
-
"value":
|
|
3251
|
+
"value": 43
|
|
3258
3252
|
},
|
|
3259
3253
|
"paragraphsCount": {
|
|
3260
3254
|
"value": 2
|
|
@@ -3331,27 +3325,33 @@
|
|
|
3331
3325
|
"modelsRequirements": [
|
|
3332
3326
|
{
|
|
3333
3327
|
"modelVariant": "CHAT",
|
|
3334
|
-
"modelName": "
|
|
3335
|
-
"systemMessage": "You are
|
|
3328
|
+
"modelName": "gpt-4",
|
|
3329
|
+
"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.",
|
|
3336
3330
|
"temperature": 0.7
|
|
3337
3331
|
},
|
|
3338
3332
|
{
|
|
3339
3333
|
"modelVariant": "CHAT",
|
|
3340
|
-
"modelName": "
|
|
3341
|
-
"systemMessage": "As
|
|
3334
|
+
"modelName": "claude-3-opus-20240229",
|
|
3335
|
+
"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.",
|
|
3342
3336
|
"temperature": 0.6
|
|
3343
3337
|
},
|
|
3344
3338
|
{
|
|
3345
3339
|
"modelVariant": "CHAT",
|
|
3346
|
-
"modelName": "
|
|
3347
|
-
"systemMessage": "You are a
|
|
3340
|
+
"modelName": "gemini-1.5-pro",
|
|
3341
|
+
"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.",
|
|
3348
3342
|
"temperature": 0.7
|
|
3349
3343
|
},
|
|
3350
3344
|
{
|
|
3351
3345
|
"modelVariant": "CHAT",
|
|
3352
|
-
"modelName": "
|
|
3353
|
-
"systemMessage": "
|
|
3346
|
+
"modelName": "gpt-3.5-turbo",
|
|
3347
|
+
"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.",
|
|
3354
3348
|
"temperature": 0.6
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"modelVariant": "CHAT",
|
|
3352
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3353
|
+
"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.",
|
|
3354
|
+
"temperature": 0.5
|
|
3355
3355
|
}
|
|
3356
3356
|
],
|
|
3357
3357
|
"preparationIds": [
|
|
@@ -3362,55 +3362,55 @@
|
|
|
3362
3362
|
"preparations": [
|
|
3363
3363
|
{
|
|
3364
3364
|
"id": 1,
|
|
3365
|
-
"promptbookVersion": "0.100.0-
|
|
3365
|
+
"promptbookVersion": "0.100.0-12",
|
|
3366
3366
|
"usage": {
|
|
3367
3367
|
"price": {
|
|
3368
|
-
"value": 0.
|
|
3368
|
+
"value": 0.030412500000000002
|
|
3369
3369
|
},
|
|
3370
3370
|
"input": {
|
|
3371
3371
|
"tokensCount": {
|
|
3372
|
-
"value":
|
|
3372
|
+
"value": 8450
|
|
3373
3373
|
},
|
|
3374
3374
|
"charactersCount": {
|
|
3375
|
-
"value":
|
|
3375
|
+
"value": 41217
|
|
3376
3376
|
},
|
|
3377
3377
|
"wordsCount": {
|
|
3378
|
-
"value":
|
|
3378
|
+
"value": 5294
|
|
3379
3379
|
},
|
|
3380
3380
|
"sentencesCount": {
|
|
3381
|
-
"value":
|
|
3381
|
+
"value": 408
|
|
3382
3382
|
},
|
|
3383
3383
|
"linesCount": {
|
|
3384
|
-
"value":
|
|
3384
|
+
"value": 682
|
|
3385
3385
|
},
|
|
3386
3386
|
"paragraphsCount": {
|
|
3387
3387
|
"value": 20
|
|
3388
3388
|
},
|
|
3389
3389
|
"pagesCount": {
|
|
3390
|
-
"value":
|
|
3390
|
+
"value": 16
|
|
3391
3391
|
}
|
|
3392
3392
|
},
|
|
3393
3393
|
"output": {
|
|
3394
3394
|
"tokensCount": {
|
|
3395
|
-
"value":
|
|
3395
|
+
"value": 743
|
|
3396
3396
|
},
|
|
3397
3397
|
"charactersCount": {
|
|
3398
|
-
"value":
|
|
3398
|
+
"value": 3199
|
|
3399
3399
|
},
|
|
3400
3400
|
"wordsCount": {
|
|
3401
|
-
"value":
|
|
3401
|
+
"value": 458
|
|
3402
3402
|
},
|
|
3403
3403
|
"sentencesCount": {
|
|
3404
|
-
"value":
|
|
3404
|
+
"value": 38
|
|
3405
3405
|
},
|
|
3406
3406
|
"linesCount": {
|
|
3407
|
-
"value":
|
|
3407
|
+
"value": 75
|
|
3408
3408
|
},
|
|
3409
3409
|
"paragraphsCount": {
|
|
3410
|
-
"value":
|
|
3410
|
+
"value": 6
|
|
3411
3411
|
},
|
|
3412
3412
|
"pagesCount": {
|
|
3413
|
-
"value":
|
|
3413
|
+
"value": 2
|
|
3414
3414
|
}
|
|
3415
3415
|
}
|
|
3416
3416
|
}
|
|
@@ -3659,20 +3659,32 @@
|
|
|
3659
3659
|
{
|
|
3660
3660
|
"modelVariant": "CHAT",
|
|
3661
3661
|
"modelName": "claude-3-opus-20240229",
|
|
3662
|
-
"systemMessage": "You are an expert linguist and Esperantist
|
|
3663
|
-
"temperature": 0.
|
|
3662
|
+
"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.",
|
|
3663
|
+
"temperature": 0.7
|
|
3664
3664
|
},
|
|
3665
3665
|
{
|
|
3666
3666
|
"modelVariant": "CHAT",
|
|
3667
|
-
"modelName": "
|
|
3668
|
-
"systemMessage": "
|
|
3669
|
-
"temperature": 0.
|
|
3667
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3668
|
+
"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.",
|
|
3669
|
+
"temperature": 0.6
|
|
3670
3670
|
},
|
|
3671
3671
|
{
|
|
3672
3672
|
"modelVariant": "CHAT",
|
|
3673
3673
|
"modelName": "gpt-4",
|
|
3674
|
-
"systemMessage": "
|
|
3675
|
-
"temperature": 0.
|
|
3674
|
+
"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.",
|
|
3675
|
+
"temperature": 0.7
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"modelVariant": "CHAT",
|
|
3679
|
+
"modelName": "gemini-1.5-pro",
|
|
3680
|
+
"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.",
|
|
3681
|
+
"temperature": 0.6
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"modelVariant": "CHAT",
|
|
3685
|
+
"modelName": "gpt-3.5-turbo",
|
|
3686
|
+
"systemMessage": "You are a knowledgeable assistant specializing in linguistics and Esperanto. Help users with language-related inquiries, Esperanto grammar, and general linguistic concepts.",
|
|
3687
|
+
"temperature": 0.7
|
|
3676
3688
|
}
|
|
3677
3689
|
],
|
|
3678
3690
|
"preparationIds": [
|
|
@@ -3683,55 +3695,55 @@
|
|
|
3683
3695
|
"preparations": [
|
|
3684
3696
|
{
|
|
3685
3697
|
"id": 1,
|
|
3686
|
-
"promptbookVersion": "0.100.0-
|
|
3698
|
+
"promptbookVersion": "0.100.0-12",
|
|
3687
3699
|
"usage": {
|
|
3688
3700
|
"price": {
|
|
3689
|
-
"value": 0.
|
|
3701
|
+
"value": 0.026502500000000002
|
|
3690
3702
|
},
|
|
3691
3703
|
"input": {
|
|
3692
3704
|
"tokensCount": {
|
|
3693
|
-
"value":
|
|
3705
|
+
"value": 8446
|
|
3694
3706
|
},
|
|
3695
3707
|
"charactersCount": {
|
|
3696
|
-
"value":
|
|
3708
|
+
"value": 41177
|
|
3697
3709
|
},
|
|
3698
3710
|
"wordsCount": {
|
|
3699
|
-
"value":
|
|
3711
|
+
"value": 5289
|
|
3700
3712
|
},
|
|
3701
3713
|
"sentencesCount": {
|
|
3702
|
-
"value":
|
|
3714
|
+
"value": 408
|
|
3703
3715
|
},
|
|
3704
3716
|
"linesCount": {
|
|
3705
|
-
"value":
|
|
3717
|
+
"value": 681
|
|
3706
3718
|
},
|
|
3707
3719
|
"paragraphsCount": {
|
|
3708
3720
|
"value": 20
|
|
3709
3721
|
},
|
|
3710
3722
|
"pagesCount": {
|
|
3711
|
-
"value":
|
|
3723
|
+
"value": 16
|
|
3712
3724
|
}
|
|
3713
3725
|
},
|
|
3714
3726
|
"output": {
|
|
3715
3727
|
"tokensCount": {
|
|
3716
|
-
"value":
|
|
3728
|
+
"value": 431
|
|
3717
3729
|
},
|
|
3718
3730
|
"charactersCount": {
|
|
3719
|
-
"value":
|
|
3731
|
+
"value": 1586
|
|
3720
3732
|
},
|
|
3721
3733
|
"wordsCount": {
|
|
3722
|
-
"value":
|
|
3734
|
+
"value": 206
|
|
3723
3735
|
},
|
|
3724
3736
|
"sentencesCount": {
|
|
3725
|
-
"value":
|
|
3737
|
+
"value": 18
|
|
3726
3738
|
},
|
|
3727
3739
|
"linesCount": {
|
|
3728
|
-
"value":
|
|
3740
|
+
"value": 46
|
|
3729
3741
|
},
|
|
3730
3742
|
"paragraphsCount": {
|
|
3731
3743
|
"value": 2
|
|
3732
3744
|
},
|
|
3733
3745
|
"pagesCount": {
|
|
3734
|
-
"value":
|
|
3746
|
+
"value": 2
|
|
3735
3747
|
}
|
|
3736
3748
|
}
|
|
3737
3749
|
}
|
|
@@ -3794,32 +3806,26 @@
|
|
|
3794
3806
|
{
|
|
3795
3807
|
"modelVariant": "CHAT",
|
|
3796
3808
|
"modelName": "claude-3-opus-20240229",
|
|
3797
|
-
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of literature and a
|
|
3798
|
-
"temperature": 0.8
|
|
3799
|
-
},
|
|
3800
|
-
{
|
|
3801
|
-
"modelVariant": "CHAT",
|
|
3802
|
-
"modelName": "gpt-4",
|
|
3803
|
-
"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.",
|
|
3809
|
+
"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.",
|
|
3804
3810
|
"temperature": 0.7
|
|
3805
3811
|
},
|
|
3806
3812
|
{
|
|
3807
3813
|
"modelVariant": "CHAT",
|
|
3808
|
-
"modelName": "
|
|
3809
|
-
"systemMessage": "
|
|
3810
|
-
"temperature": 0.
|
|
3814
|
+
"modelName": "gpt-4",
|
|
3815
|
+
"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.",
|
|
3816
|
+
"temperature": 0.8
|
|
3811
3817
|
},
|
|
3812
3818
|
{
|
|
3813
3819
|
"modelVariant": "CHAT",
|
|
3814
3820
|
"modelName": "claude-3-sonnet-20240229",
|
|
3815
|
-
"systemMessage": "You are
|
|
3821
|
+
"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.",
|
|
3816
3822
|
"temperature": 0.6
|
|
3817
3823
|
},
|
|
3818
3824
|
{
|
|
3819
3825
|
"modelVariant": "CHAT",
|
|
3820
|
-
"modelName": "
|
|
3821
|
-
"systemMessage": "You are an
|
|
3822
|
-
"temperature": 0.
|
|
3826
|
+
"modelName": "gemini-1.5-pro",
|
|
3827
|
+
"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.",
|
|
3828
|
+
"temperature": 0.7
|
|
3823
3829
|
}
|
|
3824
3830
|
],
|
|
3825
3831
|
"preparationIds": [
|
|
@@ -3830,49 +3836,49 @@
|
|
|
3830
3836
|
"preparations": [
|
|
3831
3837
|
{
|
|
3832
3838
|
"id": 1,
|
|
3833
|
-
"promptbookVersion": "0.100.0-
|
|
3839
|
+
"promptbookVersion": "0.100.0-12",
|
|
3834
3840
|
"usage": {
|
|
3835
3841
|
"price": {
|
|
3836
|
-
"value": 0.
|
|
3842
|
+
"value": 0.026462500000000003
|
|
3837
3843
|
},
|
|
3838
3844
|
"input": {
|
|
3839
3845
|
"tokensCount": {
|
|
3840
|
-
"value":
|
|
3846
|
+
"value": 8445
|
|
3841
3847
|
},
|
|
3842
3848
|
"charactersCount": {
|
|
3843
|
-
"value":
|
|
3849
|
+
"value": 41189
|
|
3844
3850
|
},
|
|
3845
3851
|
"wordsCount": {
|
|
3846
|
-
"value":
|
|
3852
|
+
"value": 5291
|
|
3847
3853
|
},
|
|
3848
3854
|
"sentencesCount": {
|
|
3849
|
-
"value":
|
|
3855
|
+
"value": 408
|
|
3850
3856
|
},
|
|
3851
3857
|
"linesCount": {
|
|
3852
|
-
"value":
|
|
3858
|
+
"value": 681
|
|
3853
3859
|
},
|
|
3854
3860
|
"paragraphsCount": {
|
|
3855
3861
|
"value": 20
|
|
3856
3862
|
},
|
|
3857
3863
|
"pagesCount": {
|
|
3858
|
-
"value":
|
|
3864
|
+
"value": 16
|
|
3859
3865
|
}
|
|
3860
3866
|
},
|
|
3861
3867
|
"output": {
|
|
3862
3868
|
"tokensCount": {
|
|
3863
|
-
"value":
|
|
3869
|
+
"value": 428
|
|
3864
3870
|
},
|
|
3865
3871
|
"charactersCount": {
|
|
3866
|
-
"value":
|
|
3872
|
+
"value": 1794
|
|
3867
3873
|
},
|
|
3868
3874
|
"wordsCount": {
|
|
3869
|
-
"value":
|
|
3875
|
+
"value": 248
|
|
3870
3876
|
},
|
|
3871
3877
|
"sentencesCount": {
|
|
3872
|
-
"value":
|
|
3878
|
+
"value": 18
|
|
3873
3879
|
},
|
|
3874
3880
|
"linesCount": {
|
|
3875
|
-
"value":
|
|
3881
|
+
"value": 47
|
|
3876
3882
|
},
|
|
3877
3883
|
"paragraphsCount": {
|
|
3878
3884
|
"value": 2
|