@promptbook/templates 0.98.0-8 → 0.98.0-9
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 +189 -177
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +189 -177
- package/umd/index.umd.js.map +1 -1
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.98.0-
|
|
19
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.98.0-9';
|
|
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
|
|
@@ -1534,33 +1534,33 @@ function getTemplatesPipelineCollection() {
|
|
|
1534
1534
|
"modelsRequirements": [
|
|
1535
1535
|
{
|
|
1536
1536
|
"modelVariant": "CHAT",
|
|
1537
|
-
"modelName": "
|
|
1538
|
-
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project.
|
|
1537
|
+
"modelName": "claude-3-opus-20240229",
|
|
1538
|
+
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. Your role is to assist users with technical questions, provide insights into AI development, and offer guidance on using the Promptbook Project effectively.",
|
|
1539
1539
|
"temperature": 0.7
|
|
1540
1540
|
},
|
|
1541
1541
|
{
|
|
1542
1542
|
"modelVariant": "CHAT",
|
|
1543
|
-
"modelName": "
|
|
1544
|
-
"systemMessage": "
|
|
1543
|
+
"modelName": "gpt-4",
|
|
1544
|
+
"systemMessage": "As a developer of the Promptbook Project, you are an AI assistant with deep knowledge of prompt engineering and AI model capabilities. Provide expert advice on leveraging prompts for optimal results and explain technical concepts related to the project.",
|
|
1545
1545
|
"temperature": 0.6
|
|
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 key developer of the Promptbook Project. Your task is to help users understand prompt engineering techniques, assist with implementation details, and provide insights into the project's features and best practices.",
|
|
1551
1551
|
"temperature": 0.5
|
|
1552
1552
|
},
|
|
1553
1553
|
{
|
|
1554
1554
|
"modelVariant": "CHAT",
|
|
1555
|
-
"modelName": "
|
|
1556
|
-
"systemMessage": "
|
|
1557
|
-
"temperature": 0.
|
|
1555
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
1556
|
+
"systemMessage": "As a Promptbook Project developer, you are here to guide users through prompt creation, explain AI concepts, and offer practical advice on optimizing prompts for various use cases. Share your expertise in a clear and helpful manner.",
|
|
1557
|
+
"temperature": 0.6
|
|
1558
1558
|
},
|
|
1559
1559
|
{
|
|
1560
1560
|
"modelVariant": "CHAT",
|
|
1561
|
-
"modelName": "
|
|
1562
|
-
"systemMessage": "
|
|
1563
|
-
"temperature": 0.
|
|
1561
|
+
"modelName": "gpt-3.5-turbo",
|
|
1562
|
+
"systemMessage": "You are a knowledgeable developer of the Promptbook Project, ready to assist users with questions about prompt engineering, AI model interactions, and best practices for creating effective prompts. Provide clear and concise explanations to help users leverage the project effectively.",
|
|
1563
|
+
"temperature": 0.7
|
|
1564
1564
|
}
|
|
1565
1565
|
],
|
|
1566
1566
|
"preparationIds": [
|
|
@@ -1571,52 +1571,52 @@ function getTemplatesPipelineCollection() {
|
|
|
1571
1571
|
"preparations": [
|
|
1572
1572
|
{
|
|
1573
1573
|
"id": 1,
|
|
1574
|
-
"promptbookVersion": "0.98.0-
|
|
1574
|
+
"promptbookVersion": "0.98.0-8",
|
|
1575
1575
|
"usage": {
|
|
1576
1576
|
"price": {
|
|
1577
|
-
"value": 0.
|
|
1577
|
+
"value": 0.027675
|
|
1578
1578
|
},
|
|
1579
1579
|
"input": {
|
|
1580
1580
|
"tokensCount": {
|
|
1581
|
-
"value":
|
|
1581
|
+
"value": 8740
|
|
1582
1582
|
},
|
|
1583
1583
|
"charactersCount": {
|
|
1584
|
-
"value":
|
|
1584
|
+
"value": 42813
|
|
1585
1585
|
},
|
|
1586
1586
|
"wordsCount": {
|
|
1587
|
-
"value":
|
|
1587
|
+
"value": 5487
|
|
1588
1588
|
},
|
|
1589
1589
|
"sentencesCount": {
|
|
1590
|
-
"value":
|
|
1590
|
+
"value": 424
|
|
1591
1591
|
},
|
|
1592
1592
|
"linesCount": {
|
|
1593
|
-
"value":
|
|
1593
|
+
"value": 706
|
|
1594
1594
|
},
|
|
1595
1595
|
"paragraphsCount": {
|
|
1596
1596
|
"value": 20
|
|
1597
1597
|
},
|
|
1598
1598
|
"pagesCount": {
|
|
1599
|
-
"value":
|
|
1599
|
+
"value": 17
|
|
1600
1600
|
}
|
|
1601
1601
|
},
|
|
1602
1602
|
"output": {
|
|
1603
1603
|
"tokensCount": {
|
|
1604
|
-
"value":
|
|
1604
|
+
"value": 466
|
|
1605
1605
|
},
|
|
1606
1606
|
"charactersCount": {
|
|
1607
|
-
"value":
|
|
1607
|
+
"value": 1895
|
|
1608
1608
|
},
|
|
1609
1609
|
"wordsCount": {
|
|
1610
|
-
"value":
|
|
1610
|
+
"value": 269
|
|
1611
1611
|
},
|
|
1612
1612
|
"sentencesCount": {
|
|
1613
|
-
"value":
|
|
1613
|
+
"value": 18
|
|
1614
1614
|
},
|
|
1615
1615
|
"linesCount": {
|
|
1616
|
-
"value":
|
|
1616
|
+
"value": 52
|
|
1617
1617
|
},
|
|
1618
1618
|
"paragraphsCount": {
|
|
1619
|
-
"value":
|
|
1619
|
+
"value": 2
|
|
1620
1620
|
},
|
|
1621
1621
|
"pagesCount": {
|
|
1622
1622
|
"value": 2
|
|
@@ -2070,33 +2070,33 @@ function getTemplatesPipelineCollection() {
|
|
|
2070
2070
|
"modelsRequirements": [
|
|
2071
2071
|
{
|
|
2072
2072
|
"modelVariant": "CHAT",
|
|
2073
|
-
"modelName": "
|
|
2074
|
-
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project.
|
|
2073
|
+
"modelName": "claude-3-opus-20240229",
|
|
2074
|
+
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. Your role is to assist users with technical questions, provide insights into AI development, and offer guidance on using the Promptbook Project effectively.",
|
|
2075
2075
|
"temperature": 0.7
|
|
2076
2076
|
},
|
|
2077
2077
|
{
|
|
2078
2078
|
"modelVariant": "CHAT",
|
|
2079
|
-
"modelName": "
|
|
2080
|
-
"systemMessage": "
|
|
2079
|
+
"modelName": "gpt-4",
|
|
2080
|
+
"systemMessage": "As a developer of the Promptbook Project, you are an AI assistant with deep knowledge of prompt engineering and AI model capabilities. Provide expert advice on leveraging prompts for optimal results and explain technical concepts related to the project.",
|
|
2081
2081
|
"temperature": 0.6
|
|
2082
2082
|
},
|
|
2083
2083
|
{
|
|
2084
2084
|
"modelVariant": "CHAT",
|
|
2085
2085
|
"modelName": "gemini-1.5-pro",
|
|
2086
|
-
"systemMessage": "
|
|
2086
|
+
"systemMessage": "You are an AI engineer and key developer of the Promptbook Project. Your task is to help users understand prompt engineering techniques, assist with implementation details, and provide insights into the project's features and best practices.",
|
|
2087
2087
|
"temperature": 0.5
|
|
2088
2088
|
},
|
|
2089
2089
|
{
|
|
2090
2090
|
"modelVariant": "CHAT",
|
|
2091
|
-
"modelName": "
|
|
2092
|
-
"systemMessage": "
|
|
2093
|
-
"temperature": 0.
|
|
2091
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
2092
|
+
"systemMessage": "As a Promptbook Project developer, you are here to guide users through prompt creation, explain AI concepts, and offer practical advice on optimizing prompts for various use cases. Share your expertise in a clear and helpful manner.",
|
|
2093
|
+
"temperature": 0.6
|
|
2094
2094
|
},
|
|
2095
2095
|
{
|
|
2096
2096
|
"modelVariant": "CHAT",
|
|
2097
|
-
"modelName": "
|
|
2098
|
-
"systemMessage": "
|
|
2099
|
-
"temperature": 0.
|
|
2097
|
+
"modelName": "gpt-3.5-turbo",
|
|
2098
|
+
"systemMessage": "You are a knowledgeable developer of the Promptbook Project, ready to assist users with questions about prompt engineering, AI model interactions, and best practices for creating effective prompts. Provide clear and concise explanations to help users leverage the project effectively.",
|
|
2099
|
+
"temperature": 0.7
|
|
2100
2100
|
}
|
|
2101
2101
|
],
|
|
2102
2102
|
"preparationIds": [
|
|
@@ -2107,52 +2107,52 @@ function getTemplatesPipelineCollection() {
|
|
|
2107
2107
|
"preparations": [
|
|
2108
2108
|
{
|
|
2109
2109
|
"id": 1,
|
|
2110
|
-
"promptbookVersion": "0.98.0-
|
|
2110
|
+
"promptbookVersion": "0.98.0-8",
|
|
2111
2111
|
"usage": {
|
|
2112
2112
|
"price": {
|
|
2113
|
-
"value": 0.
|
|
2113
|
+
"value": 0.027675
|
|
2114
2114
|
},
|
|
2115
2115
|
"input": {
|
|
2116
2116
|
"tokensCount": {
|
|
2117
|
-
"value":
|
|
2117
|
+
"value": 8740
|
|
2118
2118
|
},
|
|
2119
2119
|
"charactersCount": {
|
|
2120
|
-
"value":
|
|
2120
|
+
"value": 42813
|
|
2121
2121
|
},
|
|
2122
2122
|
"wordsCount": {
|
|
2123
|
-
"value":
|
|
2123
|
+
"value": 5487
|
|
2124
2124
|
},
|
|
2125
2125
|
"sentencesCount": {
|
|
2126
|
-
"value":
|
|
2126
|
+
"value": 424
|
|
2127
2127
|
},
|
|
2128
2128
|
"linesCount": {
|
|
2129
|
-
"value":
|
|
2129
|
+
"value": 706
|
|
2130
2130
|
},
|
|
2131
2131
|
"paragraphsCount": {
|
|
2132
2132
|
"value": 20
|
|
2133
2133
|
},
|
|
2134
2134
|
"pagesCount": {
|
|
2135
|
-
"value":
|
|
2135
|
+
"value": 17
|
|
2136
2136
|
}
|
|
2137
2137
|
},
|
|
2138
2138
|
"output": {
|
|
2139
2139
|
"tokensCount": {
|
|
2140
|
-
"value":
|
|
2140
|
+
"value": 466
|
|
2141
2141
|
},
|
|
2142
2142
|
"charactersCount": {
|
|
2143
|
-
"value":
|
|
2143
|
+
"value": 1895
|
|
2144
2144
|
},
|
|
2145
2145
|
"wordsCount": {
|
|
2146
|
-
"value":
|
|
2146
|
+
"value": 269
|
|
2147
2147
|
},
|
|
2148
2148
|
"sentencesCount": {
|
|
2149
|
-
"value":
|
|
2149
|
+
"value": 18
|
|
2150
2150
|
},
|
|
2151
2151
|
"linesCount": {
|
|
2152
|
-
"value":
|
|
2152
|
+
"value": 52
|
|
2153
2153
|
},
|
|
2154
2154
|
"paragraphsCount": {
|
|
2155
|
-
"value":
|
|
2155
|
+
"value": 2
|
|
2156
2156
|
},
|
|
2157
2157
|
"pagesCount": {
|
|
2158
2158
|
"value": 2
|
|
@@ -2747,21 +2747,33 @@ function getTemplatesPipelineCollection() {
|
|
|
2747
2747
|
"modelsRequirements": [
|
|
2748
2748
|
{
|
|
2749
2749
|
"modelVariant": "CHAT",
|
|
2750
|
-
"modelName": "
|
|
2751
|
-
"systemMessage": "You are an expert linguist and
|
|
2750
|
+
"modelName": "claude-3-opus-20240229",
|
|
2751
|
+
"systemMessage": "You are an expert linguist and meticulous corrector. Provide detailed grammatical analysis, correct errors, and offer nuanced explanations of language usage.",
|
|
2752
2752
|
"temperature": 0.3
|
|
2753
2753
|
},
|
|
2754
2754
|
{
|
|
2755
2755
|
"modelVariant": "CHAT",
|
|
2756
|
-
"modelName": "gpt-
|
|
2757
|
-
"systemMessage": "
|
|
2756
|
+
"modelName": "gpt-4",
|
|
2757
|
+
"systemMessage": "As a skilled linguist and corrector, your role is to analyze text for grammatical accuracy, provide corrections, and explain linguistic concepts clearly.",
|
|
2758
|
+
"temperature": 0.2
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"modelVariant": "CHAT",
|
|
2762
|
+
"modelName": "gemini-1.5-pro",
|
|
2763
|
+
"systemMessage": "You are a highly knowledgeable linguist and precise corrector. Analyze language, identify errors, and provide clear explanations for corrections.",
|
|
2758
2764
|
"temperature": 0.4
|
|
2759
2765
|
},
|
|
2760
2766
|
{
|
|
2761
2767
|
"modelVariant": "CHAT",
|
|
2762
|
-
"modelName": "claude-3-
|
|
2763
|
-
"systemMessage": "
|
|
2764
|
-
"temperature": 0.
|
|
2768
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
2769
|
+
"systemMessage": "As an experienced linguist and corrector, your task is to review text for grammatical and stylistic issues, offering corrections and linguistic insights.",
|
|
2770
|
+
"temperature": 0.3
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"modelVariant": "CHAT",
|
|
2774
|
+
"modelName": "gpt-3.5-turbo",
|
|
2775
|
+
"systemMessage": "You are a capable linguist and corrector. Review text for errors, suggest improvements, and explain basic linguistic concepts.",
|
|
2776
|
+
"temperature": 0.5
|
|
2765
2777
|
}
|
|
2766
2778
|
],
|
|
2767
2779
|
"preparationIds": [
|
|
@@ -2772,49 +2784,49 @@ function getTemplatesPipelineCollection() {
|
|
|
2772
2784
|
"preparations": [
|
|
2773
2785
|
{
|
|
2774
2786
|
"id": 1,
|
|
2775
|
-
"promptbookVersion": "0.98.0-
|
|
2787
|
+
"promptbookVersion": "0.98.0-8",
|
|
2776
2788
|
"usage": {
|
|
2777
2789
|
"price": {
|
|
2778
|
-
"value": 0.
|
|
2790
|
+
"value": 0.026485
|
|
2779
2791
|
},
|
|
2780
2792
|
"input": {
|
|
2781
2793
|
"tokensCount": {
|
|
2782
|
-
"value":
|
|
2794
|
+
"value": 8739
|
|
2783
2795
|
},
|
|
2784
2796
|
"charactersCount": {
|
|
2785
|
-
"value":
|
|
2797
|
+
"value": 42800
|
|
2786
2798
|
},
|
|
2787
2799
|
"wordsCount": {
|
|
2788
|
-
"value":
|
|
2800
|
+
"value": 5485
|
|
2789
2801
|
},
|
|
2790
2802
|
"sentencesCount": {
|
|
2791
|
-
"value":
|
|
2803
|
+
"value": 424
|
|
2792
2804
|
},
|
|
2793
2805
|
"linesCount": {
|
|
2794
|
-
"value":
|
|
2806
|
+
"value": 706
|
|
2795
2807
|
},
|
|
2796
2808
|
"paragraphsCount": {
|
|
2797
2809
|
"value": 20
|
|
2798
2810
|
},
|
|
2799
2811
|
"pagesCount": {
|
|
2800
|
-
"value":
|
|
2812
|
+
"value": 17
|
|
2801
2813
|
}
|
|
2802
2814
|
},
|
|
2803
2815
|
"output": {
|
|
2804
2816
|
"tokensCount": {
|
|
2805
|
-
"value":
|
|
2817
|
+
"value": 371
|
|
2806
2818
|
},
|
|
2807
2819
|
"charactersCount": {
|
|
2808
|
-
"value":
|
|
2820
|
+
"value": 1334
|
|
2809
2821
|
},
|
|
2810
2822
|
"wordsCount": {
|
|
2811
|
-
"value":
|
|
2823
|
+
"value": 174
|
|
2812
2824
|
},
|
|
2813
2825
|
"sentencesCount": {
|
|
2814
|
-
"value":
|
|
2826
|
+
"value": 16
|
|
2815
2827
|
},
|
|
2816
2828
|
"linesCount": {
|
|
2817
|
-
"value":
|
|
2829
|
+
"value": 41
|
|
2818
2830
|
},
|
|
2819
2831
|
"paragraphsCount": {
|
|
2820
2832
|
"value": 2
|
|
@@ -2883,27 +2895,27 @@ function getTemplatesPipelineCollection() {
|
|
|
2883
2895
|
"modelsRequirements": [
|
|
2884
2896
|
{
|
|
2885
2897
|
"modelVariant": "CHAT",
|
|
2886
|
-
"modelName": "gpt-4
|
|
2887
|
-
"systemMessage": "You are an expert e-commerce copywriter.
|
|
2898
|
+
"modelName": "gpt-4",
|
|
2899
|
+
"systemMessage": "You are an expert e-commerce copywriter. Create compelling, persuasive product descriptions and marketing copy to drive sales. Use engaging language, highlight key features and benefits, and incorporate SEO best practices.",
|
|
2888
2900
|
"temperature": 0.7
|
|
2889
2901
|
},
|
|
2890
2902
|
{
|
|
2891
2903
|
"modelVariant": "CHAT",
|
|
2892
2904
|
"modelName": "claude-3-opus-20240229",
|
|
2893
|
-
"systemMessage": "You are a
|
|
2905
|
+
"systemMessage": "You are a skilled e-commerce copywriter specializing in product descriptions and marketing materials. Craft persuasive, detailed copy that showcases product features, appeals to customer needs, and drives conversions. Optimize for both human readers and search engines.",
|
|
2894
2906
|
"temperature": 0.6
|
|
2895
2907
|
},
|
|
2896
2908
|
{
|
|
2897
2909
|
"modelVariant": "CHAT",
|
|
2898
2910
|
"modelName": "gemini-1.5-pro",
|
|
2899
|
-
"systemMessage": "As an expert e-commerce copywriter, your task is to
|
|
2911
|
+
"systemMessage": "As an expert e-commerce copywriter, your task is to create engaging and conversion-focused product descriptions and marketing copy. Highlight unique selling points, use persuasive language, and incorporate relevant keywords for SEO. Tailor your writing style to the target audience and brand voice.",
|
|
2900
2912
|
"temperature": 0.65
|
|
2901
2913
|
},
|
|
2902
2914
|
{
|
|
2903
2915
|
"modelVariant": "CHAT",
|
|
2904
2916
|
"modelName": "gpt-3.5-turbo",
|
|
2905
|
-
"systemMessage": "You are a
|
|
2906
|
-
"temperature": 0.
|
|
2917
|
+
"systemMessage": "You are a talented e-commerce copywriter. Create concise yet compelling product descriptions and marketing messages. Focus on key benefits, use persuasive language, and maintain a consistent brand voice. Incorporate relevant keywords naturally for SEO purposes.",
|
|
2918
|
+
"temperature": 0.6
|
|
2907
2919
|
}
|
|
2908
2920
|
],
|
|
2909
2921
|
"preparationIds": [
|
|
@@ -2914,49 +2926,49 @@ function getTemplatesPipelineCollection() {
|
|
|
2914
2926
|
"preparations": [
|
|
2915
2927
|
{
|
|
2916
2928
|
"id": 1,
|
|
2917
|
-
"promptbookVersion": "0.98.0-
|
|
2929
|
+
"promptbookVersion": "0.98.0-8",
|
|
2918
2930
|
"usage": {
|
|
2919
2931
|
"price": {
|
|
2920
|
-
"value": 0.
|
|
2932
|
+
"value": 0.026710000000000005
|
|
2921
2933
|
},
|
|
2922
2934
|
"input": {
|
|
2923
2935
|
"tokensCount": {
|
|
2924
|
-
"value":
|
|
2936
|
+
"value": 8739
|
|
2925
2937
|
},
|
|
2926
2938
|
"charactersCount": {
|
|
2927
|
-
"value":
|
|
2939
|
+
"value": 42804
|
|
2928
2940
|
},
|
|
2929
2941
|
"wordsCount": {
|
|
2930
|
-
"value":
|
|
2942
|
+
"value": 5485
|
|
2931
2943
|
},
|
|
2932
2944
|
"sentencesCount": {
|
|
2933
|
-
"value":
|
|
2945
|
+
"value": 424
|
|
2934
2946
|
},
|
|
2935
2947
|
"linesCount": {
|
|
2936
|
-
"value":
|
|
2948
|
+
"value": 706
|
|
2937
2949
|
},
|
|
2938
2950
|
"paragraphsCount": {
|
|
2939
2951
|
"value": 20
|
|
2940
2952
|
},
|
|
2941
2953
|
"pagesCount": {
|
|
2942
|
-
"value":
|
|
2954
|
+
"value": 17
|
|
2943
2955
|
}
|
|
2944
2956
|
},
|
|
2945
2957
|
"output": {
|
|
2946
2958
|
"tokensCount": {
|
|
2947
|
-
"value":
|
|
2959
|
+
"value": 389
|
|
2948
2960
|
},
|
|
2949
2961
|
"charactersCount": {
|
|
2950
|
-
"value":
|
|
2962
|
+
"value": 1549
|
|
2951
2963
|
},
|
|
2952
2964
|
"wordsCount": {
|
|
2953
|
-
"value":
|
|
2965
|
+
"value": 213
|
|
2954
2966
|
},
|
|
2955
2967
|
"sentencesCount": {
|
|
2956
|
-
"value":
|
|
2968
|
+
"value": 20
|
|
2957
2969
|
},
|
|
2958
2970
|
"linesCount": {
|
|
2959
|
-
"value":
|
|
2971
|
+
"value": 42
|
|
2960
2972
|
},
|
|
2961
2973
|
"paragraphsCount": {
|
|
2962
2974
|
"value": 2
|
|
@@ -3010,7 +3022,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3010
3022
|
"preparations": [
|
|
3011
3023
|
{
|
|
3012
3024
|
"id": 1,
|
|
3013
|
-
"promptbookVersion": "0.98.0-
|
|
3025
|
+
"promptbookVersion": "0.98.0-8",
|
|
3014
3026
|
"usage": {
|
|
3015
3027
|
"price": {
|
|
3016
3028
|
"value": 0
|
|
@@ -3116,26 +3128,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3116
3128
|
"modelsRequirements": [
|
|
3117
3129
|
{
|
|
3118
3130
|
"modelVariant": "CHAT",
|
|
3119
|
-
"modelName": "
|
|
3120
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business
|
|
3131
|
+
"modelName": "claude-3-opus-20240229",
|
|
3132
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business planning, and market analysis. Offer data-driven insights and creative solutions to help clients achieve their business goals.",
|
|
3121
3133
|
"temperature": 0.7
|
|
3122
3134
|
},
|
|
3123
3135
|
{
|
|
3124
3136
|
"modelVariant": "CHAT",
|
|
3125
|
-
"modelName": "
|
|
3126
|
-
"systemMessage": "As an experienced marketing specialist and business consultant,
|
|
3137
|
+
"modelName": "gpt-4",
|
|
3138
|
+
"systemMessage": "As an experienced marketing specialist and business consultant, your role is to offer strategic guidance on marketing campaigns, business development, and industry trends. Analyze problems thoroughly and provide actionable recommendations backed by your expertise.",
|
|
3127
3139
|
"temperature": 0.6
|
|
3128
3140
|
},
|
|
3129
3141
|
{
|
|
3130
3142
|
"modelVariant": "CHAT",
|
|
3131
3143
|
"modelName": "gemini-1.5-pro",
|
|
3132
|
-
"systemMessage": "You are a
|
|
3133
|
-
"temperature": 0.
|
|
3144
|
+
"systemMessage": "You are a seasoned marketing specialist and business consultant with extensive industry knowledge. Assist clients with marketing strategy, business planning, competitive analysis, and growth initiatives. Provide clear, actionable advice grounded in data and best practices.",
|
|
3145
|
+
"temperature": 0.65
|
|
3134
3146
|
},
|
|
3135
3147
|
{
|
|
3136
3148
|
"modelVariant": "CHAT",
|
|
3137
|
-
"modelName": "
|
|
3138
|
-
"systemMessage": "As an experienced marketing
|
|
3149
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3150
|
+
"systemMessage": "As an experienced marketing and business consultant, your task is to offer expert guidance on marketing strategies, business operations, and market trends. Provide detailed analysis and creative solutions to help clients optimize their business performance and achieve their goals.",
|
|
3139
3151
|
"temperature": 0.6
|
|
3140
3152
|
}
|
|
3141
3153
|
],
|
|
@@ -3147,49 +3159,49 @@ function getTemplatesPipelineCollection() {
|
|
|
3147
3159
|
"preparations": [
|
|
3148
3160
|
{
|
|
3149
3161
|
"id": 1,
|
|
3150
|
-
"promptbookVersion": "0.98.0-
|
|
3162
|
+
"promptbookVersion": "0.98.0-8",
|
|
3151
3163
|
"usage": {
|
|
3152
3164
|
"price": {
|
|
3153
|
-
"value": 0.
|
|
3165
|
+
"value": 0.026382500000000003
|
|
3154
3166
|
},
|
|
3155
3167
|
"input": {
|
|
3156
3168
|
"tokensCount": {
|
|
3157
|
-
"value":
|
|
3169
|
+
"value": 8738
|
|
3158
3170
|
},
|
|
3159
3171
|
"charactersCount": {
|
|
3160
|
-
"value":
|
|
3172
|
+
"value": 42832
|
|
3161
3173
|
},
|
|
3162
3174
|
"wordsCount": {
|
|
3163
|
-
"value":
|
|
3175
|
+
"value": 5487
|
|
3164
3176
|
},
|
|
3165
3177
|
"sentencesCount": {
|
|
3166
|
-
"value":
|
|
3178
|
+
"value": 424
|
|
3167
3179
|
},
|
|
3168
3180
|
"linesCount": {
|
|
3169
|
-
"value":
|
|
3181
|
+
"value": 706
|
|
3170
3182
|
},
|
|
3171
3183
|
"paragraphsCount": {
|
|
3172
3184
|
"value": 20
|
|
3173
3185
|
},
|
|
3174
3186
|
"pagesCount": {
|
|
3175
|
-
"value":
|
|
3187
|
+
"value": 17
|
|
3176
3188
|
}
|
|
3177
3189
|
},
|
|
3178
3190
|
"output": {
|
|
3179
3191
|
"tokensCount": {
|
|
3180
|
-
"value":
|
|
3192
|
+
"value": 363
|
|
3181
3193
|
},
|
|
3182
3194
|
"charactersCount": {
|
|
3183
|
-
"value":
|
|
3195
|
+
"value": 1610
|
|
3184
3196
|
},
|
|
3185
3197
|
"wordsCount": {
|
|
3186
|
-
"value":
|
|
3198
|
+
"value": 209
|
|
3187
3199
|
},
|
|
3188
3200
|
"sentencesCount": {
|
|
3189
|
-
"value":
|
|
3201
|
+
"value": 16
|
|
3190
3202
|
},
|
|
3191
3203
|
"linesCount": {
|
|
3192
|
-
"value":
|
|
3204
|
+
"value": 43
|
|
3193
3205
|
},
|
|
3194
3206
|
"paragraphsCount": {
|
|
3195
3207
|
"value": 2
|
|
@@ -3266,27 +3278,21 @@ function getTemplatesPipelineCollection() {
|
|
|
3266
3278
|
"modelsRequirements": [
|
|
3267
3279
|
{
|
|
3268
3280
|
"modelVariant": "CHAT",
|
|
3269
|
-
"modelName": "claude-3-
|
|
3270
|
-
"systemMessage": "You are a
|
|
3281
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3282
|
+
"systemMessage": "You are a friendly and knowledgeable customer service representative and skilled copywriter for an e-commerce shop. Provide helpful information about products, assist with orders and returns, and create compelling product descriptions and marketing copy.",
|
|
3271
3283
|
"temperature": 0.7
|
|
3272
3284
|
},
|
|
3273
3285
|
{
|
|
3274
3286
|
"modelVariant": "CHAT",
|
|
3275
|
-
"modelName": "gpt-4
|
|
3276
|
-
"systemMessage": "
|
|
3287
|
+
"modelName": "gpt-4",
|
|
3288
|
+
"systemMessage": "You are an experienced customer service agent and copywriter for an online store. Help customers with inquiries, process orders and returns efficiently, and craft engaging product descriptions and marketing materials.",
|
|
3277
3289
|
"temperature": 0.6
|
|
3278
3290
|
},
|
|
3279
|
-
{
|
|
3280
|
-
"modelVariant": "CHAT",
|
|
3281
|
-
"modelName": "claude-3-sonnet-20240229",
|
|
3282
|
-
"systemMessage": "You are a customer service representative and copywriter for an e-commerce platform. Provide helpful support to customers and write persuasive product descriptions. Maintain a friendly and professional tone in all interactions.",
|
|
3283
|
-
"temperature": 0.5
|
|
3284
|
-
},
|
|
3285
3291
|
{
|
|
3286
3292
|
"modelVariant": "CHAT",
|
|
3287
3293
|
"modelName": "gemini-1.5-pro",
|
|
3288
|
-
"systemMessage": "As a customer service
|
|
3289
|
-
"temperature": 0.
|
|
3294
|
+
"systemMessage": "As a customer service representative and copywriter for an e-commerce platform, your role is to assist customers, handle order-related issues, and create persuasive product descriptions. Provide excellent service and write compelling copy to drive sales.",
|
|
3295
|
+
"temperature": 0.65
|
|
3290
3296
|
}
|
|
3291
3297
|
],
|
|
3292
3298
|
"preparationIds": [
|
|
@@ -3297,49 +3303,49 @@ function getTemplatesPipelineCollection() {
|
|
|
3297
3303
|
"preparations": [
|
|
3298
3304
|
{
|
|
3299
3305
|
"id": 1,
|
|
3300
|
-
"promptbookVersion": "0.98.0-
|
|
3306
|
+
"promptbookVersion": "0.98.0-8",
|
|
3301
3307
|
"usage": {
|
|
3302
3308
|
"price": {
|
|
3303
|
-
"value": 0.
|
|
3309
|
+
"value": 0.0253325
|
|
3304
3310
|
},
|
|
3305
3311
|
"input": {
|
|
3306
3312
|
"tokensCount": {
|
|
3307
|
-
"value":
|
|
3313
|
+
"value": 8743
|
|
3308
3314
|
},
|
|
3309
3315
|
"charactersCount": {
|
|
3310
|
-
"value":
|
|
3316
|
+
"value": 42840
|
|
3311
3317
|
},
|
|
3312
3318
|
"wordsCount": {
|
|
3313
|
-
"value":
|
|
3319
|
+
"value": 5489
|
|
3314
3320
|
},
|
|
3315
3321
|
"sentencesCount": {
|
|
3316
|
-
"value":
|
|
3322
|
+
"value": 424
|
|
3317
3323
|
},
|
|
3318
3324
|
"linesCount": {
|
|
3319
|
-
"value":
|
|
3325
|
+
"value": 707
|
|
3320
3326
|
},
|
|
3321
3327
|
"paragraphsCount": {
|
|
3322
3328
|
"value": 20
|
|
3323
3329
|
},
|
|
3324
3330
|
"pagesCount": {
|
|
3325
|
-
"value":
|
|
3331
|
+
"value": 17
|
|
3326
3332
|
}
|
|
3327
3333
|
},
|
|
3328
3334
|
"output": {
|
|
3329
3335
|
"tokensCount": {
|
|
3330
|
-
"value":
|
|
3336
|
+
"value": 278
|
|
3331
3337
|
},
|
|
3332
3338
|
"charactersCount": {
|
|
3333
|
-
"value":
|
|
3339
|
+
"value": 1158
|
|
3334
3340
|
},
|
|
3335
3341
|
"wordsCount": {
|
|
3336
|
-
"value":
|
|
3342
|
+
"value": 156
|
|
3337
3343
|
},
|
|
3338
3344
|
"sentencesCount": {
|
|
3339
|
-
"value":
|
|
3345
|
+
"value": 11
|
|
3340
3346
|
},
|
|
3341
3347
|
"linesCount": {
|
|
3342
|
-
"value":
|
|
3348
|
+
"value": 33
|
|
3343
3349
|
},
|
|
3344
3350
|
"paragraphsCount": {
|
|
3345
3351
|
"value": 2
|
|
@@ -3594,26 +3600,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3594
3600
|
{
|
|
3595
3601
|
"modelVariant": "CHAT",
|
|
3596
3602
|
"modelName": "claude-3-opus-20240229",
|
|
3597
|
-
"systemMessage": "You are an expert linguist and Esperantist
|
|
3603
|
+
"systemMessage": "You are an expert linguist and Esperantist. Provide knowledgeable assistance on linguistics, language learning, and Esperanto. Communicate clearly and precisely about language topics.",
|
|
3598
3604
|
"temperature": 0.3
|
|
3599
3605
|
},
|
|
3600
3606
|
{
|
|
3601
3607
|
"modelVariant": "CHAT",
|
|
3602
|
-
"modelName": "gpt-4
|
|
3603
|
-
"systemMessage": "
|
|
3608
|
+
"modelName": "gpt-4",
|
|
3609
|
+
"systemMessage": "As a linguist and Esperantist, your role is to offer expert insights on languages, linguistic concepts, and Esperanto. Provide clear explanations and accurate information to assist with language-related queries.",
|
|
3604
3610
|
"temperature": 0.4
|
|
3605
3611
|
},
|
|
3606
3612
|
{
|
|
3607
3613
|
"modelVariant": "CHAT",
|
|
3608
|
-
"modelName": "
|
|
3609
|
-
"systemMessage": "
|
|
3610
|
-
"temperature": 0.
|
|
3614
|
+
"modelName": "gemini-1.5-pro",
|
|
3615
|
+
"systemMessage": "You are a virtual assistant specializing in linguistics and Esperanto. Share your expertise on language structures, etymology, and Esperanto grammar and usage. Aim for precise and informative responses.",
|
|
3616
|
+
"temperature": 0.3
|
|
3611
3617
|
},
|
|
3612
3618
|
{
|
|
3613
3619
|
"modelVariant": "CHAT",
|
|
3614
|
-
"modelName": "
|
|
3615
|
-
"systemMessage": "
|
|
3616
|
-
"temperature": 0.
|
|
3620
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3621
|
+
"systemMessage": "As a linguist and Esperantist assistant, provide expert knowledge on language topics and Esperanto. Offer clear explanations and accurate information to help users understand linguistic concepts and improve their language skills.",
|
|
3622
|
+
"temperature": 0.4
|
|
3617
3623
|
}
|
|
3618
3624
|
],
|
|
3619
3625
|
"preparationIds": [
|
|
@@ -3624,49 +3630,49 @@ function getTemplatesPipelineCollection() {
|
|
|
3624
3630
|
"preparations": [
|
|
3625
3631
|
{
|
|
3626
3632
|
"id": 1,
|
|
3627
|
-
"promptbookVersion": "0.98.0-
|
|
3633
|
+
"promptbookVersion": "0.98.0-8",
|
|
3628
3634
|
"usage": {
|
|
3629
3635
|
"price": {
|
|
3630
|
-
"value": 0.
|
|
3636
|
+
"value": 0.026247500000000003
|
|
3631
3637
|
},
|
|
3632
3638
|
"input": {
|
|
3633
3639
|
"tokensCount": {
|
|
3634
|
-
"value":
|
|
3640
|
+
"value": 8739
|
|
3635
3641
|
},
|
|
3636
3642
|
"charactersCount": {
|
|
3637
|
-
"value":
|
|
3643
|
+
"value": 42800
|
|
3638
3644
|
},
|
|
3639
3645
|
"wordsCount": {
|
|
3640
|
-
"value":
|
|
3646
|
+
"value": 5484
|
|
3641
3647
|
},
|
|
3642
3648
|
"sentencesCount": {
|
|
3643
|
-
"value":
|
|
3649
|
+
"value": 424
|
|
3644
3650
|
},
|
|
3645
3651
|
"linesCount": {
|
|
3646
|
-
"value":
|
|
3652
|
+
"value": 706
|
|
3647
3653
|
},
|
|
3648
3654
|
"paragraphsCount": {
|
|
3649
3655
|
"value": 20
|
|
3650
3656
|
},
|
|
3651
3657
|
"pagesCount": {
|
|
3652
|
-
"value":
|
|
3658
|
+
"value": 17
|
|
3653
3659
|
}
|
|
3654
3660
|
},
|
|
3655
3661
|
"output": {
|
|
3656
3662
|
"tokensCount": {
|
|
3657
|
-
"value":
|
|
3663
|
+
"value": 352
|
|
3658
3664
|
},
|
|
3659
3665
|
"charactersCount": {
|
|
3660
|
-
"value":
|
|
3666
|
+
"value": 1326
|
|
3661
3667
|
},
|
|
3662
3668
|
"wordsCount": {
|
|
3663
|
-
"value":
|
|
3669
|
+
"value": 174
|
|
3664
3670
|
},
|
|
3665
3671
|
"sentencesCount": {
|
|
3666
|
-
"value":
|
|
3672
|
+
"value": 16
|
|
3667
3673
|
},
|
|
3668
3674
|
"linesCount": {
|
|
3669
|
-
"value":
|
|
3675
|
+
"value": 39
|
|
3670
3676
|
},
|
|
3671
3677
|
"paragraphsCount": {
|
|
3672
3678
|
"value": 2
|
|
@@ -3735,25 +3741,31 @@ function getTemplatesPipelineCollection() {
|
|
|
3735
3741
|
{
|
|
3736
3742
|
"modelVariant": "CHAT",
|
|
3737
3743
|
"modelName": "claude-3-opus-20240229",
|
|
3738
|
-
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of literature and creative writing techniques. Craft
|
|
3744
|
+
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of literature and creative writing techniques. Craft evocative prose and poetry on request, drawing inspiration from diverse cultures and styles.",
|
|
3739
3745
|
"temperature": 0.8
|
|
3740
3746
|
},
|
|
3741
3747
|
{
|
|
3742
3748
|
"modelVariant": "CHAT",
|
|
3743
|
-
"modelName": "gpt-4
|
|
3744
|
-
"systemMessage": "You are a
|
|
3749
|
+
"modelName": "gpt-4",
|
|
3750
|
+
"systemMessage": "You are a master wordsmith - an accomplished poet and storyteller with deep literary knowledge. Create vivid imagery and compelling narratives across genres and forms.",
|
|
3745
3751
|
"temperature": 0.7
|
|
3746
3752
|
},
|
|
3747
3753
|
{
|
|
3748
3754
|
"modelVariant": "CHAT",
|
|
3749
3755
|
"modelName": "claude-3-sonnet-20240229",
|
|
3750
|
-
"systemMessage": "
|
|
3756
|
+
"systemMessage": "You are a skilled poet and storyteller with a flair for lyrical language. Weave tales and compose verses that captivate the imagination and stir the emotions.",
|
|
3751
3757
|
"temperature": 0.7
|
|
3752
3758
|
},
|
|
3759
|
+
{
|
|
3760
|
+
"modelVariant": "CHAT",
|
|
3761
|
+
"modelName": "gemini-1.5-pro",
|
|
3762
|
+
"systemMessage": "You are an experienced poet and storyteller with a gift for language. Craft engaging narratives and evocative poetry drawing on your literary expertise.",
|
|
3763
|
+
"temperature": 0.6
|
|
3764
|
+
},
|
|
3753
3765
|
{
|
|
3754
3766
|
"modelVariant": "CHAT",
|
|
3755
3767
|
"modelName": "gpt-3.5-turbo",
|
|
3756
|
-
"systemMessage": "You are a
|
|
3768
|
+
"systemMessage": "You are a talented poet and storyteller. Create imaginative tales and verses on various themes and in different styles.",
|
|
3757
3769
|
"temperature": 0.6
|
|
3758
3770
|
}
|
|
3759
3771
|
],
|
|
@@ -3765,49 +3777,49 @@ function getTemplatesPipelineCollection() {
|
|
|
3765
3777
|
"preparations": [
|
|
3766
3778
|
{
|
|
3767
3779
|
"id": 1,
|
|
3768
|
-
"promptbookVersion": "0.98.0-
|
|
3780
|
+
"promptbookVersion": "0.98.0-8",
|
|
3769
3781
|
"usage": {
|
|
3770
3782
|
"price": {
|
|
3771
|
-
"value": 0.
|
|
3783
|
+
"value": 0.026670000000000003
|
|
3772
3784
|
},
|
|
3773
3785
|
"input": {
|
|
3774
3786
|
"tokensCount": {
|
|
3775
|
-
"value":
|
|
3787
|
+
"value": 8738
|
|
3776
3788
|
},
|
|
3777
3789
|
"charactersCount": {
|
|
3778
|
-
"value":
|
|
3790
|
+
"value": 42812
|
|
3779
3791
|
},
|
|
3780
3792
|
"wordsCount": {
|
|
3781
|
-
"value":
|
|
3793
|
+
"value": 5486
|
|
3782
3794
|
},
|
|
3783
3795
|
"sentencesCount": {
|
|
3784
|
-
"value":
|
|
3796
|
+
"value": 424
|
|
3785
3797
|
},
|
|
3786
3798
|
"linesCount": {
|
|
3787
|
-
"value":
|
|
3799
|
+
"value": 706
|
|
3788
3800
|
},
|
|
3789
3801
|
"paragraphsCount": {
|
|
3790
3802
|
"value": 20
|
|
3791
3803
|
},
|
|
3792
3804
|
"pagesCount": {
|
|
3793
|
-
"value":
|
|
3805
|
+
"value": 17
|
|
3794
3806
|
}
|
|
3795
3807
|
},
|
|
3796
3808
|
"output": {
|
|
3797
3809
|
"tokensCount": {
|
|
3798
|
-
"value":
|
|
3810
|
+
"value": 386
|
|
3799
3811
|
},
|
|
3800
3812
|
"charactersCount": {
|
|
3801
|
-
"value":
|
|
3813
|
+
"value": 1432
|
|
3802
3814
|
},
|
|
3803
3815
|
"wordsCount": {
|
|
3804
|
-
"value":
|
|
3816
|
+
"value": 199
|
|
3805
3817
|
},
|
|
3806
3818
|
"sentencesCount": {
|
|
3807
|
-
"value":
|
|
3819
|
+
"value": 18
|
|
3808
3820
|
},
|
|
3809
3821
|
"linesCount": {
|
|
3810
|
-
"value":
|
|
3822
|
+
"value": 44
|
|
3811
3823
|
},
|
|
3812
3824
|
"paragraphsCount": {
|
|
3813
3825
|
"value": 2
|