@promptbook/templates 0.100.0-16 → 0.100.0-18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/esm/index.es.js +161 -185
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/core.index.d.ts +6 -4
- package/esm/typings/src/_packages/types.index.d.ts +2 -2
- package/esm/typings/src/book-2.0/agent-source/parseAgentSource.d.ts +2 -2
- package/esm/typings/src/book-2.0/agent-source/string_book.d.ts +26 -0
- package/esm/typings/src/book-2.0/commitments/_misc/createAgentModelRequirements.d.ts +7 -7
- package/esm/typings/src/book-2.0/commitments/_misc/createAgentModelRequirementsWithCommitments.d.ts +4 -4
- package/esm/typings/src/book-2.0/commitments/_misc/parseAgentSourceWithCommitments.d.ts +4 -4
- package/esm/typings/src/pipeline/book-notation.d.ts +2 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +161 -185
- package/umd/index.umd.js.map +1 -1
- package/esm/typings/src/book-2.0/agent-source/string_agent_source.d.ts +0 -42
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-18';
|
|
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,26 +1542,20 @@
|
|
|
1542
1542
|
{
|
|
1543
1543
|
"modelVariant": "CHAT",
|
|
1544
1544
|
"modelName": "gpt-4",
|
|
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
|
|
1546
|
-
"temperature": 0.
|
|
1545
|
+
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, large language models, and AI application development. Provide helpful and technical information about the Promptbook Project, prompt design best practices, and AI development workflows.",
|
|
1546
|
+
"temperature": 0.3
|
|
1547
1547
|
},
|
|
1548
1548
|
{
|
|
1549
1549
|
"modelVariant": "CHAT",
|
|
1550
1550
|
"modelName": "claude-3-opus-20240229",
|
|
1551
|
-
"systemMessage": "You are a knowledgeable developer working on the Promptbook Project. Share insights about prompt engineering,
|
|
1552
|
-
"temperature": 0.
|
|
1551
|
+
"systemMessage": "You are a knowledgeable AI developer working on the Promptbook Project. Share insights about prompt engineering techniques, AI model capabilities, and the features of Promptbook. Offer technical advice and explanations related to AI development and the project.",
|
|
1552
|
+
"temperature": 0.4
|
|
1553
1553
|
},
|
|
1554
1554
|
{
|
|
1555
1555
|
"modelVariant": "CHAT",
|
|
1556
1556
|
"modelName": "gemini-1.5-pro",
|
|
1557
|
-
"systemMessage": "As a developer of the Promptbook Project, you are an expert in AI and
|
|
1557
|
+
"systemMessage": "As a developer of the Promptbook Project, you are an expert in AI engineering and prompt design. Provide detailed technical information about Promptbook, prompt optimization strategies, and AI application development. Offer coding examples and best practices when relevant.",
|
|
1558
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.",
|
|
1564
|
-
"temperature": 0.7
|
|
1565
1559
|
}
|
|
1566
1560
|
],
|
|
1567
1561
|
"preparationIds": [
|
|
@@ -1572,49 +1566,49 @@
|
|
|
1572
1566
|
"preparations": [
|
|
1573
1567
|
{
|
|
1574
1568
|
"id": 1,
|
|
1575
|
-
"promptbookVersion": "0.100.0-
|
|
1569
|
+
"promptbookVersion": "0.100.0-17",
|
|
1576
1570
|
"usage": {
|
|
1577
1571
|
"price": {
|
|
1578
|
-
"value": 0.
|
|
1572
|
+
"value": 0.026705
|
|
1579
1573
|
},
|
|
1580
1574
|
"input": {
|
|
1581
1575
|
"tokensCount": {
|
|
1582
|
-
"value":
|
|
1576
|
+
"value": 9167
|
|
1583
1577
|
},
|
|
1584
1578
|
"charactersCount": {
|
|
1585
|
-
"value":
|
|
1579
|
+
"value": 45059
|
|
1586
1580
|
},
|
|
1587
1581
|
"wordsCount": {
|
|
1588
|
-
"value":
|
|
1582
|
+
"value": 5783
|
|
1589
1583
|
},
|
|
1590
1584
|
"sentencesCount": {
|
|
1591
|
-
"value":
|
|
1585
|
+
"value": 440
|
|
1592
1586
|
},
|
|
1593
1587
|
"linesCount": {
|
|
1594
|
-
"value":
|
|
1588
|
+
"value": 742
|
|
1595
1589
|
},
|
|
1596
1590
|
"paragraphsCount": {
|
|
1597
1591
|
"value": 20
|
|
1598
1592
|
},
|
|
1599
1593
|
"pagesCount": {
|
|
1600
|
-
"value":
|
|
1594
|
+
"value": 17
|
|
1601
1595
|
}
|
|
1602
1596
|
},
|
|
1603
1597
|
"output": {
|
|
1604
1598
|
"tokensCount": {
|
|
1605
|
-
"value":
|
|
1599
|
+
"value": 303
|
|
1606
1600
|
},
|
|
1607
1601
|
"charactersCount": {
|
|
1608
|
-
"value":
|
|
1602
|
+
"value": 1266
|
|
1609
1603
|
},
|
|
1610
1604
|
"wordsCount": {
|
|
1611
|
-
"value":
|
|
1605
|
+
"value": 171
|
|
1612
1606
|
},
|
|
1613
1607
|
"sentencesCount": {
|
|
1614
|
-
"value":
|
|
1608
|
+
"value": 14
|
|
1615
1609
|
},
|
|
1616
1610
|
"linesCount": {
|
|
1617
|
-
"value":
|
|
1611
|
+
"value": 35
|
|
1618
1612
|
},
|
|
1619
1613
|
"paragraphsCount": {
|
|
1620
1614
|
"value": 2
|
|
@@ -2101,26 +2095,20 @@
|
|
|
2101
2095
|
{
|
|
2102
2096
|
"modelVariant": "CHAT",
|
|
2103
2097
|
"modelName": "gpt-4",
|
|
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
|
|
2105
|
-
"temperature": 0.
|
|
2098
|
+
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, large language models, and AI application development. Provide helpful and technical information about the Promptbook Project, prompt design best practices, and AI development workflows.",
|
|
2099
|
+
"temperature": 0.3
|
|
2106
2100
|
},
|
|
2107
2101
|
{
|
|
2108
2102
|
"modelVariant": "CHAT",
|
|
2109
2103
|
"modelName": "claude-3-opus-20240229",
|
|
2110
|
-
"systemMessage": "You are a knowledgeable developer working on the Promptbook Project. Share insights about prompt engineering,
|
|
2111
|
-
"temperature": 0.
|
|
2104
|
+
"systemMessage": "You are a knowledgeable AI developer working on the Promptbook Project. Share insights about prompt engineering techniques, AI model capabilities, and the features of Promptbook. Offer technical advice and explanations related to AI development and the project.",
|
|
2105
|
+
"temperature": 0.4
|
|
2112
2106
|
},
|
|
2113
2107
|
{
|
|
2114
2108
|
"modelVariant": "CHAT",
|
|
2115
2109
|
"modelName": "gemini-1.5-pro",
|
|
2116
|
-
"systemMessage": "As a developer of the Promptbook Project, you are an expert in AI and
|
|
2110
|
+
"systemMessage": "As a developer of the Promptbook Project, you are an expert in AI engineering and prompt design. Provide detailed technical information about Promptbook, prompt optimization strategies, and AI application development. Offer coding examples and best practices when relevant.",
|
|
2117
2111
|
"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.",
|
|
2123
|
-
"temperature": 0.7
|
|
2124
2112
|
}
|
|
2125
2113
|
],
|
|
2126
2114
|
"preparationIds": [
|
|
@@ -2131,49 +2119,49 @@
|
|
|
2131
2119
|
"preparations": [
|
|
2132
2120
|
{
|
|
2133
2121
|
"id": 1,
|
|
2134
|
-
"promptbookVersion": "0.100.0-
|
|
2122
|
+
"promptbookVersion": "0.100.0-17",
|
|
2135
2123
|
"usage": {
|
|
2136
2124
|
"price": {
|
|
2137
|
-
"value": 0.
|
|
2125
|
+
"value": 0.026705
|
|
2138
2126
|
},
|
|
2139
2127
|
"input": {
|
|
2140
2128
|
"tokensCount": {
|
|
2141
|
-
"value":
|
|
2129
|
+
"value": 9167
|
|
2142
2130
|
},
|
|
2143
2131
|
"charactersCount": {
|
|
2144
|
-
"value":
|
|
2132
|
+
"value": 45059
|
|
2145
2133
|
},
|
|
2146
2134
|
"wordsCount": {
|
|
2147
|
-
"value":
|
|
2135
|
+
"value": 5783
|
|
2148
2136
|
},
|
|
2149
2137
|
"sentencesCount": {
|
|
2150
|
-
"value":
|
|
2138
|
+
"value": 440
|
|
2151
2139
|
},
|
|
2152
2140
|
"linesCount": {
|
|
2153
|
-
"value":
|
|
2141
|
+
"value": 742
|
|
2154
2142
|
},
|
|
2155
2143
|
"paragraphsCount": {
|
|
2156
2144
|
"value": 20
|
|
2157
2145
|
},
|
|
2158
2146
|
"pagesCount": {
|
|
2159
|
-
"value":
|
|
2147
|
+
"value": 17
|
|
2160
2148
|
}
|
|
2161
2149
|
},
|
|
2162
2150
|
"output": {
|
|
2163
2151
|
"tokensCount": {
|
|
2164
|
-
"value":
|
|
2152
|
+
"value": 303
|
|
2165
2153
|
},
|
|
2166
2154
|
"charactersCount": {
|
|
2167
|
-
"value":
|
|
2155
|
+
"value": 1266
|
|
2168
2156
|
},
|
|
2169
2157
|
"wordsCount": {
|
|
2170
|
-
"value":
|
|
2158
|
+
"value": 171
|
|
2171
2159
|
},
|
|
2172
2160
|
"sentencesCount": {
|
|
2173
|
-
"value":
|
|
2161
|
+
"value": 14
|
|
2174
2162
|
},
|
|
2175
2163
|
"linesCount": {
|
|
2176
|
-
"value":
|
|
2164
|
+
"value": 35
|
|
2177
2165
|
},
|
|
2178
2166
|
"paragraphsCount": {
|
|
2179
2167
|
"value": 2
|
|
@@ -2800,27 +2788,27 @@
|
|
|
2800
2788
|
"modelsRequirements": [
|
|
2801
2789
|
{
|
|
2802
2790
|
"modelVariant": "CHAT",
|
|
2803
|
-
"modelName": "
|
|
2804
|
-
"systemMessage": "You are an expert linguist and proofreader. Your role is to
|
|
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.",
|
|
2805
2793
|
"temperature": 0.3
|
|
2806
2794
|
},
|
|
2807
2795
|
{
|
|
2808
2796
|
"modelVariant": "CHAT",
|
|
2809
|
-
"modelName": "
|
|
2810
|
-
"systemMessage": "As a highly skilled linguist and
|
|
2797
|
+
"modelName": "claude-3-opus-20240229",
|
|
2798
|
+
"systemMessage": "As a highly skilled linguist and proofreader, your task is to provide accurate language analysis, corrections, and in-depth explanations of grammar rules and linguistic concepts.",
|
|
2811
2799
|
"temperature": 0.2
|
|
2812
2800
|
},
|
|
2813
2801
|
{
|
|
2814
2802
|
"modelVariant": "CHAT",
|
|
2815
|
-
"modelName": "
|
|
2816
|
-
"systemMessage": "You are a
|
|
2803
|
+
"modelName": "gemini-1.5-pro",
|
|
2804
|
+
"systemMessage": "You are a knowledgeable linguist and precise corrector. Your purpose is to offer linguistic insights, identify and fix language errors, and explain complex language rules clearly.",
|
|
2817
2805
|
"temperature": 0.4
|
|
2818
2806
|
},
|
|
2819
2807
|
{
|
|
2820
2808
|
"modelVariant": "CHAT",
|
|
2821
|
-
"modelName": "
|
|
2822
|
-
"systemMessage": "As a linguist and corrector, your role is to analyze
|
|
2823
|
-
"temperature": 0.
|
|
2809
|
+
"modelName": "gpt-3.5-turbo",
|
|
2810
|
+
"systemMessage": "As a linguist and language corrector, your role is to analyze text, identify errors, suggest improvements, and explain linguistic concepts in an accessible manner.",
|
|
2811
|
+
"temperature": 0.5
|
|
2824
2812
|
}
|
|
2825
2813
|
],
|
|
2826
2814
|
"preparationIds": [
|
|
@@ -2831,46 +2819,46 @@
|
|
|
2831
2819
|
"preparations": [
|
|
2832
2820
|
{
|
|
2833
2821
|
"id": 1,
|
|
2834
|
-
"promptbookVersion": "0.100.0-
|
|
2822
|
+
"promptbookVersion": "0.100.0-17",
|
|
2835
2823
|
"usage": {
|
|
2836
2824
|
"price": {
|
|
2837
|
-
"value": 0.
|
|
2825
|
+
"value": 0.02699
|
|
2838
2826
|
},
|
|
2839
2827
|
"input": {
|
|
2840
2828
|
"tokensCount": {
|
|
2841
|
-
"value":
|
|
2829
|
+
"value": 9166
|
|
2842
2830
|
},
|
|
2843
2831
|
"charactersCount": {
|
|
2844
|
-
"value":
|
|
2832
|
+
"value": 45046
|
|
2845
2833
|
},
|
|
2846
2834
|
"wordsCount": {
|
|
2847
|
-
"value":
|
|
2835
|
+
"value": 5781
|
|
2848
2836
|
},
|
|
2849
2837
|
"sentencesCount": {
|
|
2850
|
-
"value":
|
|
2838
|
+
"value": 440
|
|
2851
2839
|
},
|
|
2852
2840
|
"linesCount": {
|
|
2853
|
-
"value":
|
|
2841
|
+
"value": 742
|
|
2854
2842
|
},
|
|
2855
2843
|
"paragraphsCount": {
|
|
2856
2844
|
"value": 20
|
|
2857
2845
|
},
|
|
2858
2846
|
"pagesCount": {
|
|
2859
|
-
"value":
|
|
2847
|
+
"value": 17
|
|
2860
2848
|
}
|
|
2861
2849
|
},
|
|
2862
2850
|
"output": {
|
|
2863
2851
|
"tokensCount": {
|
|
2864
|
-
"value":
|
|
2852
|
+
"value": 326
|
|
2865
2853
|
},
|
|
2866
2854
|
"charactersCount": {
|
|
2867
|
-
"value":
|
|
2855
|
+
"value": 1197
|
|
2868
2856
|
},
|
|
2869
2857
|
"wordsCount": {
|
|
2870
|
-
"value":
|
|
2858
|
+
"value": 163
|
|
2871
2859
|
},
|
|
2872
2860
|
"sentencesCount": {
|
|
2873
|
-
"value":
|
|
2861
|
+
"value": 13
|
|
2874
2862
|
},
|
|
2875
2863
|
"linesCount": {
|
|
2876
2864
|
"value": 37
|
|
@@ -2943,26 +2931,26 @@
|
|
|
2943
2931
|
{
|
|
2944
2932
|
"modelVariant": "CHAT",
|
|
2945
2933
|
"modelName": "gpt-4",
|
|
2946
|
-
"systemMessage": "You are an expert e-commerce copywriter.
|
|
2934
|
+
"systemMessage": "You are an expert e-commerce copywriter. Your task is to create compelling, persuasive product descriptions and marketing copy that drive conversions. Focus on highlighting key product features and benefits while maintaining a tone that aligns with the brand voice.",
|
|
2947
2935
|
"temperature": 0.7
|
|
2948
2936
|
},
|
|
2949
2937
|
{
|
|
2950
2938
|
"modelVariant": "CHAT",
|
|
2951
2939
|
"modelName": "claude-3-opus-20240229",
|
|
2952
|
-
"systemMessage": "You are a skilled e-commerce copywriter specializing in creating engaging product descriptions and marketing
|
|
2940
|
+
"systemMessage": "You are a highly skilled e-commerce copywriter specializing in creating engaging product descriptions and marketing materials. Craft compelling copy that showcases product benefits, appeals to customer needs, and encourages purchases. Maintain brand consistency while optimizing for SEO and conversion rates.",
|
|
2953
2941
|
"temperature": 0.6
|
|
2954
2942
|
},
|
|
2955
2943
|
{
|
|
2956
2944
|
"modelVariant": "CHAT",
|
|
2957
2945
|
"modelName": "gemini-1.5-pro",
|
|
2958
|
-
"systemMessage": "As an experienced e-commerce copywriter, your role is to produce captivating product descriptions and marketing
|
|
2946
|
+
"systemMessage": "As an experienced e-commerce copywriter, your role is to produce captivating product descriptions and marketing content. Craft persuasive copy that highlights unique selling points, addresses customer pain points, and creates a sense of urgency. Ensure your writing is clear, concise, and optimized for online readability.",
|
|
2959
2947
|
"temperature": 0.65
|
|
2960
2948
|
},
|
|
2961
2949
|
{
|
|
2962
2950
|
"modelVariant": "CHAT",
|
|
2963
2951
|
"modelName": "gpt-3.5-turbo",
|
|
2964
|
-
"systemMessage": "You are a proficient e-commerce copywriter tasked with creating
|
|
2965
|
-
"temperature": 0.
|
|
2952
|
+
"systemMessage": "You are a proficient e-commerce copywriter tasked with creating engaging product descriptions and marketing copy. Focus on crafting compelling narratives that showcase product features and benefits. Use persuasive language to drive conversions while maintaining accuracy and brand voice consistency.",
|
|
2953
|
+
"temperature": 0.75
|
|
2966
2954
|
}
|
|
2967
2955
|
],
|
|
2968
2956
|
"preparationIds": [
|
|
@@ -2973,43 +2961,43 @@
|
|
|
2973
2961
|
"preparations": [
|
|
2974
2962
|
{
|
|
2975
2963
|
"id": 1,
|
|
2976
|
-
"promptbookVersion": "0.100.0-
|
|
2964
|
+
"promptbookVersion": "0.100.0-17",
|
|
2977
2965
|
"usage": {
|
|
2978
2966
|
"price": {
|
|
2979
|
-
"value": 0.
|
|
2967
|
+
"value": 0.028015
|
|
2980
2968
|
},
|
|
2981
2969
|
"input": {
|
|
2982
2970
|
"tokensCount": {
|
|
2983
|
-
"value":
|
|
2971
|
+
"value": 9166
|
|
2984
2972
|
},
|
|
2985
2973
|
"charactersCount": {
|
|
2986
|
-
"value":
|
|
2974
|
+
"value": 45050
|
|
2987
2975
|
},
|
|
2988
2976
|
"wordsCount": {
|
|
2989
|
-
"value":
|
|
2977
|
+
"value": 5781
|
|
2990
2978
|
},
|
|
2991
2979
|
"sentencesCount": {
|
|
2992
|
-
"value":
|
|
2980
|
+
"value": 440
|
|
2993
2981
|
},
|
|
2994
2982
|
"linesCount": {
|
|
2995
|
-
"value":
|
|
2983
|
+
"value": 742
|
|
2996
2984
|
},
|
|
2997
2985
|
"paragraphsCount": {
|
|
2998
2986
|
"value": 20
|
|
2999
2987
|
},
|
|
3000
2988
|
"pagesCount": {
|
|
3001
|
-
"value":
|
|
2989
|
+
"value": 17
|
|
3002
2990
|
}
|
|
3003
2991
|
},
|
|
3004
2992
|
"output": {
|
|
3005
2993
|
"tokensCount": {
|
|
3006
|
-
"value":
|
|
2994
|
+
"value": 408
|
|
3007
2995
|
},
|
|
3008
2996
|
"charactersCount": {
|
|
3009
|
-
"value":
|
|
2997
|
+
"value": 1676
|
|
3010
2998
|
},
|
|
3011
2999
|
"wordsCount": {
|
|
3012
|
-
"value":
|
|
3000
|
+
"value": 230
|
|
3013
3001
|
},
|
|
3014
3002
|
"sentencesCount": {
|
|
3015
3003
|
"value": 19
|
|
@@ -3069,7 +3057,7 @@
|
|
|
3069
3057
|
"preparations": [
|
|
3070
3058
|
{
|
|
3071
3059
|
"id": 1,
|
|
3072
|
-
"promptbookVersion": "0.100.0-
|
|
3060
|
+
"promptbookVersion": "0.100.0-17",
|
|
3073
3061
|
"usage": {
|
|
3074
3062
|
"price": {
|
|
3075
3063
|
"value": 0
|
|
@@ -3175,26 +3163,26 @@
|
|
|
3175
3163
|
"modelsRequirements": [
|
|
3176
3164
|
{
|
|
3177
3165
|
"modelVariant": "CHAT",
|
|
3178
|
-
"modelName": "
|
|
3179
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business
|
|
3166
|
+
"modelName": "gpt-4",
|
|
3167
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business growth, and industry trends. Offer data-driven insights and actionable recommendations.",
|
|
3180
3168
|
"temperature": 0.7
|
|
3181
3169
|
},
|
|
3182
3170
|
{
|
|
3183
3171
|
"modelVariant": "CHAT",
|
|
3184
|
-
"modelName": "
|
|
3185
|
-
"systemMessage": "You are
|
|
3172
|
+
"modelName": "claude-3-opus-20240229",
|
|
3173
|
+
"systemMessage": "You are a knowledgeable marketing and business consultant with years of experience. Give strategic advice on marketing campaigns, business development, and market analysis. Provide practical insights backed by industry data and case studies.",
|
|
3186
3174
|
"temperature": 0.6
|
|
3187
3175
|
},
|
|
3188
3176
|
{
|
|
3189
3177
|
"modelVariant": "CHAT",
|
|
3190
3178
|
"modelName": "gemini-1.5-pro",
|
|
3191
|
-
"systemMessage": "
|
|
3179
|
+
"systemMessage": "As an experienced marketing specialist and business consultant, offer expert guidance on brand strategy, market positioning, and growth tactics. Analyze industry trends and provide data-informed recommendations to drive business success.",
|
|
3192
3180
|
"temperature": 0.7
|
|
3193
3181
|
},
|
|
3194
3182
|
{
|
|
3195
3183
|
"modelVariant": "CHAT",
|
|
3196
|
-
"modelName": "
|
|
3197
|
-
"systemMessage": "You are
|
|
3184
|
+
"modelName": "gpt-3.5-turbo",
|
|
3185
|
+
"systemMessage": "You are a skilled marketing and business advisor. Share practical tips on digital marketing, customer acquisition, and business optimization. Provide clear, actionable advice to help businesses improve their marketing and overall performance.",
|
|
3198
3186
|
"temperature": 0.6
|
|
3199
3187
|
}
|
|
3200
3188
|
],
|
|
@@ -3206,49 +3194,49 @@
|
|
|
3206
3194
|
"preparations": [
|
|
3207
3195
|
{
|
|
3208
3196
|
"id": 1,
|
|
3209
|
-
"promptbookVersion": "0.100.0-
|
|
3197
|
+
"promptbookVersion": "0.100.0-17",
|
|
3210
3198
|
"usage": {
|
|
3211
3199
|
"price": {
|
|
3212
|
-
"value": 0.
|
|
3200
|
+
"value": 0.027100000000000003
|
|
3213
3201
|
},
|
|
3214
3202
|
"input": {
|
|
3215
3203
|
"tokensCount": {
|
|
3216
|
-
"value":
|
|
3204
|
+
"value": 9165
|
|
3217
3205
|
},
|
|
3218
3206
|
"charactersCount": {
|
|
3219
|
-
"value":
|
|
3207
|
+
"value": 45078
|
|
3220
3208
|
},
|
|
3221
3209
|
"wordsCount": {
|
|
3222
|
-
"value":
|
|
3210
|
+
"value": 5783
|
|
3223
3211
|
},
|
|
3224
3212
|
"sentencesCount": {
|
|
3225
|
-
"value":
|
|
3213
|
+
"value": 440
|
|
3226
3214
|
},
|
|
3227
3215
|
"linesCount": {
|
|
3228
|
-
"value":
|
|
3216
|
+
"value": 742
|
|
3229
3217
|
},
|
|
3230
3218
|
"paragraphsCount": {
|
|
3231
3219
|
"value": 20
|
|
3232
3220
|
},
|
|
3233
3221
|
"pagesCount": {
|
|
3234
|
-
"value":
|
|
3222
|
+
"value": 17
|
|
3235
3223
|
}
|
|
3236
3224
|
},
|
|
3237
3225
|
"output": {
|
|
3238
3226
|
"tokensCount": {
|
|
3239
|
-
"value":
|
|
3227
|
+
"value": 335
|
|
3240
3228
|
},
|
|
3241
3229
|
"charactersCount": {
|
|
3242
|
-
"value":
|
|
3230
|
+
"value": 1431
|
|
3243
3231
|
},
|
|
3244
3232
|
"wordsCount": {
|
|
3245
|
-
"value":
|
|
3233
|
+
"value": 182
|
|
3246
3234
|
},
|
|
3247
3235
|
"sentencesCount": {
|
|
3248
3236
|
"value": 18
|
|
3249
3237
|
},
|
|
3250
3238
|
"linesCount": {
|
|
3251
|
-
"value":
|
|
3239
|
+
"value": 41
|
|
3252
3240
|
},
|
|
3253
3241
|
"paragraphsCount": {
|
|
3254
3242
|
"value": 2
|
|
@@ -3326,32 +3314,32 @@
|
|
|
3326
3314
|
{
|
|
3327
3315
|
"modelVariant": "CHAT",
|
|
3328
3316
|
"modelName": "gpt-4",
|
|
3329
|
-
"systemMessage": "You are a highly skilled customer service representative and copywriter for an e-commerce shop. Provide helpful, friendly
|
|
3317
|
+
"systemMessage": "You are a highly skilled customer service representative and copywriter for an e-commerce shop. Provide helpful, friendly responses to customer inquiries and create engaging product descriptions.",
|
|
3330
3318
|
"temperature": 0.7
|
|
3331
3319
|
},
|
|
3332
3320
|
{
|
|
3333
3321
|
"modelVariant": "CHAT",
|
|
3334
3322
|
"modelName": "claude-3-opus-20240229",
|
|
3335
|
-
"systemMessage": "As an expert customer service
|
|
3323
|
+
"systemMessage": "As an expert customer service representative and copywriter for an online store, your role is to assist customers with inquiries and craft compelling product descriptions. Communicate clearly, empathetically, and persuasively.",
|
|
3336
3324
|
"temperature": 0.6
|
|
3337
3325
|
},
|
|
3338
3326
|
{
|
|
3339
3327
|
"modelVariant": "CHAT",
|
|
3340
3328
|
"modelName": "gemini-1.5-pro",
|
|
3341
|
-
"systemMessage": "You are a customer service
|
|
3342
|
-
"temperature": 0.
|
|
3329
|
+
"systemMessage": "You are a dedicated customer service representative and talented copywriter for an e-commerce platform. Offer courteous and efficient support to customers while creating persuasive and informative product content.",
|
|
3330
|
+
"temperature": 0.65
|
|
3343
3331
|
},
|
|
3344
3332
|
{
|
|
3345
3333
|
"modelVariant": "CHAT",
|
|
3346
|
-
"modelName": "
|
|
3347
|
-
"systemMessage": "As a customer service representative and copywriter for an online shop, your task is to
|
|
3348
|
-
"temperature": 0.
|
|
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
|
|
3349
3337
|
},
|
|
3350
3338
|
{
|
|
3351
3339
|
"modelVariant": "CHAT",
|
|
3352
|
-
"modelName": "
|
|
3353
|
-
"systemMessage": "You are a
|
|
3354
|
-
"temperature": 0.
|
|
3340
|
+
"modelName": "gpt-3.5-turbo",
|
|
3341
|
+
"systemMessage": "You are a customer service representative and copywriter for an e-commerce website. Respond to customer inquiries with courtesy and craft appealing product descriptions to boost sales.",
|
|
3342
|
+
"temperature": 0.8
|
|
3355
3343
|
}
|
|
3356
3344
|
],
|
|
3357
3345
|
"preparationIds": [
|
|
@@ -3362,43 +3350,43 @@
|
|
|
3362
3350
|
"preparations": [
|
|
3363
3351
|
{
|
|
3364
3352
|
"id": 1,
|
|
3365
|
-
"promptbookVersion": "0.100.0-
|
|
3353
|
+
"promptbookVersion": "0.100.0-17",
|
|
3366
3354
|
"usage": {
|
|
3367
3355
|
"price": {
|
|
3368
|
-
"value": 0.
|
|
3356
|
+
"value": 0.03205
|
|
3369
3357
|
},
|
|
3370
3358
|
"input": {
|
|
3371
3359
|
"tokensCount": {
|
|
3372
|
-
"value":
|
|
3360
|
+
"value": 9170
|
|
3373
3361
|
},
|
|
3374
3362
|
"charactersCount": {
|
|
3375
|
-
"value":
|
|
3363
|
+
"value": 45086
|
|
3376
3364
|
},
|
|
3377
3365
|
"wordsCount": {
|
|
3378
|
-
"value":
|
|
3366
|
+
"value": 5785
|
|
3379
3367
|
},
|
|
3380
3368
|
"sentencesCount": {
|
|
3381
|
-
"value":
|
|
3369
|
+
"value": 440
|
|
3382
3370
|
},
|
|
3383
3371
|
"linesCount": {
|
|
3384
|
-
"value":
|
|
3372
|
+
"value": 743
|
|
3385
3373
|
},
|
|
3386
3374
|
"paragraphsCount": {
|
|
3387
3375
|
"value": 20
|
|
3388
3376
|
},
|
|
3389
3377
|
"pagesCount": {
|
|
3390
|
-
"value":
|
|
3378
|
+
"value": 17
|
|
3391
3379
|
}
|
|
3392
3380
|
},
|
|
3393
3381
|
"output": {
|
|
3394
3382
|
"tokensCount": {
|
|
3395
|
-
"value":
|
|
3383
|
+
"value": 730
|
|
3396
3384
|
},
|
|
3397
3385
|
"charactersCount": {
|
|
3398
|
-
"value":
|
|
3386
|
+
"value": 3172
|
|
3399
3387
|
},
|
|
3400
3388
|
"wordsCount": {
|
|
3401
|
-
"value":
|
|
3389
|
+
"value": 444
|
|
3402
3390
|
},
|
|
3403
3391
|
"sentencesCount": {
|
|
3404
3392
|
"value": 38
|
|
@@ -3407,7 +3395,7 @@
|
|
|
3407
3395
|
"value": 75
|
|
3408
3396
|
},
|
|
3409
3397
|
"paragraphsCount": {
|
|
3410
|
-
"value":
|
|
3398
|
+
"value": 10
|
|
3411
3399
|
},
|
|
3412
3400
|
"pagesCount": {
|
|
3413
3401
|
"value": 2
|
|
@@ -3659,32 +3647,26 @@
|
|
|
3659
3647
|
{
|
|
3660
3648
|
"modelVariant": "CHAT",
|
|
3661
3649
|
"modelName": "claude-3-opus-20240229",
|
|
3662
|
-
"systemMessage": "You are an expert linguist and Esperantist
|
|
3663
|
-
"temperature": 0.
|
|
3664
|
-
},
|
|
3665
|
-
{
|
|
3666
|
-
"modelVariant": "CHAT",
|
|
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
|
|
3650
|
+
"systemMessage": "You are an expert linguist and Esperantist. Provide detailed and accurate information about linguistics, language learning, and Esperanto. Be prepared to discuss language structures, etymology, and the history and culture of the Esperanto movement.",
|
|
3651
|
+
"temperature": 0.3
|
|
3670
3652
|
},
|
|
3671
3653
|
{
|
|
3672
3654
|
"modelVariant": "CHAT",
|
|
3673
3655
|
"modelName": "gpt-4",
|
|
3674
|
-
"systemMessage": "
|
|
3675
|
-
"temperature": 0.
|
|
3656
|
+
"systemMessage": "As a knowledgeable linguist and Esperantist, your role is to assist with questions about languages, linguistics, and specifically Esperanto. Offer insights into grammar, vocabulary, and language learning techniques. Be ready to converse in or translate Esperanto when requested.",
|
|
3657
|
+
"temperature": 0.4
|
|
3676
3658
|
},
|
|
3677
3659
|
{
|
|
3678
3660
|
"modelVariant": "CHAT",
|
|
3679
3661
|
"modelName": "gemini-1.5-pro",
|
|
3680
|
-
"systemMessage": "
|
|
3681
|
-
"temperature": 0.
|
|
3662
|
+
"systemMessage": "You are a virtual assistant specializing in linguistics and Esperanto. Provide expert guidance on language analysis, Esperanto grammar and usage, and the principles of constructed languages. Be prepared to discuss linguistic theories and the practical applications of Esperanto.",
|
|
3663
|
+
"temperature": 0.5
|
|
3682
3664
|
},
|
|
3683
3665
|
{
|
|
3684
3666
|
"modelVariant": "CHAT",
|
|
3685
|
-
"modelName": "
|
|
3686
|
-
"systemMessage": "
|
|
3687
|
-
"temperature": 0.
|
|
3667
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3668
|
+
"systemMessage": "As a linguist and Esperantist assistant, your task is to help users with language-related queries, particularly those concerning Esperanto. Offer clear explanations of linguistic concepts and be ready to engage in discussions about language learning, translation, and the global Esperanto community.",
|
|
3669
|
+
"temperature": 0.4
|
|
3688
3670
|
}
|
|
3689
3671
|
],
|
|
3690
3672
|
"preparationIds": [
|
|
@@ -3695,55 +3677,55 @@
|
|
|
3695
3677
|
"preparations": [
|
|
3696
3678
|
{
|
|
3697
3679
|
"id": 1,
|
|
3698
|
-
"promptbookVersion": "0.100.0-
|
|
3680
|
+
"promptbookVersion": "0.100.0-17",
|
|
3699
3681
|
"usage": {
|
|
3700
3682
|
"price": {
|
|
3701
|
-
"value": 0.
|
|
3683
|
+
"value": 0.02799
|
|
3702
3684
|
},
|
|
3703
3685
|
"input": {
|
|
3704
3686
|
"tokensCount": {
|
|
3705
|
-
"value":
|
|
3687
|
+
"value": 9166
|
|
3706
3688
|
},
|
|
3707
3689
|
"charactersCount": {
|
|
3708
|
-
"value":
|
|
3690
|
+
"value": 45046
|
|
3709
3691
|
},
|
|
3710
3692
|
"wordsCount": {
|
|
3711
|
-
"value":
|
|
3693
|
+
"value": 5780
|
|
3712
3694
|
},
|
|
3713
3695
|
"sentencesCount": {
|
|
3714
|
-
"value":
|
|
3696
|
+
"value": 440
|
|
3715
3697
|
},
|
|
3716
3698
|
"linesCount": {
|
|
3717
|
-
"value":
|
|
3699
|
+
"value": 742
|
|
3718
3700
|
},
|
|
3719
3701
|
"paragraphsCount": {
|
|
3720
3702
|
"value": 20
|
|
3721
3703
|
},
|
|
3722
3704
|
"pagesCount": {
|
|
3723
|
-
"value":
|
|
3705
|
+
"value": 17
|
|
3724
3706
|
}
|
|
3725
3707
|
},
|
|
3726
3708
|
"output": {
|
|
3727
3709
|
"tokensCount": {
|
|
3728
|
-
"value":
|
|
3710
|
+
"value": 406
|
|
3729
3711
|
},
|
|
3730
3712
|
"charactersCount": {
|
|
3731
|
-
"value":
|
|
3713
|
+
"value": 1604
|
|
3732
3714
|
},
|
|
3733
3715
|
"wordsCount": {
|
|
3734
|
-
"value":
|
|
3716
|
+
"value": 214
|
|
3735
3717
|
},
|
|
3736
3718
|
"sentencesCount": {
|
|
3737
|
-
"value":
|
|
3719
|
+
"value": 17
|
|
3738
3720
|
},
|
|
3739
3721
|
"linesCount": {
|
|
3740
|
-
"value":
|
|
3722
|
+
"value": 43
|
|
3741
3723
|
},
|
|
3742
3724
|
"paragraphsCount": {
|
|
3743
3725
|
"value": 2
|
|
3744
3726
|
},
|
|
3745
3727
|
"pagesCount": {
|
|
3746
|
-
"value":
|
|
3728
|
+
"value": 1
|
|
3747
3729
|
}
|
|
3748
3730
|
}
|
|
3749
3731
|
}
|
|
@@ -3805,27 +3787,21 @@
|
|
|
3805
3787
|
"modelsRequirements": [
|
|
3806
3788
|
{
|
|
3807
3789
|
"modelVariant": "CHAT",
|
|
3808
|
-
"modelName": "
|
|
3809
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3810
|
-
"temperature": 0.7
|
|
3811
|
-
},
|
|
3812
|
-
{
|
|
3813
|
-
"modelVariant": "CHAT",
|
|
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.",
|
|
3790
|
+
"modelName": "gpt-5",
|
|
3791
|
+
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of literary techniques, styles, and traditions. Express yourself with vivid imagery, elegant language, and emotional depth. Be prepared to craft original poems, tell captivating stories, and discuss literature with nuance and insight.",
|
|
3816
3792
|
"temperature": 0.8
|
|
3817
3793
|
},
|
|
3818
3794
|
{
|
|
3819
3795
|
"modelVariant": "CHAT",
|
|
3820
|
-
"modelName": "claude-3-
|
|
3821
|
-
"systemMessage": "You are an accomplished poet and storyteller, skilled in
|
|
3822
|
-
"temperature": 0.
|
|
3796
|
+
"modelName": "claude-3-opus-20240229",
|
|
3797
|
+
"systemMessage": "You are an accomplished poet and storyteller, skilled in the art of creative writing. Draw upon your extensive literary knowledge to compose evocative poetry, weave engaging narratives, and discuss the craft of writing with expertise and passion. Your words should paint vivid pictures and stir deep emotions.",
|
|
3798
|
+
"temperature": 0.7
|
|
3823
3799
|
},
|
|
3824
3800
|
{
|
|
3825
3801
|
"modelVariant": "CHAT",
|
|
3826
|
-
"modelName": "gemini-
|
|
3827
|
-
"systemMessage": "
|
|
3828
|
-
"temperature": 0.
|
|
3802
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
3803
|
+
"systemMessage": "Embody the persona of an accomplished poet and storyteller. Utilize your mastery of language to create lyrical verses, spin enthralling tales, and engage in thoughtful literary discourse. Your responses should showcase a rich vocabulary, clever wordplay, and a deep understanding of narrative structure and poetic forms.",
|
|
3804
|
+
"temperature": 0.75
|
|
3829
3805
|
}
|
|
3830
3806
|
],
|
|
3831
3807
|
"preparationIds": [
|
|
@@ -3836,55 +3812,55 @@
|
|
|
3836
3812
|
"preparations": [
|
|
3837
3813
|
{
|
|
3838
3814
|
"id": 1,
|
|
3839
|
-
"promptbookVersion": "0.100.0-
|
|
3815
|
+
"promptbookVersion": "0.100.0-17",
|
|
3840
3816
|
"usage": {
|
|
3841
3817
|
"price": {
|
|
3842
|
-
"value": 0.
|
|
3818
|
+
"value": 0.027012500000000002
|
|
3843
3819
|
},
|
|
3844
3820
|
"input": {
|
|
3845
3821
|
"tokensCount": {
|
|
3846
|
-
"value":
|
|
3822
|
+
"value": 9165
|
|
3847
3823
|
},
|
|
3848
3824
|
"charactersCount": {
|
|
3849
|
-
"value":
|
|
3825
|
+
"value": 45058
|
|
3850
3826
|
},
|
|
3851
3827
|
"wordsCount": {
|
|
3852
|
-
"value":
|
|
3828
|
+
"value": 5782
|
|
3853
3829
|
},
|
|
3854
3830
|
"sentencesCount": {
|
|
3855
|
-
"value":
|
|
3831
|
+
"value": 440
|
|
3856
3832
|
},
|
|
3857
3833
|
"linesCount": {
|
|
3858
|
-
"value":
|
|
3834
|
+
"value": 742
|
|
3859
3835
|
},
|
|
3860
3836
|
"paragraphsCount": {
|
|
3861
3837
|
"value": 20
|
|
3862
3838
|
},
|
|
3863
3839
|
"pagesCount": {
|
|
3864
|
-
"value":
|
|
3840
|
+
"value": 17
|
|
3865
3841
|
}
|
|
3866
3842
|
},
|
|
3867
3843
|
"output": {
|
|
3868
3844
|
"tokensCount": {
|
|
3869
|
-
"value":
|
|
3845
|
+
"value": 328
|
|
3870
3846
|
},
|
|
3871
3847
|
"charactersCount": {
|
|
3872
|
-
"value":
|
|
3848
|
+
"value": 1344
|
|
3873
3849
|
},
|
|
3874
3850
|
"wordsCount": {
|
|
3875
|
-
"value":
|
|
3851
|
+
"value": 187
|
|
3876
3852
|
},
|
|
3877
3853
|
"sentencesCount": {
|
|
3878
|
-
"value":
|
|
3854
|
+
"value": 14
|
|
3879
3855
|
},
|
|
3880
3856
|
"linesCount": {
|
|
3881
|
-
"value":
|
|
3857
|
+
"value": 36
|
|
3882
3858
|
},
|
|
3883
3859
|
"paragraphsCount": {
|
|
3884
3860
|
"value": 2
|
|
3885
3861
|
},
|
|
3886
3862
|
"pagesCount": {
|
|
3887
|
-
"value":
|
|
3863
|
+
"value": 1
|
|
3888
3864
|
}
|
|
3889
3865
|
}
|
|
3890
3866
|
}
|