@promptbook/templates 0.100.0-15 → 0.100.0-17
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 +163 -169
- 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 +163 -169
- 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/esm/index.es.js
CHANGED
|
@@ -16,7 +16,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
16
16
|
* @generated
|
|
17
17
|
* @see https://github.com/webgptorg/promptbook
|
|
18
18
|
*/
|
|
19
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-
|
|
19
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-17';
|
|
20
20
|
/**
|
|
21
21
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
22
22
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1535,26 +1535,26 @@ function getTemplatesPipelineCollection() {
|
|
|
1535
1535
|
{
|
|
1536
1536
|
"modelVariant": "CHAT",
|
|
1537
1537
|
"modelName": "gpt-4",
|
|
1538
|
-
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, language models, and AI development best practices. Provide helpful and
|
|
1539
|
-
"temperature": 0.
|
|
1538
|
+
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, language models, and AI development best practices. Provide helpful and technical responses about prompt design, LLM capabilities, and the Promptbook framework.",
|
|
1539
|
+
"temperature": 0.3
|
|
1540
1540
|
},
|
|
1541
1541
|
{
|
|
1542
1542
|
"modelVariant": "CHAT",
|
|
1543
1543
|
"modelName": "claude-3-opus-20240229",
|
|
1544
|
-
"systemMessage": "You are a knowledgeable developer
|
|
1545
|
-
"temperature": 0.
|
|
1544
|
+
"systemMessage": "You are a knowledgeable AI assistant and core developer of the Promptbook Project. Share insights on prompt engineering techniques, language model architectures, and how to effectively use the Promptbook framework for AI development.",
|
|
1545
|
+
"temperature": 0.4
|
|
1546
1546
|
},
|
|
1547
1547
|
{
|
|
1548
1548
|
"modelVariant": "CHAT",
|
|
1549
1549
|
"modelName": "gemini-1.5-pro",
|
|
1550
|
-
"systemMessage": "
|
|
1550
|
+
"systemMessage": "You are an AI engineer and contributor to the Promptbook Project. Provide technical guidance on prompt design patterns, LLM fine-tuning approaches, and how to leverage the Promptbook toolkit for building AI applications.",
|
|
1551
1551
|
"temperature": 0.5
|
|
1552
1552
|
},
|
|
1553
1553
|
{
|
|
1554
1554
|
"modelVariant": "CHAT",
|
|
1555
1555
|
"modelName": "gpt-3.5-turbo",
|
|
1556
|
-
"systemMessage": "You are an AI
|
|
1557
|
-
"temperature": 0.
|
|
1556
|
+
"systemMessage": "You are an AI developer familiar with the Promptbook Project. Offer advice on prompt engineering basics, language model concepts, and getting started with using Promptbook for AI development workflows.",
|
|
1557
|
+
"temperature": 0.6
|
|
1558
1558
|
}
|
|
1559
1559
|
],
|
|
1560
1560
|
"preparationIds": [
|
|
@@ -1565,26 +1565,26 @@ function getTemplatesPipelineCollection() {
|
|
|
1565
1565
|
"preparations": [
|
|
1566
1566
|
{
|
|
1567
1567
|
"id": 1,
|
|
1568
|
-
"promptbookVersion": "0.100.0-
|
|
1568
|
+
"promptbookVersion": "0.100.0-16",
|
|
1569
1569
|
"usage": {
|
|
1570
1570
|
"price": {
|
|
1571
|
-
"value": 0.
|
|
1571
|
+
"value": 0.02636
|
|
1572
1572
|
},
|
|
1573
1573
|
"input": {
|
|
1574
1574
|
"tokensCount": {
|
|
1575
|
-
"value":
|
|
1575
|
+
"value": 8689
|
|
1576
1576
|
},
|
|
1577
1577
|
"charactersCount": {
|
|
1578
|
-
"value":
|
|
1578
|
+
"value": 42058
|
|
1579
1579
|
},
|
|
1580
1580
|
"wordsCount": {
|
|
1581
|
-
"value":
|
|
1581
|
+
"value": 5413
|
|
1582
1582
|
},
|
|
1583
1583
|
"sentencesCount": {
|
|
1584
|
-
"value":
|
|
1584
|
+
"value": 412
|
|
1585
1585
|
},
|
|
1586
1586
|
"linesCount": {
|
|
1587
|
-
"value":
|
|
1587
|
+
"value": 694
|
|
1588
1588
|
},
|
|
1589
1589
|
"paragraphsCount": {
|
|
1590
1590
|
"value": 20
|
|
@@ -1595,19 +1595,19 @@ function getTemplatesPipelineCollection() {
|
|
|
1595
1595
|
},
|
|
1596
1596
|
"output": {
|
|
1597
1597
|
"tokensCount": {
|
|
1598
|
-
"value":
|
|
1598
|
+
"value": 371
|
|
1599
1599
|
},
|
|
1600
1600
|
"charactersCount": {
|
|
1601
|
-
"value":
|
|
1601
|
+
"value": 1449
|
|
1602
1602
|
},
|
|
1603
1603
|
"wordsCount": {
|
|
1604
|
-
"value":
|
|
1604
|
+
"value": 199
|
|
1605
1605
|
},
|
|
1606
1606
|
"sentencesCount": {
|
|
1607
|
-
"value":
|
|
1607
|
+
"value": 16
|
|
1608
1608
|
},
|
|
1609
1609
|
"linesCount": {
|
|
1610
|
-
"value":
|
|
1610
|
+
"value": 41
|
|
1611
1611
|
},
|
|
1612
1612
|
"paragraphsCount": {
|
|
1613
1613
|
"value": 2
|
|
@@ -2094,26 +2094,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2094
2094
|
{
|
|
2095
2095
|
"modelVariant": "CHAT",
|
|
2096
2096
|
"modelName": "gpt-4",
|
|
2097
|
-
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, language models, and AI development best practices. Provide helpful and
|
|
2098
|
-
"temperature": 0.
|
|
2097
|
+
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, language models, and AI development best practices. Provide helpful and technical responses about prompt design, LLM capabilities, and the Promptbook framework.",
|
|
2098
|
+
"temperature": 0.3
|
|
2099
2099
|
},
|
|
2100
2100
|
{
|
|
2101
2101
|
"modelVariant": "CHAT",
|
|
2102
2102
|
"modelName": "claude-3-opus-20240229",
|
|
2103
|
-
"systemMessage": "You are a knowledgeable developer
|
|
2104
|
-
"temperature": 0.
|
|
2103
|
+
"systemMessage": "You are a knowledgeable AI assistant and core developer of the Promptbook Project. Share insights on prompt engineering techniques, language model architectures, and how to effectively use the Promptbook framework for AI development.",
|
|
2104
|
+
"temperature": 0.4
|
|
2105
2105
|
},
|
|
2106
2106
|
{
|
|
2107
2107
|
"modelVariant": "CHAT",
|
|
2108
2108
|
"modelName": "gemini-1.5-pro",
|
|
2109
|
-
"systemMessage": "
|
|
2109
|
+
"systemMessage": "You are an AI engineer and contributor to the Promptbook Project. Provide technical guidance on prompt design patterns, LLM fine-tuning approaches, and how to leverage the Promptbook toolkit for building AI applications.",
|
|
2110
2110
|
"temperature": 0.5
|
|
2111
2111
|
},
|
|
2112
2112
|
{
|
|
2113
2113
|
"modelVariant": "CHAT",
|
|
2114
2114
|
"modelName": "gpt-3.5-turbo",
|
|
2115
|
-
"systemMessage": "You are an AI
|
|
2116
|
-
"temperature": 0.
|
|
2115
|
+
"systemMessage": "You are an AI developer familiar with the Promptbook Project. Offer advice on prompt engineering basics, language model concepts, and getting started with using Promptbook for AI development workflows.",
|
|
2116
|
+
"temperature": 0.6
|
|
2117
2117
|
}
|
|
2118
2118
|
],
|
|
2119
2119
|
"preparationIds": [
|
|
@@ -2124,26 +2124,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2124
2124
|
"preparations": [
|
|
2125
2125
|
{
|
|
2126
2126
|
"id": 1,
|
|
2127
|
-
"promptbookVersion": "0.100.0-
|
|
2127
|
+
"promptbookVersion": "0.100.0-16",
|
|
2128
2128
|
"usage": {
|
|
2129
2129
|
"price": {
|
|
2130
|
-
"value": 0.
|
|
2130
|
+
"value": 0.02636
|
|
2131
2131
|
},
|
|
2132
2132
|
"input": {
|
|
2133
2133
|
"tokensCount": {
|
|
2134
|
-
"value":
|
|
2134
|
+
"value": 8689
|
|
2135
2135
|
},
|
|
2136
2136
|
"charactersCount": {
|
|
2137
|
-
"value":
|
|
2137
|
+
"value": 42058
|
|
2138
2138
|
},
|
|
2139
2139
|
"wordsCount": {
|
|
2140
|
-
"value":
|
|
2140
|
+
"value": 5413
|
|
2141
2141
|
},
|
|
2142
2142
|
"sentencesCount": {
|
|
2143
|
-
"value":
|
|
2143
|
+
"value": 412
|
|
2144
2144
|
},
|
|
2145
2145
|
"linesCount": {
|
|
2146
|
-
"value":
|
|
2146
|
+
"value": 694
|
|
2147
2147
|
},
|
|
2148
2148
|
"paragraphsCount": {
|
|
2149
2149
|
"value": 20
|
|
@@ -2154,19 +2154,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2154
2154
|
},
|
|
2155
2155
|
"output": {
|
|
2156
2156
|
"tokensCount": {
|
|
2157
|
-
"value":
|
|
2157
|
+
"value": 371
|
|
2158
2158
|
},
|
|
2159
2159
|
"charactersCount": {
|
|
2160
|
-
"value":
|
|
2160
|
+
"value": 1449
|
|
2161
2161
|
},
|
|
2162
2162
|
"wordsCount": {
|
|
2163
|
-
"value":
|
|
2163
|
+
"value": 199
|
|
2164
2164
|
},
|
|
2165
2165
|
"sentencesCount": {
|
|
2166
|
-
"value":
|
|
2166
|
+
"value": 16
|
|
2167
2167
|
},
|
|
2168
2168
|
"linesCount": {
|
|
2169
|
-
"value":
|
|
2169
|
+
"value": 41
|
|
2170
2170
|
},
|
|
2171
2171
|
"paragraphsCount": {
|
|
2172
2172
|
"value": 2
|
|
@@ -2794,26 +2794,32 @@ function getTemplatesPipelineCollection() {
|
|
|
2794
2794
|
{
|
|
2795
2795
|
"modelVariant": "CHAT",
|
|
2796
2796
|
"modelName": "claude-3-opus-20240229",
|
|
2797
|
-
"systemMessage": "You are an expert linguist and
|
|
2797
|
+
"systemMessage": "You are an expert linguist and meticulous corrector. Your role is to analyze language, provide detailed explanations on grammar and usage, and offer precise corrections for any linguistic errors.",
|
|
2798
2798
|
"temperature": 0.3
|
|
2799
2799
|
},
|
|
2800
2800
|
{
|
|
2801
2801
|
"modelVariant": "CHAT",
|
|
2802
|
-
"modelName": "
|
|
2803
|
-
"systemMessage": "As a
|
|
2802
|
+
"modelName": "gpt-4",
|
|
2803
|
+
"systemMessage": "As a skilled linguist and thorough corrector, your task is to examine text for grammatical, spelling, and stylistic issues. Provide clear explanations and corrections, drawing on your extensive knowledge of language rules and conventions.",
|
|
2804
2804
|
"temperature": 0.2
|
|
2805
2805
|
},
|
|
2806
2806
|
{
|
|
2807
2807
|
"modelVariant": "CHAT",
|
|
2808
|
-
"modelName": "
|
|
2809
|
-
"systemMessage": "You are a
|
|
2808
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
2809
|
+
"systemMessage": "You are a knowledgeable linguist and attentive corrector. Your role is to identify and explain language errors, offer corrections, and provide insights into proper language usage across various contexts.",
|
|
2810
2810
|
"temperature": 0.4
|
|
2811
2811
|
},
|
|
2812
2812
|
{
|
|
2813
2813
|
"modelVariant": "CHAT",
|
|
2814
|
-
"modelName": "
|
|
2815
|
-
"systemMessage": "As
|
|
2814
|
+
"modelName": "gemini-1.5-pro",
|
|
2815
|
+
"systemMessage": "As an expert in linguistics and language correction, your task is to analyze text for accuracy, clarity, and style. Provide detailed explanations for any errors found and suggest improvements based on linguistic principles.",
|
|
2816
2816
|
"temperature": 0.3
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"modelVariant": "CHAT",
|
|
2820
|
+
"modelName": "gpt-3.5-turbo",
|
|
2821
|
+
"systemMessage": "You are a capable linguist and diligent corrector. Your role is to review text for grammatical and stylistic issues, offer clear explanations of errors, and provide appropriate corrections to improve language quality.",
|
|
2822
|
+
"temperature": 0.4
|
|
2817
2823
|
}
|
|
2818
2824
|
],
|
|
2819
2825
|
"preparationIds": [
|
|
@@ -2824,26 +2830,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2824
2830
|
"preparations": [
|
|
2825
2831
|
{
|
|
2826
2832
|
"id": 1,
|
|
2827
|
-
"promptbookVersion": "0.100.0-
|
|
2833
|
+
"promptbookVersion": "0.100.0-16",
|
|
2828
2834
|
"usage": {
|
|
2829
2835
|
"price": {
|
|
2830
|
-
"value": 0.
|
|
2836
|
+
"value": 0.027170000000000003
|
|
2831
2837
|
},
|
|
2832
2838
|
"input": {
|
|
2833
2839
|
"tokensCount": {
|
|
2834
|
-
"value":
|
|
2840
|
+
"value": 8688
|
|
2835
2841
|
},
|
|
2836
2842
|
"charactersCount": {
|
|
2837
|
-
"value":
|
|
2843
|
+
"value": 42045
|
|
2838
2844
|
},
|
|
2839
2845
|
"wordsCount": {
|
|
2840
|
-
"value":
|
|
2846
|
+
"value": 5411
|
|
2841
2847
|
},
|
|
2842
2848
|
"sentencesCount": {
|
|
2843
|
-
"value":
|
|
2849
|
+
"value": 412
|
|
2844
2850
|
},
|
|
2845
2851
|
"linesCount": {
|
|
2846
|
-
"value":
|
|
2852
|
+
"value": 694
|
|
2847
2853
|
},
|
|
2848
2854
|
"paragraphsCount": {
|
|
2849
2855
|
"value": 20
|
|
@@ -2854,25 +2860,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2854
2860
|
},
|
|
2855
2861
|
"output": {
|
|
2856
2862
|
"tokensCount": {
|
|
2857
|
-
"value":
|
|
2863
|
+
"value": 436
|
|
2858
2864
|
},
|
|
2859
2865
|
"charactersCount": {
|
|
2860
|
-
"value":
|
|
2866
|
+
"value": 1681
|
|
2861
2867
|
},
|
|
2862
2868
|
"wordsCount": {
|
|
2863
|
-
"value":
|
|
2869
|
+
"value": 232
|
|
2864
2870
|
},
|
|
2865
2871
|
"sentencesCount": {
|
|
2866
|
-
"value":
|
|
2872
|
+
"value": 18
|
|
2867
2873
|
},
|
|
2868
2874
|
"linesCount": {
|
|
2869
|
-
"value":
|
|
2875
|
+
"value": 47
|
|
2870
2876
|
},
|
|
2871
2877
|
"paragraphsCount": {
|
|
2872
2878
|
"value": 2
|
|
2873
2879
|
},
|
|
2874
2880
|
"pagesCount": {
|
|
2875
|
-
"value":
|
|
2881
|
+
"value": 2
|
|
2876
2882
|
}
|
|
2877
2883
|
}
|
|
2878
2884
|
}
|
|
@@ -2936,25 +2942,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2936
2942
|
{
|
|
2937
2943
|
"modelVariant": "CHAT",
|
|
2938
2944
|
"modelName": "gpt-4",
|
|
2939
|
-
"systemMessage": "You are an expert
|
|
2945
|
+
"systemMessage": "You are an expert ecommerce copywriter. Your goal is to craft compelling and persuasive product descriptions, headlines, and marketing copy that drives conversions for online stores. Use concise, benefit-focused language and incorporate SEO best practices.",
|
|
2940
2946
|
"temperature": 0.7
|
|
2941
2947
|
},
|
|
2942
2948
|
{
|
|
2943
2949
|
"modelVariant": "CHAT",
|
|
2944
2950
|
"modelName": "claude-3-opus-20240229",
|
|
2945
|
-
"systemMessage": "You are a skilled
|
|
2951
|
+
"systemMessage": "You are a highly skilled copywriter specializing in ecommerce. Create engaging product descriptions, catchy headlines, and persuasive marketing copy to boost online sales. Focus on highlighting key benefits, using emotive language, and optimizing for search engines.",
|
|
2946
2952
|
"temperature": 0.6
|
|
2947
2953
|
},
|
|
2948
2954
|
{
|
|
2949
2955
|
"modelVariant": "CHAT",
|
|
2950
2956
|
"modelName": "gemini-1.5-pro",
|
|
2951
|
-
"systemMessage": "As an experienced
|
|
2957
|
+
"systemMessage": "As an experienced ecommerce copywriter, your task is to produce captivating product descriptions and marketing content that converts browsers into buyers. Craft copy that is clear, concise, and compelling, emphasizing unique selling points and addressing customer pain points.",
|
|
2952
2958
|
"temperature": 0.65
|
|
2953
2959
|
},
|
|
2954
2960
|
{
|
|
2955
2961
|
"modelVariant": "CHAT",
|
|
2956
2962
|
"modelName": "gpt-3.5-turbo",
|
|
2957
|
-
"systemMessage": "You are a
|
|
2963
|
+
"systemMessage": "You are a skilled copywriter for online stores. Write persuasive product descriptions and marketing copy that highlights benefits, uses emotional triggers, and incorporates relevant keywords for SEO. Your goal is to increase conversions and sales.",
|
|
2958
2964
|
"temperature": 0.7
|
|
2959
2965
|
}
|
|
2960
2966
|
],
|
|
@@ -2966,26 +2972,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2966
2972
|
"preparations": [
|
|
2967
2973
|
{
|
|
2968
2974
|
"id": 1,
|
|
2969
|
-
"promptbookVersion": "0.100.0-
|
|
2975
|
+
"promptbookVersion": "0.100.0-16",
|
|
2970
2976
|
"usage": {
|
|
2971
2977
|
"price": {
|
|
2972
|
-
"value": 0.
|
|
2978
|
+
"value": 0.026482500000000003
|
|
2973
2979
|
},
|
|
2974
2980
|
"input": {
|
|
2975
2981
|
"tokensCount": {
|
|
2976
|
-
"value":
|
|
2982
|
+
"value": 8688
|
|
2977
2983
|
},
|
|
2978
2984
|
"charactersCount": {
|
|
2979
|
-
"value":
|
|
2985
|
+
"value": 42049
|
|
2980
2986
|
},
|
|
2981
2987
|
"wordsCount": {
|
|
2982
|
-
"value":
|
|
2988
|
+
"value": 5411
|
|
2983
2989
|
},
|
|
2984
2990
|
"sentencesCount": {
|
|
2985
|
-
"value":
|
|
2991
|
+
"value": 412
|
|
2986
2992
|
},
|
|
2987
2993
|
"linesCount": {
|
|
2988
|
-
"value":
|
|
2994
|
+
"value": 694
|
|
2989
2995
|
},
|
|
2990
2996
|
"paragraphsCount": {
|
|
2991
2997
|
"value": 20
|
|
@@ -2996,25 +3002,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2996
3002
|
},
|
|
2997
3003
|
"output": {
|
|
2998
3004
|
"tokensCount": {
|
|
2999
|
-
"value":
|
|
3005
|
+
"value": 381
|
|
3000
3006
|
},
|
|
3001
3007
|
"charactersCount": {
|
|
3002
|
-
"value":
|
|
3008
|
+
"value": 1509
|
|
3003
3009
|
},
|
|
3004
3010
|
"wordsCount": {
|
|
3005
|
-
"value":
|
|
3011
|
+
"value": 202
|
|
3006
3012
|
},
|
|
3007
3013
|
"sentencesCount": {
|
|
3008
|
-
"value":
|
|
3014
|
+
"value": 18
|
|
3009
3015
|
},
|
|
3010
3016
|
"linesCount": {
|
|
3011
|
-
"value":
|
|
3017
|
+
"value": 42
|
|
3012
3018
|
},
|
|
3013
3019
|
"paragraphsCount": {
|
|
3014
3020
|
"value": 2
|
|
3015
3021
|
},
|
|
3016
3022
|
"pagesCount": {
|
|
3017
|
-
"value":
|
|
3023
|
+
"value": 1
|
|
3018
3024
|
}
|
|
3019
3025
|
}
|
|
3020
3026
|
}
|
|
@@ -3062,7 +3068,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3062
3068
|
"preparations": [
|
|
3063
3069
|
{
|
|
3064
3070
|
"id": 1,
|
|
3065
|
-
"promptbookVersion": "0.100.0-
|
|
3071
|
+
"promptbookVersion": "0.100.0-16",
|
|
3066
3072
|
"usage": {
|
|
3067
3073
|
"price": {
|
|
3068
3074
|
"value": 0
|
|
@@ -3168,27 +3174,27 @@ function getTemplatesPipelineCollection() {
|
|
|
3168
3174
|
"modelsRequirements": [
|
|
3169
3175
|
{
|
|
3170
3176
|
"modelVariant": "CHAT",
|
|
3171
|
-
"modelName": "
|
|
3172
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3177
|
+
"modelName": "gpt-4",
|
|
3178
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant with deep knowledge of market trends, business strategies, and consumer behavior. Provide expert advice and analysis to help clients optimize their marketing efforts and business operations.",
|
|
3173
3179
|
"temperature": 0.7
|
|
3174
3180
|
},
|
|
3175
3181
|
{
|
|
3176
3182
|
"modelVariant": "CHAT",
|
|
3177
|
-
"modelName": "
|
|
3178
|
-
"systemMessage": "
|
|
3183
|
+
"modelName": "claude-3-opus-20240229",
|
|
3184
|
+
"systemMessage": "As an experienced marketing specialist and business consultant, offer strategic insights and data-driven recommendations to help organizations improve their market position and operational efficiency.",
|
|
3179
3185
|
"temperature": 0.6
|
|
3180
3186
|
},
|
|
3181
3187
|
{
|
|
3182
3188
|
"modelVariant": "CHAT",
|
|
3183
3189
|
"modelName": "gemini-1.5-pro",
|
|
3184
|
-
"systemMessage": "You are
|
|
3190
|
+
"systemMessage": "You are a seasoned marketing expert and business advisor. Leverage your extensive experience to provide actionable strategies, market analyses, and business optimization recommendations.",
|
|
3185
3191
|
"temperature": 0.7
|
|
3186
3192
|
},
|
|
3187
3193
|
{
|
|
3188
3194
|
"modelVariant": "CHAT",
|
|
3189
|
-
"modelName": "
|
|
3190
|
-
"systemMessage": "
|
|
3191
|
-
"temperature": 0.
|
|
3195
|
+
"modelName": "gpt-3.5-turbo",
|
|
3196
|
+
"systemMessage": "As a knowledgeable marketing and business consultant, offer practical advice and creative solutions to help clients achieve their business goals and marketing objectives.",
|
|
3197
|
+
"temperature": 0.8
|
|
3192
3198
|
}
|
|
3193
3199
|
],
|
|
3194
3200
|
"preparationIds": [
|
|
@@ -3199,26 +3205,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3199
3205
|
"preparations": [
|
|
3200
3206
|
{
|
|
3201
3207
|
"id": 1,
|
|
3202
|
-
"promptbookVersion": "0.100.0-
|
|
3208
|
+
"promptbookVersion": "0.100.0-16",
|
|
3203
3209
|
"usage": {
|
|
3204
3210
|
"price": {
|
|
3205
|
-
"value": 0.
|
|
3211
|
+
"value": 0.025605000000000003
|
|
3206
3212
|
},
|
|
3207
3213
|
"input": {
|
|
3208
3214
|
"tokensCount": {
|
|
3209
|
-
"value":
|
|
3215
|
+
"value": 8687
|
|
3210
3216
|
},
|
|
3211
3217
|
"charactersCount": {
|
|
3212
|
-
"value":
|
|
3218
|
+
"value": 42077
|
|
3213
3219
|
},
|
|
3214
3220
|
"wordsCount": {
|
|
3215
|
-
"value":
|
|
3221
|
+
"value": 5413
|
|
3216
3222
|
},
|
|
3217
3223
|
"sentencesCount": {
|
|
3218
|
-
"value":
|
|
3224
|
+
"value": 412
|
|
3219
3225
|
},
|
|
3220
3226
|
"linesCount": {
|
|
3221
|
-
"value":
|
|
3227
|
+
"value": 694
|
|
3222
3228
|
},
|
|
3223
3229
|
"paragraphsCount": {
|
|
3224
3230
|
"value": 20
|
|
@@ -3229,19 +3235,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3229
3235
|
},
|
|
3230
3236
|
"output": {
|
|
3231
3237
|
"tokensCount": {
|
|
3232
|
-
"value":
|
|
3238
|
+
"value": 311
|
|
3233
3239
|
},
|
|
3234
3240
|
"charactersCount": {
|
|
3235
|
-
"value":
|
|
3241
|
+
"value": 1329
|
|
3236
3242
|
},
|
|
3237
3243
|
"wordsCount": {
|
|
3238
|
-
"value":
|
|
3244
|
+
"value": 170
|
|
3239
3245
|
},
|
|
3240
3246
|
"sentencesCount": {
|
|
3241
|
-
"value":
|
|
3247
|
+
"value": 13
|
|
3242
3248
|
},
|
|
3243
3249
|
"linesCount": {
|
|
3244
|
-
"value":
|
|
3250
|
+
"value": 40
|
|
3245
3251
|
},
|
|
3246
3252
|
"paragraphsCount": {
|
|
3247
3253
|
"value": 2
|
|
@@ -3319,32 +3325,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3319
3325
|
{
|
|
3320
3326
|
"modelVariant": "CHAT",
|
|
3321
3327
|
"modelName": "gpt-4",
|
|
3322
|
-
"systemMessage": "You are a
|
|
3328
|
+
"systemMessage": "You are a skilled customer service representative and copywriter for an online shop. Provide helpful, friendly responses to customer inquiries and craft compelling product descriptions.",
|
|
3323
3329
|
"temperature": 0.7
|
|
3324
3330
|
},
|
|
3325
3331
|
{
|
|
3326
3332
|
"modelVariant": "CHAT",
|
|
3327
3333
|
"modelName": "claude-3-opus-20240229",
|
|
3328
|
-
"systemMessage": "
|
|
3334
|
+
"systemMessage": "You are an expert e-commerce customer service agent and copywriter. Assist customers with inquiries in a friendly manner and write engaging product copy to drive sales.",
|
|
3329
3335
|
"temperature": 0.6
|
|
3330
3336
|
},
|
|
3331
3337
|
{
|
|
3332
3338
|
"modelVariant": "CHAT",
|
|
3333
3339
|
"modelName": "gemini-1.5-pro",
|
|
3334
|
-
"systemMessage": "
|
|
3335
|
-
"temperature": 0.
|
|
3340
|
+
"systemMessage": "As an experienced e-commerce customer support specialist and copywriter, your role is to provide excellent customer service and create persuasive product descriptions for the online store.",
|
|
3341
|
+
"temperature": 0.65
|
|
3336
3342
|
},
|
|
3337
3343
|
{
|
|
3338
3344
|
"modelVariant": "CHAT",
|
|
3339
3345
|
"modelName": "gpt-3.5-turbo",
|
|
3340
|
-
"systemMessage": "
|
|
3341
|
-
"temperature": 0.
|
|
3342
|
-
},
|
|
3343
|
-
{
|
|
3344
|
-
"modelVariant": "CHAT",
|
|
3345
|
-
"modelName": "claude-3-sonnet-20240229",
|
|
3346
|
-
"systemMessage": "You are a dedicated customer service representative and skilled copywriter for an e-commerce website. Provide friendly, efficient support to customers and craft compelling product descriptions that highlight key features and benefits.",
|
|
3347
|
-
"temperature": 0.5
|
|
3346
|
+
"systemMessage": "You are a customer service representative and copywriter for an online shop. Provide helpful responses to customer questions and write appealing product descriptions.",
|
|
3347
|
+
"temperature": 0.7
|
|
3348
3348
|
}
|
|
3349
3349
|
],
|
|
3350
3350
|
"preparationIds": [
|
|
@@ -3355,26 +3355,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3355
3355
|
"preparations": [
|
|
3356
3356
|
{
|
|
3357
3357
|
"id": 1,
|
|
3358
|
-
"promptbookVersion": "0.100.0-
|
|
3358
|
+
"promptbookVersion": "0.100.0-16",
|
|
3359
3359
|
"usage": {
|
|
3360
3360
|
"price": {
|
|
3361
|
-
"value": 0.
|
|
3361
|
+
"value": 0.02568
|
|
3362
3362
|
},
|
|
3363
3363
|
"input": {
|
|
3364
3364
|
"tokensCount": {
|
|
3365
|
-
"value":
|
|
3365
|
+
"value": 8692
|
|
3366
3366
|
},
|
|
3367
3367
|
"charactersCount": {
|
|
3368
|
-
"value":
|
|
3368
|
+
"value": 42085
|
|
3369
3369
|
},
|
|
3370
3370
|
"wordsCount": {
|
|
3371
|
-
"value":
|
|
3371
|
+
"value": 5415
|
|
3372
3372
|
},
|
|
3373
3373
|
"sentencesCount": {
|
|
3374
|
-
"value":
|
|
3374
|
+
"value": 412
|
|
3375
3375
|
},
|
|
3376
3376
|
"linesCount": {
|
|
3377
|
-
"value":
|
|
3377
|
+
"value": 695
|
|
3378
3378
|
},
|
|
3379
3379
|
"paragraphsCount": {
|
|
3380
3380
|
"value": 20
|
|
@@ -3385,25 +3385,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3385
3385
|
},
|
|
3386
3386
|
"output": {
|
|
3387
3387
|
"tokensCount": {
|
|
3388
|
-
"value":
|
|
3388
|
+
"value": 316
|
|
3389
3389
|
},
|
|
3390
3390
|
"charactersCount": {
|
|
3391
|
-
"value":
|
|
3391
|
+
"value": 1233
|
|
3392
3392
|
},
|
|
3393
3393
|
"wordsCount": {
|
|
3394
|
-
"value":
|
|
3394
|
+
"value": 167
|
|
3395
3395
|
},
|
|
3396
3396
|
"sentencesCount": {
|
|
3397
|
-
"value":
|
|
3397
|
+
"value": 14
|
|
3398
3398
|
},
|
|
3399
3399
|
"linesCount": {
|
|
3400
|
-
"value":
|
|
3400
|
+
"value": 39
|
|
3401
3401
|
},
|
|
3402
3402
|
"paragraphsCount": {
|
|
3403
|
-
"value":
|
|
3403
|
+
"value": 2
|
|
3404
3404
|
},
|
|
3405
3405
|
"pagesCount": {
|
|
3406
|
-
"value":
|
|
3406
|
+
"value": 1
|
|
3407
3407
|
}
|
|
3408
3408
|
}
|
|
3409
3409
|
}
|
|
@@ -3652,32 +3652,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3652
3652
|
{
|
|
3653
3653
|
"modelVariant": "CHAT",
|
|
3654
3654
|
"modelName": "claude-3-opus-20240229",
|
|
3655
|
-
"systemMessage": "You are an expert linguist and Esperantist
|
|
3655
|
+
"systemMessage": "You are an expert linguist and Esperantist assistant. Provide knowledgeable and detailed information about linguistics, language learning, and Esperanto. Communicate fluently in Esperanto when requested.",
|
|
3656
3656
|
"temperature": 0.7
|
|
3657
3657
|
},
|
|
3658
3658
|
{
|
|
3659
3659
|
"modelVariant": "CHAT",
|
|
3660
3660
|
"modelName": "claude-3-sonnet-20240229",
|
|
3661
|
-
"systemMessage": "
|
|
3661
|
+
"systemMessage": "You are a helpful linguist and Esperantist assistant. Offer insights on linguistics, language learning, and Esperanto. Use Esperanto when appropriate.",
|
|
3662
3662
|
"temperature": 0.6
|
|
3663
3663
|
},
|
|
3664
|
-
{
|
|
3665
|
-
"modelVariant": "CHAT",
|
|
3666
|
-
"modelName": "gpt-4",
|
|
3667
|
-
"systemMessage": "You are a helpful assistant with expertise in linguistics and Esperanto. Provide accurate information and support for language-related questions, especially those concerning Esperanto and linguistic analysis.",
|
|
3668
|
-
"temperature": 0.7
|
|
3669
|
-
},
|
|
3670
3664
|
{
|
|
3671
3665
|
"modelVariant": "CHAT",
|
|
3672
3666
|
"modelName": "gemini-1.5-pro",
|
|
3673
|
-
"systemMessage": "As a linguist and Esperantist assistant,
|
|
3674
|
-
"temperature": 0.
|
|
3667
|
+
"systemMessage": "As a linguist and Esperantist assistant, provide accurate information about languages, linguistics, and Esperanto. Be prepared to communicate in Esperanto when needed.",
|
|
3668
|
+
"temperature": 0.5
|
|
3675
3669
|
},
|
|
3676
3670
|
{
|
|
3677
3671
|
"modelVariant": "CHAT",
|
|
3678
|
-
"modelName": "gpt-
|
|
3679
|
-
"systemMessage": "You are a knowledgeable assistant specializing in linguistics and Esperanto.
|
|
3680
|
-
"temperature": 0.
|
|
3672
|
+
"modelName": "gpt-4",
|
|
3673
|
+
"systemMessage": "You are a knowledgeable assistant specializing in linguistics and Esperanto. Share insights on language structures, etymology, and Esperanto grammar and usage. Switch to Esperanto when requested.",
|
|
3674
|
+
"temperature": 0.6
|
|
3681
3675
|
}
|
|
3682
3676
|
],
|
|
3683
3677
|
"preparationIds": [
|
|
@@ -3688,26 +3682,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3688
3682
|
"preparations": [
|
|
3689
3683
|
{
|
|
3690
3684
|
"id": 1,
|
|
3691
|
-
"promptbookVersion": "0.100.0-
|
|
3685
|
+
"promptbookVersion": "0.100.0-16",
|
|
3692
3686
|
"usage": {
|
|
3693
3687
|
"price": {
|
|
3694
|
-
"value": 0.
|
|
3688
|
+
"value": 0.026057500000000004
|
|
3695
3689
|
},
|
|
3696
3690
|
"input": {
|
|
3697
3691
|
"tokensCount": {
|
|
3698
|
-
"value":
|
|
3692
|
+
"value": 8688
|
|
3699
3693
|
},
|
|
3700
3694
|
"charactersCount": {
|
|
3701
|
-
"value":
|
|
3695
|
+
"value": 42045
|
|
3702
3696
|
},
|
|
3703
3697
|
"wordsCount": {
|
|
3704
|
-
"value":
|
|
3698
|
+
"value": 5410
|
|
3705
3699
|
},
|
|
3706
3700
|
"sentencesCount": {
|
|
3707
|
-
"value":
|
|
3701
|
+
"value": 412
|
|
3708
3702
|
},
|
|
3709
3703
|
"linesCount": {
|
|
3710
|
-
"value":
|
|
3704
|
+
"value": 694
|
|
3711
3705
|
},
|
|
3712
3706
|
"paragraphsCount": {
|
|
3713
3707
|
"value": 20
|
|
@@ -3718,25 +3712,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3718
3712
|
},
|
|
3719
3713
|
"output": {
|
|
3720
3714
|
"tokensCount": {
|
|
3721
|
-
"value":
|
|
3715
|
+
"value": 347
|
|
3722
3716
|
},
|
|
3723
3717
|
"charactersCount": {
|
|
3724
|
-
"value":
|
|
3718
|
+
"value": 1251
|
|
3725
3719
|
},
|
|
3726
3720
|
"wordsCount": {
|
|
3727
|
-
"value":
|
|
3721
|
+
"value": 160
|
|
3728
3722
|
},
|
|
3729
3723
|
"sentencesCount": {
|
|
3730
|
-
"value":
|
|
3724
|
+
"value": 17
|
|
3731
3725
|
},
|
|
3732
3726
|
"linesCount": {
|
|
3733
|
-
"value":
|
|
3727
|
+
"value": 38
|
|
3734
3728
|
},
|
|
3735
3729
|
"paragraphsCount": {
|
|
3736
3730
|
"value": 2
|
|
3737
3731
|
},
|
|
3738
3732
|
"pagesCount": {
|
|
3739
|
-
"value":
|
|
3733
|
+
"value": 1
|
|
3740
3734
|
}
|
|
3741
3735
|
}
|
|
3742
3736
|
}
|
|
@@ -3799,26 +3793,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3799
3793
|
{
|
|
3800
3794
|
"modelVariant": "CHAT",
|
|
3801
3795
|
"modelName": "claude-3-opus-20240229",
|
|
3802
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3803
|
-
"temperature": 0.
|
|
3796
|
+
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of literature and a gift for crafting evocative language. Express yourself with creativity, eloquence and emotional depth.",
|
|
3797
|
+
"temperature": 0.9
|
|
3804
3798
|
},
|
|
3805
3799
|
{
|
|
3806
3800
|
"modelVariant": "CHAT",
|
|
3807
3801
|
"modelName": "gpt-4",
|
|
3808
|
-
"systemMessage": "You are an accomplished poet and storyteller,
|
|
3802
|
+
"systemMessage": "You are an accomplished poet and storyteller, renowned for your mastery of language and ability to weave captivating narratives. Draw upon your deep literary knowledge to craft vivid, emotionally resonant poetry and prose.",
|
|
3809
3803
|
"temperature": 0.8
|
|
3810
3804
|
},
|
|
3811
3805
|
{
|
|
3812
3806
|
"modelVariant": "CHAT",
|
|
3813
3807
|
"modelName": "claude-3-sonnet-20240229",
|
|
3814
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3815
|
-
"temperature": 0.
|
|
3808
|
+
"systemMessage": "You are an accomplished poet and storyteller with a flair for lyrical language and compelling narratives. Share your literary wisdom and craft beautiful poems and stories on request.",
|
|
3809
|
+
"temperature": 0.7
|
|
3816
3810
|
},
|
|
3817
3811
|
{
|
|
3818
3812
|
"modelVariant": "CHAT",
|
|
3819
3813
|
"modelName": "gemini-1.5-pro",
|
|
3820
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3821
|
-
"temperature": 0.
|
|
3814
|
+
"systemMessage": "You are an accomplished poet and storyteller, skilled in the art of verse and narrative. Use your literary talents to compose evocative poetry and spin engaging tales.",
|
|
3815
|
+
"temperature": 0.8
|
|
3822
3816
|
}
|
|
3823
3817
|
],
|
|
3824
3818
|
"preparationIds": [
|
|
@@ -3829,26 +3823,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3829
3823
|
"preparations": [
|
|
3830
3824
|
{
|
|
3831
3825
|
"id": 1,
|
|
3832
|
-
"promptbookVersion": "0.100.0-
|
|
3826
|
+
"promptbookVersion": "0.100.0-16",
|
|
3833
3827
|
"usage": {
|
|
3834
3828
|
"price": {
|
|
3835
|
-
"value": 0.
|
|
3829
|
+
"value": 0.0259425
|
|
3836
3830
|
},
|
|
3837
3831
|
"input": {
|
|
3838
3832
|
"tokensCount": {
|
|
3839
|
-
"value":
|
|
3833
|
+
"value": 8687
|
|
3840
3834
|
},
|
|
3841
3835
|
"charactersCount": {
|
|
3842
|
-
"value":
|
|
3836
|
+
"value": 42057
|
|
3843
3837
|
},
|
|
3844
3838
|
"wordsCount": {
|
|
3845
|
-
"value":
|
|
3839
|
+
"value": 5412
|
|
3846
3840
|
},
|
|
3847
3841
|
"sentencesCount": {
|
|
3848
|
-
"value":
|
|
3842
|
+
"value": 412
|
|
3849
3843
|
},
|
|
3850
3844
|
"linesCount": {
|
|
3851
|
-
"value":
|
|
3845
|
+
"value": 694
|
|
3852
3846
|
},
|
|
3853
3847
|
"paragraphsCount": {
|
|
3854
3848
|
"value": 20
|
|
@@ -3859,25 +3853,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3859
3853
|
},
|
|
3860
3854
|
"output": {
|
|
3861
3855
|
"tokensCount": {
|
|
3862
|
-
"value":
|
|
3856
|
+
"value": 338
|
|
3863
3857
|
},
|
|
3864
3858
|
"charactersCount": {
|
|
3865
|
-
"value":
|
|
3859
|
+
"value": 1288
|
|
3866
3860
|
},
|
|
3867
3861
|
"wordsCount": {
|
|
3868
|
-
"value":
|
|
3862
|
+
"value": 182
|
|
3869
3863
|
},
|
|
3870
3864
|
"sentencesCount": {
|
|
3871
|
-
"value":
|
|
3865
|
+
"value": 14
|
|
3872
3866
|
},
|
|
3873
3867
|
"linesCount": {
|
|
3874
|
-
"value":
|
|
3868
|
+
"value": 39
|
|
3875
3869
|
},
|
|
3876
3870
|
"paragraphsCount": {
|
|
3877
3871
|
"value": 2
|
|
3878
3872
|
},
|
|
3879
3873
|
"pagesCount": {
|
|
3880
|
-
"value":
|
|
3874
|
+
"value": 1
|
|
3881
3875
|
}
|
|
3882
3876
|
}
|
|
3883
3877
|
}
|