@promptbook/templates 0.100.0-10 → 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 +174 -156
- 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 +174 -156
- package/umd/index.umd.js.map +1 -1
package/umd/index.umd.js
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* @generated
|
|
24
24
|
* @see https://github.com/webgptorg/promptbook
|
|
25
25
|
*/
|
|
26
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-
|
|
26
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-11';
|
|
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,19 +1542,25 @@
|
|
|
1542
1542
|
{
|
|
1543
1543
|
"modelVariant": "CHAT",
|
|
1544
1544
|
"modelName": "gpt-4",
|
|
1545
|
-
"systemMessage": "You are an experienced AI engineer and developer
|
|
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": "You are a knowledgeable
|
|
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": "As a
|
|
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
|
+
"temperature": 0.5
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"modelVariant": "CHAT",
|
|
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.",
|
|
1558
1564
|
"temperature": 0.7
|
|
1559
1565
|
}
|
|
1560
1566
|
],
|
|
@@ -1566,26 +1572,26 @@
|
|
|
1566
1572
|
"preparations": [
|
|
1567
1573
|
{
|
|
1568
1574
|
"id": 1,
|
|
1569
|
-
"promptbookVersion": "0.100.0-
|
|
1575
|
+
"promptbookVersion": "0.100.0-10",
|
|
1570
1576
|
"usage": {
|
|
1571
1577
|
"price": {
|
|
1572
|
-
"value": 0.
|
|
1578
|
+
"value": 0.0256925
|
|
1573
1579
|
},
|
|
1574
1580
|
"input": {
|
|
1575
1581
|
"tokensCount": {
|
|
1576
|
-
"value":
|
|
1582
|
+
"value": 8447
|
|
1577
1583
|
},
|
|
1578
1584
|
"charactersCount": {
|
|
1579
|
-
"value":
|
|
1585
|
+
"value": 41190
|
|
1580
1586
|
},
|
|
1581
1587
|
"wordsCount": {
|
|
1582
|
-
"value":
|
|
1588
|
+
"value": 5292
|
|
1583
1589
|
},
|
|
1584
1590
|
"sentencesCount": {
|
|
1585
|
-
"value":
|
|
1591
|
+
"value": 408
|
|
1586
1592
|
},
|
|
1587
1593
|
"linesCount": {
|
|
1588
|
-
"value":
|
|
1594
|
+
"value": 681
|
|
1589
1595
|
},
|
|
1590
1596
|
"paragraphsCount": {
|
|
1591
1597
|
"value": 20
|
|
@@ -1596,19 +1602,19 @@
|
|
|
1596
1602
|
},
|
|
1597
1603
|
"output": {
|
|
1598
1604
|
"tokensCount": {
|
|
1599
|
-
"value":
|
|
1605
|
+
"value": 366
|
|
1600
1606
|
},
|
|
1601
1607
|
"charactersCount": {
|
|
1602
|
-
"value":
|
|
1608
|
+
"value": 1440
|
|
1603
1609
|
},
|
|
1604
1610
|
"wordsCount": {
|
|
1605
1611
|
"value": 195
|
|
1606
1612
|
},
|
|
1607
1613
|
"sentencesCount": {
|
|
1608
|
-
"value":
|
|
1614
|
+
"value": 17
|
|
1609
1615
|
},
|
|
1610
1616
|
"linesCount": {
|
|
1611
|
-
"value":
|
|
1617
|
+
"value": 40
|
|
1612
1618
|
},
|
|
1613
1619
|
"paragraphsCount": {
|
|
1614
1620
|
"value": 2
|
|
@@ -2095,19 +2101,25 @@
|
|
|
2095
2101
|
{
|
|
2096
2102
|
"modelVariant": "CHAT",
|
|
2097
2103
|
"modelName": "gpt-4",
|
|
2098
|
-
"systemMessage": "You are an experienced AI engineer and developer
|
|
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.",
|
|
2099
2105
|
"temperature": 0.7
|
|
2100
2106
|
},
|
|
2101
2107
|
{
|
|
2102
2108
|
"modelVariant": "CHAT",
|
|
2103
2109
|
"modelName": "claude-3-opus-20240229",
|
|
2104
|
-
"systemMessage": "You are a knowledgeable
|
|
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.",
|
|
2105
2111
|
"temperature": 0.6
|
|
2106
2112
|
},
|
|
2107
2113
|
{
|
|
2108
2114
|
"modelVariant": "CHAT",
|
|
2109
2115
|
"modelName": "gemini-1.5-pro",
|
|
2110
|
-
"systemMessage": "As a
|
|
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.",
|
|
2117
|
+
"temperature": 0.5
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
"modelVariant": "CHAT",
|
|
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.",
|
|
2111
2123
|
"temperature": 0.7
|
|
2112
2124
|
}
|
|
2113
2125
|
],
|
|
@@ -2119,26 +2131,26 @@
|
|
|
2119
2131
|
"preparations": [
|
|
2120
2132
|
{
|
|
2121
2133
|
"id": 1,
|
|
2122
|
-
"promptbookVersion": "0.100.0-
|
|
2134
|
+
"promptbookVersion": "0.100.0-10",
|
|
2123
2135
|
"usage": {
|
|
2124
2136
|
"price": {
|
|
2125
|
-
"value": 0.
|
|
2137
|
+
"value": 0.0256925
|
|
2126
2138
|
},
|
|
2127
2139
|
"input": {
|
|
2128
2140
|
"tokensCount": {
|
|
2129
|
-
"value":
|
|
2141
|
+
"value": 8447
|
|
2130
2142
|
},
|
|
2131
2143
|
"charactersCount": {
|
|
2132
|
-
"value":
|
|
2144
|
+
"value": 41190
|
|
2133
2145
|
},
|
|
2134
2146
|
"wordsCount": {
|
|
2135
|
-
"value":
|
|
2147
|
+
"value": 5292
|
|
2136
2148
|
},
|
|
2137
2149
|
"sentencesCount": {
|
|
2138
|
-
"value":
|
|
2150
|
+
"value": 408
|
|
2139
2151
|
},
|
|
2140
2152
|
"linesCount": {
|
|
2141
|
-
"value":
|
|
2153
|
+
"value": 681
|
|
2142
2154
|
},
|
|
2143
2155
|
"paragraphsCount": {
|
|
2144
2156
|
"value": 20
|
|
@@ -2149,19 +2161,19 @@
|
|
|
2149
2161
|
},
|
|
2150
2162
|
"output": {
|
|
2151
2163
|
"tokensCount": {
|
|
2152
|
-
"value":
|
|
2164
|
+
"value": 366
|
|
2153
2165
|
},
|
|
2154
2166
|
"charactersCount": {
|
|
2155
|
-
"value":
|
|
2167
|
+
"value": 1440
|
|
2156
2168
|
},
|
|
2157
2169
|
"wordsCount": {
|
|
2158
2170
|
"value": 195
|
|
2159
2171
|
},
|
|
2160
2172
|
"sentencesCount": {
|
|
2161
|
-
"value":
|
|
2173
|
+
"value": 17
|
|
2162
2174
|
},
|
|
2163
2175
|
"linesCount": {
|
|
2164
|
-
"value":
|
|
2176
|
+
"value": 40
|
|
2165
2177
|
},
|
|
2166
2178
|
"paragraphsCount": {
|
|
2167
2179
|
"value": 2
|
|
@@ -2789,26 +2801,26 @@
|
|
|
2789
2801
|
{
|
|
2790
2802
|
"modelVariant": "CHAT",
|
|
2791
2803
|
"modelName": "claude-3-opus-20240229",
|
|
2792
|
-
"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.",
|
|
2793
2805
|
"temperature": 0.3
|
|
2794
2806
|
},
|
|
2795
2807
|
{
|
|
2796
2808
|
"modelVariant": "CHAT",
|
|
2797
|
-
"modelName": "
|
|
2798
|
-
"systemMessage": "
|
|
2799
|
-
"temperature": 0.
|
|
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.",
|
|
2811
|
+
"temperature": 0.2
|
|
2800
2812
|
},
|
|
2801
2813
|
{
|
|
2802
2814
|
"modelVariant": "CHAT",
|
|
2803
|
-
"modelName": "
|
|
2804
|
-
"systemMessage": "You are a
|
|
2805
|
-
"temperature": 0.
|
|
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.",
|
|
2817
|
+
"temperature": 0.4
|
|
2806
2818
|
},
|
|
2807
2819
|
{
|
|
2808
2820
|
"modelVariant": "CHAT",
|
|
2809
|
-
"modelName": "
|
|
2810
|
-
"systemMessage": "
|
|
2811
|
-
"temperature": 0.
|
|
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
|
|
2812
2824
|
}
|
|
2813
2825
|
],
|
|
2814
2826
|
"preparationIds": [
|
|
@@ -2819,26 +2831,26 @@
|
|
|
2819
2831
|
"preparations": [
|
|
2820
2832
|
{
|
|
2821
2833
|
"id": 1,
|
|
2822
|
-
"promptbookVersion": "0.100.0-
|
|
2834
|
+
"promptbookVersion": "0.100.0-10",
|
|
2823
2835
|
"usage": {
|
|
2824
2836
|
"price": {
|
|
2825
|
-
"value": 0.
|
|
2837
|
+
"value": 0.0252275
|
|
2826
2838
|
},
|
|
2827
2839
|
"input": {
|
|
2828
2840
|
"tokensCount": {
|
|
2829
|
-
"value":
|
|
2841
|
+
"value": 8446
|
|
2830
2842
|
},
|
|
2831
2843
|
"charactersCount": {
|
|
2832
|
-
"value":
|
|
2844
|
+
"value": 41177
|
|
2833
2845
|
},
|
|
2834
2846
|
"wordsCount": {
|
|
2835
|
-
"value":
|
|
2847
|
+
"value": 5290
|
|
2836
2848
|
},
|
|
2837
2849
|
"sentencesCount": {
|
|
2838
|
-
"value":
|
|
2850
|
+
"value": 408
|
|
2839
2851
|
},
|
|
2840
2852
|
"linesCount": {
|
|
2841
|
-
"value":
|
|
2853
|
+
"value": 681
|
|
2842
2854
|
},
|
|
2843
2855
|
"paragraphsCount": {
|
|
2844
2856
|
"value": 20
|
|
@@ -2849,19 +2861,19 @@
|
|
|
2849
2861
|
},
|
|
2850
2862
|
"output": {
|
|
2851
2863
|
"tokensCount": {
|
|
2852
|
-
"value":
|
|
2864
|
+
"value": 329
|
|
2853
2865
|
},
|
|
2854
2866
|
"charactersCount": {
|
|
2855
|
-
"value":
|
|
2867
|
+
"value": 1217
|
|
2856
2868
|
},
|
|
2857
2869
|
"wordsCount": {
|
|
2858
|
-
"value":
|
|
2870
|
+
"value": 170
|
|
2859
2871
|
},
|
|
2860
2872
|
"sentencesCount": {
|
|
2861
|
-
"value":
|
|
2873
|
+
"value": 12
|
|
2862
2874
|
},
|
|
2863
2875
|
"linesCount": {
|
|
2864
|
-
"value":
|
|
2876
|
+
"value": 37
|
|
2865
2877
|
},
|
|
2866
2878
|
"paragraphsCount": {
|
|
2867
2879
|
"value": 2
|
|
@@ -2931,20 +2943,26 @@
|
|
|
2931
2943
|
{
|
|
2932
2944
|
"modelVariant": "CHAT",
|
|
2933
2945
|
"modelName": "gpt-4",
|
|
2934
|
-
"systemMessage": "You are an expert e-commerce copywriter.
|
|
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.",
|
|
2935
2947
|
"temperature": 0.7
|
|
2936
2948
|
},
|
|
2937
2949
|
{
|
|
2938
2950
|
"modelVariant": "CHAT",
|
|
2939
2951
|
"modelName": "claude-3-opus-20240229",
|
|
2940
|
-
"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.",
|
|
2941
2953
|
"temperature": 0.6
|
|
2942
2954
|
},
|
|
2943
2955
|
{
|
|
2944
2956
|
"modelVariant": "CHAT",
|
|
2945
2957
|
"modelName": "gemini-1.5-pro",
|
|
2946
|
-
"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.",
|
|
2947
2959
|
"temperature": 0.65
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
"modelVariant": "CHAT",
|
|
2963
|
+
"modelName": "gpt-3.5-turbo",
|
|
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
|
|
2948
2966
|
}
|
|
2949
2967
|
],
|
|
2950
2968
|
"preparationIds": [
|
|
@@ -2955,26 +2973,26 @@
|
|
|
2955
2973
|
"preparations": [
|
|
2956
2974
|
{
|
|
2957
2975
|
"id": 1,
|
|
2958
|
-
"promptbookVersion": "0.100.0-
|
|
2976
|
+
"promptbookVersion": "0.100.0-10",
|
|
2959
2977
|
"usage": {
|
|
2960
2978
|
"price": {
|
|
2961
|
-
"value": 0.
|
|
2979
|
+
"value": 0.026202500000000004
|
|
2962
2980
|
},
|
|
2963
2981
|
"input": {
|
|
2964
2982
|
"tokensCount": {
|
|
2965
|
-
"value":
|
|
2983
|
+
"value": 8446
|
|
2966
2984
|
},
|
|
2967
2985
|
"charactersCount": {
|
|
2968
|
-
"value":
|
|
2986
|
+
"value": 41181
|
|
2969
2987
|
},
|
|
2970
2988
|
"wordsCount": {
|
|
2971
|
-
"value":
|
|
2989
|
+
"value": 5290
|
|
2972
2990
|
},
|
|
2973
2991
|
"sentencesCount": {
|
|
2974
|
-
"value":
|
|
2992
|
+
"value": 408
|
|
2975
2993
|
},
|
|
2976
2994
|
"linesCount": {
|
|
2977
|
-
"value":
|
|
2995
|
+
"value": 681
|
|
2978
2996
|
},
|
|
2979
2997
|
"paragraphsCount": {
|
|
2980
2998
|
"value": 20
|
|
@@ -2985,25 +3003,25 @@
|
|
|
2985
3003
|
},
|
|
2986
3004
|
"output": {
|
|
2987
3005
|
"tokensCount": {
|
|
2988
|
-
"value":
|
|
3006
|
+
"value": 407
|
|
2989
3007
|
},
|
|
2990
3008
|
"charactersCount": {
|
|
2991
|
-
"value":
|
|
3009
|
+
"value": 1661
|
|
2992
3010
|
},
|
|
2993
3011
|
"wordsCount": {
|
|
2994
|
-
"value":
|
|
3012
|
+
"value": 223
|
|
2995
3013
|
},
|
|
2996
3014
|
"sentencesCount": {
|
|
2997
|
-
"value":
|
|
3015
|
+
"value": 19
|
|
2998
3016
|
},
|
|
2999
3017
|
"linesCount": {
|
|
3000
|
-
"value":
|
|
3018
|
+
"value": 45
|
|
3001
3019
|
},
|
|
3002
3020
|
"paragraphsCount": {
|
|
3003
3021
|
"value": 2
|
|
3004
3022
|
},
|
|
3005
3023
|
"pagesCount": {
|
|
3006
|
-
"value":
|
|
3024
|
+
"value": 2
|
|
3007
3025
|
}
|
|
3008
3026
|
}
|
|
3009
3027
|
}
|
|
@@ -3051,7 +3069,7 @@
|
|
|
3051
3069
|
"preparations": [
|
|
3052
3070
|
{
|
|
3053
3071
|
"id": 1,
|
|
3054
|
-
"promptbookVersion": "0.100.0-
|
|
3072
|
+
"promptbookVersion": "0.100.0-10",
|
|
3055
3073
|
"usage": {
|
|
3056
3074
|
"price": {
|
|
3057
3075
|
"value": 0
|
|
@@ -3157,26 +3175,26 @@
|
|
|
3157
3175
|
"modelsRequirements": [
|
|
3158
3176
|
{
|
|
3159
3177
|
"modelVariant": "CHAT",
|
|
3160
|
-
"modelName": "
|
|
3161
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business planning, and
|
|
3178
|
+
"modelName": "claude-3-opus-20240229",
|
|
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.",
|
|
3162
3180
|
"temperature": 0.7
|
|
3163
3181
|
},
|
|
3164
3182
|
{
|
|
3165
3183
|
"modelVariant": "CHAT",
|
|
3166
|
-
"modelName": "
|
|
3167
|
-
"systemMessage": "You are
|
|
3184
|
+
"modelName": "gpt-4",
|
|
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.",
|
|
3168
3186
|
"temperature": 0.6
|
|
3169
3187
|
},
|
|
3170
3188
|
{
|
|
3171
3189
|
"modelVariant": "CHAT",
|
|
3172
3190
|
"modelName": "gemini-1.5-pro",
|
|
3173
|
-
"systemMessage": "
|
|
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.",
|
|
3174
3192
|
"temperature": 0.7
|
|
3175
3193
|
},
|
|
3176
3194
|
{
|
|
3177
3195
|
"modelVariant": "CHAT",
|
|
3178
3196
|
"modelName": "claude-3-sonnet-20240229",
|
|
3179
|
-
"systemMessage": "You are
|
|
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.",
|
|
3180
3198
|
"temperature": 0.6
|
|
3181
3199
|
}
|
|
3182
3200
|
],
|
|
@@ -3188,26 +3206,26 @@
|
|
|
3188
3206
|
"preparations": [
|
|
3189
3207
|
{
|
|
3190
3208
|
"id": 1,
|
|
3191
|
-
"promptbookVersion": "0.100.0-
|
|
3209
|
+
"promptbookVersion": "0.100.0-10",
|
|
3192
3210
|
"usage": {
|
|
3193
3211
|
"price": {
|
|
3194
|
-
"value": 0.
|
|
3212
|
+
"value": 0.025450000000000004
|
|
3195
3213
|
},
|
|
3196
3214
|
"input": {
|
|
3197
3215
|
"tokensCount": {
|
|
3198
|
-
"value":
|
|
3216
|
+
"value": 8445
|
|
3199
3217
|
},
|
|
3200
3218
|
"charactersCount": {
|
|
3201
|
-
"value":
|
|
3219
|
+
"value": 41209
|
|
3202
3220
|
},
|
|
3203
3221
|
"wordsCount": {
|
|
3204
|
-
"value":
|
|
3222
|
+
"value": 5292
|
|
3205
3223
|
},
|
|
3206
3224
|
"sentencesCount": {
|
|
3207
|
-
"value":
|
|
3225
|
+
"value": 408
|
|
3208
3226
|
},
|
|
3209
3227
|
"linesCount": {
|
|
3210
|
-
"value":
|
|
3228
|
+
"value": 681
|
|
3211
3229
|
},
|
|
3212
3230
|
"paragraphsCount": {
|
|
3213
3231
|
"value": 20
|
|
@@ -3218,19 +3236,19 @@
|
|
|
3218
3236
|
},
|
|
3219
3237
|
"output": {
|
|
3220
3238
|
"tokensCount": {
|
|
3221
|
-
"value":
|
|
3239
|
+
"value": 347
|
|
3222
3240
|
},
|
|
3223
3241
|
"charactersCount": {
|
|
3224
|
-
"value":
|
|
3242
|
+
"value": 1536
|
|
3225
3243
|
},
|
|
3226
3244
|
"wordsCount": {
|
|
3227
|
-
"value":
|
|
3245
|
+
"value": 197
|
|
3228
3246
|
},
|
|
3229
3247
|
"sentencesCount": {
|
|
3230
|
-
"value":
|
|
3248
|
+
"value": 18
|
|
3231
3249
|
},
|
|
3232
3250
|
"linesCount": {
|
|
3233
|
-
"value":
|
|
3251
|
+
"value": 43
|
|
3234
3252
|
},
|
|
3235
3253
|
"paragraphsCount": {
|
|
3236
3254
|
"value": 2
|
|
@@ -3307,33 +3325,33 @@
|
|
|
3307
3325
|
"modelsRequirements": [
|
|
3308
3326
|
{
|
|
3309
3327
|
"modelVariant": "CHAT",
|
|
3310
|
-
"modelName": "
|
|
3311
|
-
"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.",
|
|
3312
3330
|
"temperature": 0.7
|
|
3313
3331
|
},
|
|
3314
3332
|
{
|
|
3315
3333
|
"modelVariant": "CHAT",
|
|
3316
|
-
"modelName": "
|
|
3317
|
-
"systemMessage": "
|
|
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.",
|
|
3318
3336
|
"temperature": 0.6
|
|
3319
3337
|
},
|
|
3320
3338
|
{
|
|
3321
3339
|
"modelVariant": "CHAT",
|
|
3322
|
-
"modelName": "
|
|
3323
|
-
"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.",
|
|
3324
3342
|
"temperature": 0.7
|
|
3325
3343
|
},
|
|
3326
3344
|
{
|
|
3327
3345
|
"modelVariant": "CHAT",
|
|
3328
|
-
"modelName": "
|
|
3329
|
-
"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.",
|
|
3330
3348
|
"temperature": 0.6
|
|
3331
3349
|
},
|
|
3332
3350
|
{
|
|
3333
3351
|
"modelVariant": "CHAT",
|
|
3334
|
-
"modelName": "
|
|
3335
|
-
"systemMessage": "You are a
|
|
3336
|
-
"temperature": 0.
|
|
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
|
|
3337
3355
|
}
|
|
3338
3356
|
],
|
|
3339
3357
|
"preparationIds": [
|
|
@@ -3344,26 +3362,26 @@
|
|
|
3344
3362
|
"preparations": [
|
|
3345
3363
|
{
|
|
3346
3364
|
"id": 1,
|
|
3347
|
-
"promptbookVersion": "0.100.0-
|
|
3365
|
+
"promptbookVersion": "0.100.0-10",
|
|
3348
3366
|
"usage": {
|
|
3349
3367
|
"price": {
|
|
3350
|
-
"value": 0.
|
|
3368
|
+
"value": 0.030412500000000002
|
|
3351
3369
|
},
|
|
3352
3370
|
"input": {
|
|
3353
3371
|
"tokensCount": {
|
|
3354
|
-
"value":
|
|
3372
|
+
"value": 8450
|
|
3355
3373
|
},
|
|
3356
3374
|
"charactersCount": {
|
|
3357
|
-
"value":
|
|
3375
|
+
"value": 41217
|
|
3358
3376
|
},
|
|
3359
3377
|
"wordsCount": {
|
|
3360
|
-
"value":
|
|
3378
|
+
"value": 5294
|
|
3361
3379
|
},
|
|
3362
3380
|
"sentencesCount": {
|
|
3363
|
-
"value":
|
|
3381
|
+
"value": 408
|
|
3364
3382
|
},
|
|
3365
3383
|
"linesCount": {
|
|
3366
|
-
"value":
|
|
3384
|
+
"value": 682
|
|
3367
3385
|
},
|
|
3368
3386
|
"paragraphsCount": {
|
|
3369
3387
|
"value": 20
|
|
@@ -3374,22 +3392,22 @@
|
|
|
3374
3392
|
},
|
|
3375
3393
|
"output": {
|
|
3376
3394
|
"tokensCount": {
|
|
3377
|
-
"value":
|
|
3395
|
+
"value": 743
|
|
3378
3396
|
},
|
|
3379
3397
|
"charactersCount": {
|
|
3380
|
-
"value":
|
|
3398
|
+
"value": 3199
|
|
3381
3399
|
},
|
|
3382
3400
|
"wordsCount": {
|
|
3383
|
-
"value":
|
|
3401
|
+
"value": 458
|
|
3384
3402
|
},
|
|
3385
3403
|
"sentencesCount": {
|
|
3386
|
-
"value":
|
|
3404
|
+
"value": 38
|
|
3387
3405
|
},
|
|
3388
3406
|
"linesCount": {
|
|
3389
|
-
"value":
|
|
3407
|
+
"value": 75
|
|
3390
3408
|
},
|
|
3391
3409
|
"paragraphsCount": {
|
|
3392
|
-
"value":
|
|
3410
|
+
"value": 6
|
|
3393
3411
|
},
|
|
3394
3412
|
"pagesCount": {
|
|
3395
3413
|
"value": 2
|
|
@@ -3641,26 +3659,32 @@
|
|
|
3641
3659
|
{
|
|
3642
3660
|
"modelVariant": "CHAT",
|
|
3643
3661
|
"modelName": "claude-3-opus-20240229",
|
|
3644
|
-
"systemMessage": "You are
|
|
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.",
|
|
3645
3663
|
"temperature": 0.7
|
|
3646
3664
|
},
|
|
3647
3665
|
{
|
|
3648
3666
|
"modelVariant": "CHAT",
|
|
3649
|
-
"modelName": "
|
|
3650
|
-
"systemMessage": "As
|
|
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.",
|
|
3651
3669
|
"temperature": 0.6
|
|
3652
3670
|
},
|
|
3653
3671
|
{
|
|
3654
3672
|
"modelVariant": "CHAT",
|
|
3655
|
-
"modelName": "
|
|
3656
|
-
"systemMessage": "You are
|
|
3673
|
+
"modelName": "gpt-4",
|
|
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.",
|
|
3657
3675
|
"temperature": 0.7
|
|
3658
3676
|
},
|
|
3659
3677
|
{
|
|
3660
3678
|
"modelVariant": "CHAT",
|
|
3661
|
-
"modelName": "
|
|
3662
|
-
"systemMessage": "
|
|
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.",
|
|
3663
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
|
|
3664
3688
|
}
|
|
3665
3689
|
],
|
|
3666
3690
|
"preparationIds": [
|
|
@@ -3671,26 +3695,26 @@
|
|
|
3671
3695
|
"preparations": [
|
|
3672
3696
|
{
|
|
3673
3697
|
"id": 1,
|
|
3674
|
-
"promptbookVersion": "0.100.0-
|
|
3698
|
+
"promptbookVersion": "0.100.0-10",
|
|
3675
3699
|
"usage": {
|
|
3676
3700
|
"price": {
|
|
3677
|
-
"value": 0.
|
|
3701
|
+
"value": 0.026502500000000002
|
|
3678
3702
|
},
|
|
3679
3703
|
"input": {
|
|
3680
3704
|
"tokensCount": {
|
|
3681
|
-
"value":
|
|
3705
|
+
"value": 8446
|
|
3682
3706
|
},
|
|
3683
3707
|
"charactersCount": {
|
|
3684
|
-
"value":
|
|
3708
|
+
"value": 41177
|
|
3685
3709
|
},
|
|
3686
3710
|
"wordsCount": {
|
|
3687
|
-
"value":
|
|
3711
|
+
"value": 5289
|
|
3688
3712
|
},
|
|
3689
3713
|
"sentencesCount": {
|
|
3690
|
-
"value":
|
|
3714
|
+
"value": 408
|
|
3691
3715
|
},
|
|
3692
3716
|
"linesCount": {
|
|
3693
|
-
"value":
|
|
3717
|
+
"value": 681
|
|
3694
3718
|
},
|
|
3695
3719
|
"paragraphsCount": {
|
|
3696
3720
|
"value": 20
|
|
@@ -3701,25 +3725,25 @@
|
|
|
3701
3725
|
},
|
|
3702
3726
|
"output": {
|
|
3703
3727
|
"tokensCount": {
|
|
3704
|
-
"value":
|
|
3728
|
+
"value": 431
|
|
3705
3729
|
},
|
|
3706
3730
|
"charactersCount": {
|
|
3707
|
-
"value":
|
|
3731
|
+
"value": 1586
|
|
3708
3732
|
},
|
|
3709
3733
|
"wordsCount": {
|
|
3710
|
-
"value":
|
|
3734
|
+
"value": 206
|
|
3711
3735
|
},
|
|
3712
3736
|
"sentencesCount": {
|
|
3713
|
-
"value":
|
|
3737
|
+
"value": 18
|
|
3714
3738
|
},
|
|
3715
3739
|
"linesCount": {
|
|
3716
|
-
"value":
|
|
3740
|
+
"value": 46
|
|
3717
3741
|
},
|
|
3718
3742
|
"paragraphsCount": {
|
|
3719
3743
|
"value": 2
|
|
3720
3744
|
},
|
|
3721
3745
|
"pagesCount": {
|
|
3722
|
-
"value":
|
|
3746
|
+
"value": 2
|
|
3723
3747
|
}
|
|
3724
3748
|
}
|
|
3725
3749
|
}
|
|
@@ -3782,32 +3806,26 @@
|
|
|
3782
3806
|
{
|
|
3783
3807
|
"modelVariant": "CHAT",
|
|
3784
3808
|
"modelName": "claude-3-opus-20240229",
|
|
3785
|
-
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of literature and a
|
|
3786
|
-
"temperature": 0.8
|
|
3787
|
-
},
|
|
3788
|
-
{
|
|
3789
|
-
"modelVariant": "CHAT",
|
|
3790
|
-
"modelName": "gpt-4",
|
|
3791
|
-
"systemMessage": "You are a skilled poet and master storyteller, drawing upon centuries of literary tradition to weave captivating tales and craft beautiful verses. Express yourself with artistry and imagination.",
|
|
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.",
|
|
3792
3810
|
"temperature": 0.7
|
|
3793
3811
|
},
|
|
3794
3812
|
{
|
|
3795
3813
|
"modelVariant": "CHAT",
|
|
3796
|
-
"modelName": "
|
|
3797
|
-
"systemMessage": "
|
|
3798
|
-
"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
|
|
3799
3817
|
},
|
|
3800
3818
|
{
|
|
3801
3819
|
"modelVariant": "CHAT",
|
|
3802
3820
|
"modelName": "claude-3-sonnet-20240229",
|
|
3803
|
-
"systemMessage": "
|
|
3804
|
-
"temperature": 0.
|
|
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.",
|
|
3822
|
+
"temperature": 0.6
|
|
3805
3823
|
},
|
|
3806
3824
|
{
|
|
3807
3825
|
"modelVariant": "CHAT",
|
|
3808
|
-
"modelName": "
|
|
3809
|
-
"systemMessage": "You are
|
|
3810
|
-
"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
|
|
3811
3829
|
}
|
|
3812
3830
|
],
|
|
3813
3831
|
"preparationIds": [
|
|
@@ -3818,26 +3836,26 @@
|
|
|
3818
3836
|
"preparations": [
|
|
3819
3837
|
{
|
|
3820
3838
|
"id": 1,
|
|
3821
|
-
"promptbookVersion": "0.100.0-
|
|
3839
|
+
"promptbookVersion": "0.100.0-10",
|
|
3822
3840
|
"usage": {
|
|
3823
3841
|
"price": {
|
|
3824
|
-
"value": 0.
|
|
3842
|
+
"value": 0.026462500000000003
|
|
3825
3843
|
},
|
|
3826
3844
|
"input": {
|
|
3827
3845
|
"tokensCount": {
|
|
3828
|
-
"value":
|
|
3846
|
+
"value": 8445
|
|
3829
3847
|
},
|
|
3830
3848
|
"charactersCount": {
|
|
3831
|
-
"value":
|
|
3849
|
+
"value": 41189
|
|
3832
3850
|
},
|
|
3833
3851
|
"wordsCount": {
|
|
3834
|
-
"value":
|
|
3852
|
+
"value": 5291
|
|
3835
3853
|
},
|
|
3836
3854
|
"sentencesCount": {
|
|
3837
|
-
"value":
|
|
3855
|
+
"value": 408
|
|
3838
3856
|
},
|
|
3839
3857
|
"linesCount": {
|
|
3840
|
-
"value":
|
|
3858
|
+
"value": 681
|
|
3841
3859
|
},
|
|
3842
3860
|
"paragraphsCount": {
|
|
3843
3861
|
"value": 20
|
|
@@ -3848,19 +3866,19 @@
|
|
|
3848
3866
|
},
|
|
3849
3867
|
"output": {
|
|
3850
3868
|
"tokensCount": {
|
|
3851
|
-
"value":
|
|
3869
|
+
"value": 428
|
|
3852
3870
|
},
|
|
3853
3871
|
"charactersCount": {
|
|
3854
|
-
"value":
|
|
3872
|
+
"value": 1794
|
|
3855
3873
|
},
|
|
3856
3874
|
"wordsCount": {
|
|
3857
|
-
"value":
|
|
3875
|
+
"value": 248
|
|
3858
3876
|
},
|
|
3859
3877
|
"sentencesCount": {
|
|
3860
3878
|
"value": 18
|
|
3861
3879
|
},
|
|
3862
3880
|
"linesCount": {
|
|
3863
|
-
"value":
|
|
3881
|
+
"value": 47
|
|
3864
3882
|
},
|
|
3865
3883
|
"paragraphsCount": {
|
|
3866
3884
|
"value": 2
|