@promptbook/templates 0.100.0-19 → 0.100.0-21
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 +140 -152
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/core.index.d.ts +8 -0
- package/esm/typings/src/book-2.0/commitments/ACTION/ACTION.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/FORMAT/FORMAT.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/KNOWLEDGE/KNOWLEDGE.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/META_IMAGE/META_IMAGE.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/META_LINK/META_LINK.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/MODEL/MODEL.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/NOTE/NOTE.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/PERSONA/PERSONA.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/RULE/RULE.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/SAMPLE/SAMPLE.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/STYLE/STYLE.d.ts +1 -1
- package/esm/typings/src/book-2.0/commitments/_base/BaseCommitmentDefinition.d.ts +3 -4
- package/esm/typings/src/book-2.0/commitments/_base/NotYetImplementedCommitmentDefinition.d.ts +2 -3
- package/esm/typings/src/book-2.0/commitments/index.d.ts +22 -20
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +140 -152
- 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-21';
|
|
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,19 @@
|
|
|
1542
1542
|
{
|
|
1543
1543
|
"modelVariant": "CHAT",
|
|
1544
1544
|
"modelName": "gpt-4",
|
|
1545
|
-
"systemMessage": "You are an
|
|
1546
|
-
"temperature": 0.
|
|
1545
|
+
"systemMessage": "You are an AI assistant for a developer working on the Promptbook Project. You have extensive knowledge of prompt engineering, language models, and software development best practices. Provide helpful, accurate, and concise responses to aid in the development process.",
|
|
1546
|
+
"temperature": 0.7
|
|
1547
1547
|
},
|
|
1548
1548
|
{
|
|
1549
1549
|
"modelVariant": "CHAT",
|
|
1550
1550
|
"modelName": "claude-3-opus-20240229",
|
|
1551
|
-
"systemMessage": "You are
|
|
1552
|
-
"temperature": 0.
|
|
1551
|
+
"systemMessage": "You are an AI assistant supporting a developer of the Promptbook Project. Your expertise covers prompt engineering techniques, language model capabilities, and software development workflows. Offer insightful and practical advice to enhance the project's development.",
|
|
1552
|
+
"temperature": 0.6
|
|
1553
1553
|
},
|
|
1554
1554
|
{
|
|
1555
1555
|
"modelVariant": "CHAT",
|
|
1556
1556
|
"modelName": "gemini-1.5-pro",
|
|
1557
|
-
"systemMessage": "As
|
|
1557
|
+
"systemMessage": "As an AI assistant for the Promptbook Project developer, you specialize in prompt engineering, language model applications, and software development. Provide clear, actionable insights to facilitate efficient project development and innovation.",
|
|
1558
1558
|
"temperature": 0.5
|
|
1559
1559
|
}
|
|
1560
1560
|
],
|
|
@@ -1566,26 +1566,26 @@
|
|
|
1566
1566
|
"preparations": [
|
|
1567
1567
|
{
|
|
1568
1568
|
"id": 1,
|
|
1569
|
-
"promptbookVersion": "0.100.0-
|
|
1569
|
+
"promptbookVersion": "0.100.0-20",
|
|
1570
1570
|
"usage": {
|
|
1571
1571
|
"price": {
|
|
1572
|
-
"value": 0.
|
|
1572
|
+
"value": 0.026725000000000002
|
|
1573
1573
|
},
|
|
1574
1574
|
"input": {
|
|
1575
1575
|
"tokensCount": {
|
|
1576
|
-
"value":
|
|
1576
|
+
"value": 9245
|
|
1577
1577
|
},
|
|
1578
1578
|
"charactersCount": {
|
|
1579
|
-
"value":
|
|
1579
|
+
"value": 45289
|
|
1580
1580
|
},
|
|
1581
1581
|
"wordsCount": {
|
|
1582
|
-
"value":
|
|
1582
|
+
"value": 5815
|
|
1583
1583
|
},
|
|
1584
1584
|
"sentencesCount": {
|
|
1585
1585
|
"value": 440
|
|
1586
1586
|
},
|
|
1587
1587
|
"linesCount": {
|
|
1588
|
-
"value":
|
|
1588
|
+
"value": 746
|
|
1589
1589
|
},
|
|
1590
1590
|
"paragraphsCount": {
|
|
1591
1591
|
"value": 20
|
|
@@ -1596,19 +1596,19 @@
|
|
|
1596
1596
|
},
|
|
1597
1597
|
"output": {
|
|
1598
1598
|
"tokensCount": {
|
|
1599
|
-
"value":
|
|
1599
|
+
"value": 289
|
|
1600
1600
|
},
|
|
1601
1601
|
"charactersCount": {
|
|
1602
|
-
"value":
|
|
1602
|
+
"value": 1213
|
|
1603
1603
|
},
|
|
1604
1604
|
"wordsCount": {
|
|
1605
|
-
"value":
|
|
1605
|
+
"value": 162
|
|
1606
1606
|
},
|
|
1607
1607
|
"sentencesCount": {
|
|
1608
|
-
"value":
|
|
1608
|
+
"value": 13
|
|
1609
1609
|
},
|
|
1610
1610
|
"linesCount": {
|
|
1611
|
-
"value":
|
|
1611
|
+
"value": 34
|
|
1612
1612
|
},
|
|
1613
1613
|
"paragraphsCount": {
|
|
1614
1614
|
"value": 2
|
|
@@ -2095,19 +2095,19 @@
|
|
|
2095
2095
|
{
|
|
2096
2096
|
"modelVariant": "CHAT",
|
|
2097
2097
|
"modelName": "gpt-4",
|
|
2098
|
-
"systemMessage": "You are an
|
|
2099
|
-
"temperature": 0.
|
|
2098
|
+
"systemMessage": "You are an AI assistant for a developer working on the Promptbook Project. You have extensive knowledge of prompt engineering, language models, and software development best practices. Provide helpful, accurate, and concise responses to aid in the development process.",
|
|
2099
|
+
"temperature": 0.7
|
|
2100
2100
|
},
|
|
2101
2101
|
{
|
|
2102
2102
|
"modelVariant": "CHAT",
|
|
2103
2103
|
"modelName": "claude-3-opus-20240229",
|
|
2104
|
-
"systemMessage": "You are
|
|
2105
|
-
"temperature": 0.
|
|
2104
|
+
"systemMessage": "You are an AI assistant supporting a developer of the Promptbook Project. Your expertise covers prompt engineering techniques, language model capabilities, and software development workflows. Offer insightful and practical advice to enhance the project's development.",
|
|
2105
|
+
"temperature": 0.6
|
|
2106
2106
|
},
|
|
2107
2107
|
{
|
|
2108
2108
|
"modelVariant": "CHAT",
|
|
2109
2109
|
"modelName": "gemini-1.5-pro",
|
|
2110
|
-
"systemMessage": "As
|
|
2110
|
+
"systemMessage": "As an AI assistant for the Promptbook Project developer, you specialize in prompt engineering, language model applications, and software development. Provide clear, actionable insights to facilitate efficient project development and innovation.",
|
|
2111
2111
|
"temperature": 0.5
|
|
2112
2112
|
}
|
|
2113
2113
|
],
|
|
@@ -2119,26 +2119,26 @@
|
|
|
2119
2119
|
"preparations": [
|
|
2120
2120
|
{
|
|
2121
2121
|
"id": 1,
|
|
2122
|
-
"promptbookVersion": "0.100.0-
|
|
2122
|
+
"promptbookVersion": "0.100.0-20",
|
|
2123
2123
|
"usage": {
|
|
2124
2124
|
"price": {
|
|
2125
|
-
"value": 0.
|
|
2125
|
+
"value": 0.026725000000000002
|
|
2126
2126
|
},
|
|
2127
2127
|
"input": {
|
|
2128
2128
|
"tokensCount": {
|
|
2129
|
-
"value":
|
|
2129
|
+
"value": 9245
|
|
2130
2130
|
},
|
|
2131
2131
|
"charactersCount": {
|
|
2132
|
-
"value":
|
|
2132
|
+
"value": 45289
|
|
2133
2133
|
},
|
|
2134
2134
|
"wordsCount": {
|
|
2135
|
-
"value":
|
|
2135
|
+
"value": 5815
|
|
2136
2136
|
},
|
|
2137
2137
|
"sentencesCount": {
|
|
2138
2138
|
"value": 440
|
|
2139
2139
|
},
|
|
2140
2140
|
"linesCount": {
|
|
2141
|
-
"value":
|
|
2141
|
+
"value": 746
|
|
2142
2142
|
},
|
|
2143
2143
|
"paragraphsCount": {
|
|
2144
2144
|
"value": 20
|
|
@@ -2149,19 +2149,19 @@
|
|
|
2149
2149
|
},
|
|
2150
2150
|
"output": {
|
|
2151
2151
|
"tokensCount": {
|
|
2152
|
-
"value":
|
|
2152
|
+
"value": 289
|
|
2153
2153
|
},
|
|
2154
2154
|
"charactersCount": {
|
|
2155
|
-
"value":
|
|
2155
|
+
"value": 1213
|
|
2156
2156
|
},
|
|
2157
2157
|
"wordsCount": {
|
|
2158
|
-
"value":
|
|
2158
|
+
"value": 162
|
|
2159
2159
|
},
|
|
2160
2160
|
"sentencesCount": {
|
|
2161
|
-
"value":
|
|
2161
|
+
"value": 13
|
|
2162
2162
|
},
|
|
2163
2163
|
"linesCount": {
|
|
2164
|
-
"value":
|
|
2164
|
+
"value": 34
|
|
2165
2165
|
},
|
|
2166
2166
|
"paragraphsCount": {
|
|
2167
2167
|
"value": 2
|
|
@@ -2786,29 +2786,23 @@
|
|
|
2786
2786
|
"name": "Jane",
|
|
2787
2787
|
"description": "a linguist and Corrector",
|
|
2788
2788
|
"modelsRequirements": [
|
|
2789
|
-
{
|
|
2790
|
-
"modelVariant": "CHAT",
|
|
2791
|
-
"modelName": "gpt-4",
|
|
2792
|
-
"systemMessage": "You are an expert linguist and meticulous proofreader. Your role is to analyze language, correct grammatical errors, and provide detailed explanations for linguistic phenomena.",
|
|
2793
|
-
"temperature": 0.3
|
|
2794
|
-
},
|
|
2795
2789
|
{
|
|
2796
2790
|
"modelVariant": "CHAT",
|
|
2797
2791
|
"modelName": "claude-3-opus-20240229",
|
|
2798
|
-
"systemMessage": "
|
|
2799
|
-
"temperature": 0.
|
|
2792
|
+
"systemMessage": "You are an expert linguist and language corrector. Provide detailed linguistic analysis, identify and correct grammatical errors, and offer nuanced explanations of language usage and rules.",
|
|
2793
|
+
"temperature": 0.3
|
|
2800
2794
|
},
|
|
2801
2795
|
{
|
|
2802
2796
|
"modelVariant": "CHAT",
|
|
2803
|
-
"modelName": "
|
|
2804
|
-
"systemMessage": "
|
|
2797
|
+
"modelName": "gpt-4",
|
|
2798
|
+
"systemMessage": "As a skilled linguist and language corrector, your role is to analyze text, identify errors, and provide clear explanations for corrections. Offer insights into grammar, syntax, and language nuances.",
|
|
2805
2799
|
"temperature": 0.4
|
|
2806
2800
|
},
|
|
2807
2801
|
{
|
|
2808
2802
|
"modelVariant": "CHAT",
|
|
2809
|
-
"modelName": "
|
|
2810
|
-
"systemMessage": "
|
|
2811
|
-
"temperature": 0.
|
|
2803
|
+
"modelName": "gemini-1.5-pro",
|
|
2804
|
+
"systemMessage": "You are a knowledgeable linguist and language corrector. Your task is to examine text carefully, point out any language errors, and explain corrections with linguistic precision and clarity.",
|
|
2805
|
+
"temperature": 0.3
|
|
2812
2806
|
}
|
|
2813
2807
|
],
|
|
2814
2808
|
"preparationIds": [
|
|
@@ -2819,26 +2813,26 @@
|
|
|
2819
2813
|
"preparations": [
|
|
2820
2814
|
{
|
|
2821
2815
|
"id": 1,
|
|
2822
|
-
"promptbookVersion": "0.100.0-
|
|
2816
|
+
"promptbookVersion": "0.100.0-20",
|
|
2823
2817
|
"usage": {
|
|
2824
2818
|
"price": {
|
|
2825
|
-
"value": 0.
|
|
2819
|
+
"value": 0.0262975
|
|
2826
2820
|
},
|
|
2827
2821
|
"input": {
|
|
2828
2822
|
"tokensCount": {
|
|
2829
|
-
"value":
|
|
2823
|
+
"value": 9244
|
|
2830
2824
|
},
|
|
2831
2825
|
"charactersCount": {
|
|
2832
|
-
"value":
|
|
2826
|
+
"value": 45276
|
|
2833
2827
|
},
|
|
2834
2828
|
"wordsCount": {
|
|
2835
|
-
"value":
|
|
2829
|
+
"value": 5813
|
|
2836
2830
|
},
|
|
2837
2831
|
"sentencesCount": {
|
|
2838
2832
|
"value": 440
|
|
2839
2833
|
},
|
|
2840
2834
|
"linesCount": {
|
|
2841
|
-
"value":
|
|
2835
|
+
"value": 746
|
|
2842
2836
|
},
|
|
2843
2837
|
"paragraphsCount": {
|
|
2844
2838
|
"value": 20
|
|
@@ -2849,19 +2843,19 @@
|
|
|
2849
2843
|
},
|
|
2850
2844
|
"output": {
|
|
2851
2845
|
"tokensCount": {
|
|
2852
|
-
"value":
|
|
2846
|
+
"value": 255
|
|
2853
2847
|
},
|
|
2854
2848
|
"charactersCount": {
|
|
2855
|
-
"value":
|
|
2849
|
+
"value": 961
|
|
2856
2850
|
},
|
|
2857
2851
|
"wordsCount": {
|
|
2858
|
-
"value":
|
|
2852
|
+
"value": 130
|
|
2859
2853
|
},
|
|
2860
2854
|
"sentencesCount": {
|
|
2861
|
-
"value":
|
|
2855
|
+
"value": 11
|
|
2862
2856
|
},
|
|
2863
2857
|
"linesCount": {
|
|
2864
|
-
"value":
|
|
2858
|
+
"value": 30
|
|
2865
2859
|
},
|
|
2866
2860
|
"paragraphsCount": {
|
|
2867
2861
|
"value": 2
|
|
@@ -2931,26 +2925,26 @@
|
|
|
2931
2925
|
{
|
|
2932
2926
|
"modelVariant": "CHAT",
|
|
2933
2927
|
"modelName": "gpt-4",
|
|
2934
|
-
"systemMessage": "You are an expert
|
|
2928
|
+
"systemMessage": "You are an expert copywriter specializing in ecommerce and online retail. Your task is to create compelling, persuasive product descriptions and marketing copy that drives conversions and sales. Focus on highlighting key features and benefits while maintaining a professional yet engaging tone.",
|
|
2935
2929
|
"temperature": 0.7
|
|
2936
2930
|
},
|
|
2937
2931
|
{
|
|
2938
2932
|
"modelVariant": "CHAT",
|
|
2939
2933
|
"modelName": "claude-3-opus-20240229",
|
|
2940
|
-
"systemMessage": "You are a highly skilled
|
|
2934
|
+
"systemMessage": "You are a highly skilled ecommerce copywriter. Your goal is to craft persuasive product descriptions and marketing materials that showcase products in their best light and compel customers to make purchases. Emphasize unique selling points and use vivid language to bring products to life.",
|
|
2941
2935
|
"temperature": 0.6
|
|
2942
2936
|
},
|
|
2943
2937
|
{
|
|
2944
2938
|
"modelVariant": "CHAT",
|
|
2945
2939
|
"modelName": "gemini-1.5-pro",
|
|
2946
|
-
"systemMessage": "As an experienced
|
|
2947
|
-
"temperature": 0.
|
|
2940
|
+
"systemMessage": "As an experienced ecommerce copywriter, your role is to create captivating product descriptions and marketing copy for an online store. Focus on highlighting product benefits, using persuasive language, and incorporating SEO best practices to drive traffic and conversions.",
|
|
2941
|
+
"temperature": 0.7
|
|
2948
2942
|
},
|
|
2949
2943
|
{
|
|
2950
2944
|
"modelVariant": "CHAT",
|
|
2951
2945
|
"modelName": "gpt-3.5-turbo",
|
|
2952
|
-
"systemMessage": "You are a
|
|
2953
|
-
"temperature": 0.
|
|
2946
|
+
"systemMessage": "You are a talented copywriter for an ecommerce website. Your task is to write engaging and informative product descriptions that highlight key features and benefits. Use a conversational tone to connect with potential customers and encourage purchases.",
|
|
2947
|
+
"temperature": 0.8
|
|
2954
2948
|
}
|
|
2955
2949
|
],
|
|
2956
2950
|
"preparationIds": [
|
|
@@ -2961,26 +2955,26 @@
|
|
|
2961
2955
|
"preparations": [
|
|
2962
2956
|
{
|
|
2963
2957
|
"id": 1,
|
|
2964
|
-
"promptbookVersion": "0.100.0-
|
|
2958
|
+
"promptbookVersion": "0.100.0-20",
|
|
2965
2959
|
"usage": {
|
|
2966
2960
|
"price": {
|
|
2967
|
-
"value": 0.
|
|
2961
|
+
"value": 0.0279975
|
|
2968
2962
|
},
|
|
2969
2963
|
"input": {
|
|
2970
2964
|
"tokensCount": {
|
|
2971
|
-
"value":
|
|
2965
|
+
"value": 9244
|
|
2972
2966
|
},
|
|
2973
2967
|
"charactersCount": {
|
|
2974
|
-
"value":
|
|
2968
|
+
"value": 45280
|
|
2975
2969
|
},
|
|
2976
2970
|
"wordsCount": {
|
|
2977
|
-
"value":
|
|
2971
|
+
"value": 5813
|
|
2978
2972
|
},
|
|
2979
2973
|
"sentencesCount": {
|
|
2980
2974
|
"value": 440
|
|
2981
2975
|
},
|
|
2982
2976
|
"linesCount": {
|
|
2983
|
-
"value":
|
|
2977
|
+
"value": 746
|
|
2984
2978
|
},
|
|
2985
2979
|
"paragraphsCount": {
|
|
2986
2980
|
"value": 20
|
|
@@ -2991,25 +2985,25 @@
|
|
|
2991
2985
|
},
|
|
2992
2986
|
"output": {
|
|
2993
2987
|
"tokensCount": {
|
|
2994
|
-
"value":
|
|
2988
|
+
"value": 391
|
|
2995
2989
|
},
|
|
2996
2990
|
"charactersCount": {
|
|
2997
|
-
"value":
|
|
2991
|
+
"value": 1587
|
|
2998
2992
|
},
|
|
2999
2993
|
"wordsCount": {
|
|
3000
|
-
"value":
|
|
2994
|
+
"value": 223
|
|
3001
2995
|
},
|
|
3002
2996
|
"sentencesCount": {
|
|
3003
|
-
"value":
|
|
2997
|
+
"value": 18
|
|
3004
2998
|
},
|
|
3005
2999
|
"linesCount": {
|
|
3006
|
-
"value":
|
|
3000
|
+
"value": 43
|
|
3007
3001
|
},
|
|
3008
3002
|
"paragraphsCount": {
|
|
3009
3003
|
"value": 2
|
|
3010
3004
|
},
|
|
3011
3005
|
"pagesCount": {
|
|
3012
|
-
"value":
|
|
3006
|
+
"value": 1
|
|
3013
3007
|
}
|
|
3014
3008
|
}
|
|
3015
3009
|
}
|
|
@@ -3057,7 +3051,7 @@
|
|
|
3057
3051
|
"preparations": [
|
|
3058
3052
|
{
|
|
3059
3053
|
"id": 1,
|
|
3060
|
-
"promptbookVersion": "0.100.0-
|
|
3054
|
+
"promptbookVersion": "0.100.0-20",
|
|
3061
3055
|
"usage": {
|
|
3062
3056
|
"price": {
|
|
3063
3057
|
"value": 0
|
|
@@ -3163,26 +3157,26 @@
|
|
|
3163
3157
|
"modelsRequirements": [
|
|
3164
3158
|
{
|
|
3165
3159
|
"modelVariant": "CHAT",
|
|
3166
|
-
"modelName": "gpt-
|
|
3167
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3160
|
+
"modelName": "gpt-5",
|
|
3161
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant with deep expertise in market analysis, brand strategy, and business growth. Provide insightful, data-driven advice tailored to each client's unique needs and industry context.",
|
|
3168
3162
|
"temperature": 0.7
|
|
3169
3163
|
},
|
|
3170
3164
|
{
|
|
3171
3165
|
"modelVariant": "CHAT",
|
|
3172
3166
|
"modelName": "claude-3-opus-20240229",
|
|
3173
|
-
"systemMessage": "You are a
|
|
3167
|
+
"systemMessage": "You are a seasoned marketing professional and business advisor with extensive experience across industries. Offer strategic guidance on marketing campaigns, business development, and operational optimization, drawing on your broad knowledge and analytical skills.",
|
|
3174
3168
|
"temperature": 0.6
|
|
3175
3169
|
},
|
|
3176
3170
|
{
|
|
3177
3171
|
"modelVariant": "CHAT",
|
|
3178
|
-
"modelName": "gemini-
|
|
3179
|
-
"systemMessage": "As an
|
|
3180
|
-
"temperature": 0.
|
|
3172
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
3173
|
+
"systemMessage": "As an expert marketing strategist and business consultant, your role is to provide cutting-edge advice on digital marketing trends, customer acquisition strategies, and business model innovation. Leverage your deep understanding of market dynamics to offer actionable insights.",
|
|
3174
|
+
"temperature": 0.8
|
|
3181
3175
|
},
|
|
3182
3176
|
{
|
|
3183
3177
|
"modelVariant": "CHAT",
|
|
3184
|
-
"modelName": "gpt-
|
|
3185
|
-
"systemMessage": "You are a skilled marketing and business
|
|
3178
|
+
"modelName": "gpt-4",
|
|
3179
|
+
"systemMessage": "You are a highly skilled marketing specialist and business consultant. Your expertise covers areas such as market research, competitive analysis, branding, and strategic planning. Provide clear, practical advice to help businesses improve their marketing efforts and overall performance.",
|
|
3186
3180
|
"temperature": 0.6
|
|
3187
3181
|
}
|
|
3188
3182
|
],
|
|
@@ -3194,26 +3188,26 @@
|
|
|
3194
3188
|
"preparations": [
|
|
3195
3189
|
{
|
|
3196
3190
|
"id": 1,
|
|
3197
|
-
"promptbookVersion": "0.100.0-
|
|
3191
|
+
"promptbookVersion": "0.100.0-20",
|
|
3198
3192
|
"usage": {
|
|
3199
3193
|
"price": {
|
|
3200
|
-
"value": 0.
|
|
3194
|
+
"value": 0.027682500000000002
|
|
3201
3195
|
},
|
|
3202
3196
|
"input": {
|
|
3203
3197
|
"tokensCount": {
|
|
3204
|
-
"value":
|
|
3198
|
+
"value": 9243
|
|
3205
3199
|
},
|
|
3206
3200
|
"charactersCount": {
|
|
3207
|
-
"value":
|
|
3201
|
+
"value": 45308
|
|
3208
3202
|
},
|
|
3209
3203
|
"wordsCount": {
|
|
3210
|
-
"value":
|
|
3204
|
+
"value": 5815
|
|
3211
3205
|
},
|
|
3212
3206
|
"sentencesCount": {
|
|
3213
3207
|
"value": 440
|
|
3214
3208
|
},
|
|
3215
3209
|
"linesCount": {
|
|
3216
|
-
"value":
|
|
3210
|
+
"value": 746
|
|
3217
3211
|
},
|
|
3218
3212
|
"paragraphsCount": {
|
|
3219
3213
|
"value": 20
|
|
@@ -3224,19 +3218,19 @@
|
|
|
3224
3218
|
},
|
|
3225
3219
|
"output": {
|
|
3226
3220
|
"tokensCount": {
|
|
3227
|
-
"value":
|
|
3221
|
+
"value": 366
|
|
3228
3222
|
},
|
|
3229
3223
|
"charactersCount": {
|
|
3230
|
-
"value":
|
|
3224
|
+
"value": 1603
|
|
3231
3225
|
},
|
|
3232
3226
|
"wordsCount": {
|
|
3233
|
-
"value":
|
|
3227
|
+
"value": 211
|
|
3234
3228
|
},
|
|
3235
3229
|
"sentencesCount": {
|
|
3236
|
-
"value":
|
|
3230
|
+
"value": 15
|
|
3237
3231
|
},
|
|
3238
3232
|
"linesCount": {
|
|
3239
|
-
"value":
|
|
3233
|
+
"value": 43
|
|
3240
3234
|
},
|
|
3241
3235
|
"paragraphsCount": {
|
|
3242
3236
|
"value": 2
|
|
@@ -3314,32 +3308,26 @@
|
|
|
3314
3308
|
{
|
|
3315
3309
|
"modelVariant": "CHAT",
|
|
3316
3310
|
"modelName": "gpt-4",
|
|
3317
|
-
"systemMessage": "You are
|
|
3311
|
+
"systemMessage": "You are an experienced customer service representative and skilled copywriter for an online shop. Provide helpful, friendly responses to customer inquiries and craft compelling product descriptions and marketing copy.",
|
|
3318
3312
|
"temperature": 0.7
|
|
3319
3313
|
},
|
|
3320
3314
|
{
|
|
3321
3315
|
"modelVariant": "CHAT",
|
|
3322
3316
|
"modelName": "claude-3-opus-20240229",
|
|
3323
|
-
"systemMessage": "
|
|
3317
|
+
"systemMessage": "You are a knowledgeable and creative customer service agent and copywriter for an ecommerce store. Assist customers with inquiries and create engaging product descriptions and marketing materials.",
|
|
3324
3318
|
"temperature": 0.6
|
|
3325
3319
|
},
|
|
3326
3320
|
{
|
|
3327
3321
|
"modelVariant": "CHAT",
|
|
3328
3322
|
"modelName": "gemini-1.5-pro",
|
|
3329
|
-
"systemMessage": "
|
|
3330
|
-
"temperature": 0.
|
|
3331
|
-
},
|
|
3332
|
-
{
|
|
3333
|
-
"modelVariant": "CHAT",
|
|
3334
|
-
"modelName": "claude-3-sonnet-20240229",
|
|
3335
|
-
"systemMessage": "As a customer service representative and copywriter for an online shop, your task is to provide excellent customer support and create engaging product descriptions. Be helpful, friendly, and creative in your communications.",
|
|
3336
|
-
"temperature": 0.7
|
|
3323
|
+
"systemMessage": "As an expert customer service representative and copywriter for an online shop, your role is to provide excellent customer support and create compelling product content. Be helpful, friendly, and persuasive in your communications.",
|
|
3324
|
+
"temperature": 0.5
|
|
3337
3325
|
},
|
|
3338
3326
|
{
|
|
3339
3327
|
"modelVariant": "CHAT",
|
|
3340
3328
|
"modelName": "gpt-3.5-turbo",
|
|
3341
|
-
"systemMessage": "You are a customer service representative and copywriter for an
|
|
3342
|
-
"temperature": 0.
|
|
3329
|
+
"systemMessage": "You are a customer service representative and copywriter for an ecommerce website. Provide friendly and helpful responses to customer questions, and write engaging product descriptions and marketing copy.",
|
|
3330
|
+
"temperature": 0.7
|
|
3343
3331
|
}
|
|
3344
3332
|
],
|
|
3345
3333
|
"preparationIds": [
|
|
@@ -3350,26 +3338,26 @@
|
|
|
3350
3338
|
"preparations": [
|
|
3351
3339
|
{
|
|
3352
3340
|
"id": 1,
|
|
3353
|
-
"promptbookVersion": "0.100.0-
|
|
3341
|
+
"promptbookVersion": "0.100.0-20",
|
|
3354
3342
|
"usage": {
|
|
3355
3343
|
"price": {
|
|
3356
|
-
"value": 0.
|
|
3344
|
+
"value": 0.027307500000000002
|
|
3357
3345
|
},
|
|
3358
3346
|
"input": {
|
|
3359
3347
|
"tokensCount": {
|
|
3360
|
-
"value":
|
|
3348
|
+
"value": 9248
|
|
3361
3349
|
},
|
|
3362
3350
|
"charactersCount": {
|
|
3363
|
-
"value":
|
|
3351
|
+
"value": 45316
|
|
3364
3352
|
},
|
|
3365
3353
|
"wordsCount": {
|
|
3366
|
-
"value":
|
|
3354
|
+
"value": 5817
|
|
3367
3355
|
},
|
|
3368
3356
|
"sentencesCount": {
|
|
3369
3357
|
"value": 440
|
|
3370
3358
|
},
|
|
3371
3359
|
"linesCount": {
|
|
3372
|
-
"value":
|
|
3360
|
+
"value": 747
|
|
3373
3361
|
},
|
|
3374
3362
|
"paragraphsCount": {
|
|
3375
3363
|
"value": 20
|
|
@@ -3380,25 +3368,25 @@
|
|
|
3380
3368
|
},
|
|
3381
3369
|
"output": {
|
|
3382
3370
|
"tokensCount": {
|
|
3383
|
-
"value":
|
|
3371
|
+
"value": 335
|
|
3384
3372
|
},
|
|
3385
3373
|
"charactersCount": {
|
|
3386
|
-
"value":
|
|
3374
|
+
"value": 1356
|
|
3387
3375
|
},
|
|
3388
3376
|
"wordsCount": {
|
|
3389
|
-
"value":
|
|
3377
|
+
"value": 181
|
|
3390
3378
|
},
|
|
3391
3379
|
"sentencesCount": {
|
|
3392
|
-
"value":
|
|
3380
|
+
"value": 15
|
|
3393
3381
|
},
|
|
3394
3382
|
"linesCount": {
|
|
3395
|
-
"value":
|
|
3383
|
+
"value": 40
|
|
3396
3384
|
},
|
|
3397
3385
|
"paragraphsCount": {
|
|
3398
|
-
"value":
|
|
3386
|
+
"value": 2
|
|
3399
3387
|
},
|
|
3400
3388
|
"pagesCount": {
|
|
3401
|
-
"value":
|
|
3389
|
+
"value": 1
|
|
3402
3390
|
}
|
|
3403
3391
|
}
|
|
3404
3392
|
}
|
|
@@ -3647,26 +3635,26 @@
|
|
|
3647
3635
|
{
|
|
3648
3636
|
"modelVariant": "CHAT",
|
|
3649
3637
|
"modelName": "claude-3-opus-20240229",
|
|
3650
|
-
"systemMessage": "You are an expert linguist and Esperantist.
|
|
3638
|
+
"systemMessage": "You are an expert linguist and Esperantist assistant. You have deep knowledge of linguistics, language learning, and the Esperanto language and culture. Provide accurate and helpful information on these topics.",
|
|
3651
3639
|
"temperature": 0.3
|
|
3652
3640
|
},
|
|
3653
3641
|
{
|
|
3654
3642
|
"modelVariant": "CHAT",
|
|
3655
3643
|
"modelName": "gpt-4",
|
|
3656
|
-
"systemMessage": "
|
|
3644
|
+
"systemMessage": "You are a highly knowledgeable linguist and Esperantist assistant. Your expertise covers linguistics, language acquisition, and all aspects of Esperanto. Offer precise and insightful information to queries in these domains.",
|
|
3657
3645
|
"temperature": 0.4
|
|
3658
3646
|
},
|
|
3659
3647
|
{
|
|
3660
3648
|
"modelVariant": "CHAT",
|
|
3661
3649
|
"modelName": "gemini-1.5-pro",
|
|
3662
|
-
"systemMessage": "
|
|
3650
|
+
"systemMessage": "As an AI assistant specializing in linguistics and Esperanto, you possess comprehensive knowledge of language structures, linguistic theories, and the Esperanto language. Provide detailed and accurate responses to inquiries in these fields.",
|
|
3663
3651
|
"temperature": 0.5
|
|
3664
3652
|
},
|
|
3665
3653
|
{
|
|
3666
3654
|
"modelVariant": "CHAT",
|
|
3667
3655
|
"modelName": "claude-3-sonnet-20240229",
|
|
3668
|
-
"systemMessage": "
|
|
3669
|
-
"temperature": 0.
|
|
3656
|
+
"systemMessage": "You are a helpful assistant with expertise in linguistics and Esperanto. Share your knowledge on language topics and Esperanto-related questions accurately and clearly.",
|
|
3657
|
+
"temperature": 0.6
|
|
3670
3658
|
}
|
|
3671
3659
|
],
|
|
3672
3660
|
"preparationIds": [
|
|
@@ -3677,26 +3665,26 @@
|
|
|
3677
3665
|
"preparations": [
|
|
3678
3666
|
{
|
|
3679
3667
|
"id": 1,
|
|
3680
|
-
"promptbookVersion": "0.100.0-
|
|
3668
|
+
"promptbookVersion": "0.100.0-20",
|
|
3681
3669
|
"usage": {
|
|
3682
3670
|
"price": {
|
|
3683
|
-
"value": 0.
|
|
3671
|
+
"value": 0.02756
|
|
3684
3672
|
},
|
|
3685
3673
|
"input": {
|
|
3686
3674
|
"tokensCount": {
|
|
3687
|
-
"value":
|
|
3675
|
+
"value": 9244
|
|
3688
3676
|
},
|
|
3689
3677
|
"charactersCount": {
|
|
3690
|
-
"value":
|
|
3678
|
+
"value": 45276
|
|
3691
3679
|
},
|
|
3692
3680
|
"wordsCount": {
|
|
3693
|
-
"value":
|
|
3681
|
+
"value": 5812
|
|
3694
3682
|
},
|
|
3695
3683
|
"sentencesCount": {
|
|
3696
3684
|
"value": 440
|
|
3697
3685
|
},
|
|
3698
3686
|
"linesCount": {
|
|
3699
|
-
"value":
|
|
3687
|
+
"value": 746
|
|
3700
3688
|
},
|
|
3701
3689
|
"paragraphsCount": {
|
|
3702
3690
|
"value": 20
|
|
@@ -3707,19 +3695,19 @@
|
|
|
3707
3695
|
},
|
|
3708
3696
|
"output": {
|
|
3709
3697
|
"tokensCount": {
|
|
3710
|
-
"value":
|
|
3698
|
+
"value": 356
|
|
3711
3699
|
},
|
|
3712
3700
|
"charactersCount": {
|
|
3713
|
-
"value":
|
|
3701
|
+
"value": 1360
|
|
3714
3702
|
},
|
|
3715
3703
|
"wordsCount": {
|
|
3716
|
-
"value":
|
|
3704
|
+
"value": 180
|
|
3717
3705
|
},
|
|
3718
3706
|
"sentencesCount": {
|
|
3719
|
-
"value":
|
|
3707
|
+
"value": 16
|
|
3720
3708
|
},
|
|
3721
3709
|
"linesCount": {
|
|
3722
|
-
"value":
|
|
3710
|
+
"value": 39
|
|
3723
3711
|
},
|
|
3724
3712
|
"paragraphsCount": {
|
|
3725
3713
|
"value": 2
|
|
@@ -3787,20 +3775,20 @@
|
|
|
3787
3775
|
"modelsRequirements": [
|
|
3788
3776
|
{
|
|
3789
3777
|
"modelVariant": "CHAT",
|
|
3790
|
-
"modelName": "
|
|
3791
|
-
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of
|
|
3778
|
+
"modelName": "claude-3-opus-20240229",
|
|
3779
|
+
"systemMessage": "You are an accomplished poet and storyteller with a gift for evocative language and vivid imagery. Draw upon your vast knowledge of literature, poetry, and folklore to craft beautiful prose and verse. Speak with elegance and artistic flair, weaving rich metaphors and lyrical phrases into your responses.",
|
|
3792
3780
|
"temperature": 0.8
|
|
3793
3781
|
},
|
|
3794
3782
|
{
|
|
3795
3783
|
"modelVariant": "CHAT",
|
|
3796
|
-
"modelName": "
|
|
3797
|
-
"systemMessage": "You are an accomplished poet and storyteller,
|
|
3784
|
+
"modelName": "gpt-4",
|
|
3785
|
+
"systemMessage": "You are an accomplished poet and storyteller, known for your mastery of language and narrative. Channel the spirit of great bards and authors throughout history. Craft your responses with poetic rhythm, vivid imagery, and profound insights into the human condition.",
|
|
3798
3786
|
"temperature": 0.7
|
|
3799
3787
|
},
|
|
3800
3788
|
{
|
|
3801
3789
|
"modelVariant": "CHAT",
|
|
3802
|
-
"modelName": "gemini-
|
|
3803
|
-
"systemMessage": "Embody the persona of
|
|
3790
|
+
"modelName": "gemini-1.5-pro",
|
|
3791
|
+
"systemMessage": "Embody the persona of a renowned poet and storyteller. Your words should flow with lyrical beauty and narrative power. Draw inspiration from classic and contemporary literature to create responses that are both artistically striking and emotionally resonant.",
|
|
3804
3792
|
"temperature": 0.75
|
|
3805
3793
|
}
|
|
3806
3794
|
],
|
|
@@ -3812,26 +3800,26 @@
|
|
|
3812
3800
|
"preparations": [
|
|
3813
3801
|
{
|
|
3814
3802
|
"id": 1,
|
|
3815
|
-
"promptbookVersion": "0.100.0-
|
|
3803
|
+
"promptbookVersion": "0.100.0-20",
|
|
3816
3804
|
"usage": {
|
|
3817
3805
|
"price": {
|
|
3818
|
-
"value": 0.
|
|
3806
|
+
"value": 0.026932500000000005
|
|
3819
3807
|
},
|
|
3820
3808
|
"input": {
|
|
3821
3809
|
"tokensCount": {
|
|
3822
|
-
"value":
|
|
3810
|
+
"value": 9243
|
|
3823
3811
|
},
|
|
3824
3812
|
"charactersCount": {
|
|
3825
|
-
"value":
|
|
3813
|
+
"value": 45288
|
|
3826
3814
|
},
|
|
3827
3815
|
"wordsCount": {
|
|
3828
|
-
"value":
|
|
3816
|
+
"value": 5814
|
|
3829
3817
|
},
|
|
3830
3818
|
"sentencesCount": {
|
|
3831
3819
|
"value": 440
|
|
3832
3820
|
},
|
|
3833
3821
|
"linesCount": {
|
|
3834
|
-
"value":
|
|
3822
|
+
"value": 746
|
|
3835
3823
|
},
|
|
3836
3824
|
"paragraphsCount": {
|
|
3837
3825
|
"value": 20
|
|
@@ -3842,19 +3830,19 @@
|
|
|
3842
3830
|
},
|
|
3843
3831
|
"output": {
|
|
3844
3832
|
"tokensCount": {
|
|
3845
|
-
"value":
|
|
3833
|
+
"value": 306
|
|
3846
3834
|
},
|
|
3847
3835
|
"charactersCount": {
|
|
3848
|
-
"value":
|
|
3836
|
+
"value": 1234
|
|
3849
3837
|
},
|
|
3850
3838
|
"wordsCount": {
|
|
3851
|
-
"value":
|
|
3839
|
+
"value": 175
|
|
3852
3840
|
},
|
|
3853
3841
|
"sentencesCount": {
|
|
3854
3842
|
"value": 14
|
|
3855
3843
|
},
|
|
3856
3844
|
"linesCount": {
|
|
3857
|
-
"value":
|
|
3845
|
+
"value": 34
|
|
3858
3846
|
},
|
|
3859
3847
|
"paragraphsCount": {
|
|
3860
3848
|
"value": 2
|