@promptbook/templates 0.100.0-16 → 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/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-17';
|
|
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,26 @@
|
|
|
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 best practices. Provide helpful and
|
|
1546
|
-
"temperature": 0.
|
|
1545
|
+
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, language models, and AI development best practices. Provide helpful and technical responses about prompt design, LLM capabilities, and the Promptbook framework.",
|
|
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
|
|
1552
|
-
"temperature": 0.
|
|
1551
|
+
"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.",
|
|
1552
|
+
"temperature": 0.4
|
|
1553
1553
|
},
|
|
1554
1554
|
{
|
|
1555
1555
|
"modelVariant": "CHAT",
|
|
1556
1556
|
"modelName": "gemini-1.5-pro",
|
|
1557
|
-
"systemMessage": "
|
|
1557
|
+
"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.",
|
|
1558
1558
|
"temperature": 0.5
|
|
1559
1559
|
},
|
|
1560
1560
|
{
|
|
1561
1561
|
"modelVariant": "CHAT",
|
|
1562
1562
|
"modelName": "gpt-3.5-turbo",
|
|
1563
|
-
"systemMessage": "You are an AI
|
|
1564
|
-
"temperature": 0.
|
|
1563
|
+
"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.",
|
|
1564
|
+
"temperature": 0.6
|
|
1565
1565
|
}
|
|
1566
1566
|
],
|
|
1567
1567
|
"preparationIds": [
|
|
@@ -1572,26 +1572,26 @@
|
|
|
1572
1572
|
"preparations": [
|
|
1573
1573
|
{
|
|
1574
1574
|
"id": 1,
|
|
1575
|
-
"promptbookVersion": "0.100.0-
|
|
1575
|
+
"promptbookVersion": "0.100.0-16",
|
|
1576
1576
|
"usage": {
|
|
1577
1577
|
"price": {
|
|
1578
|
-
"value": 0.
|
|
1578
|
+
"value": 0.02636
|
|
1579
1579
|
},
|
|
1580
1580
|
"input": {
|
|
1581
1581
|
"tokensCount": {
|
|
1582
|
-
"value":
|
|
1582
|
+
"value": 8689
|
|
1583
1583
|
},
|
|
1584
1584
|
"charactersCount": {
|
|
1585
|
-
"value":
|
|
1585
|
+
"value": 42058
|
|
1586
1586
|
},
|
|
1587
1587
|
"wordsCount": {
|
|
1588
|
-
"value":
|
|
1588
|
+
"value": 5413
|
|
1589
1589
|
},
|
|
1590
1590
|
"sentencesCount": {
|
|
1591
|
-
"value":
|
|
1591
|
+
"value": 412
|
|
1592
1592
|
},
|
|
1593
1593
|
"linesCount": {
|
|
1594
|
-
"value":
|
|
1594
|
+
"value": 694
|
|
1595
1595
|
},
|
|
1596
1596
|
"paragraphsCount": {
|
|
1597
1597
|
"value": 20
|
|
@@ -1602,19 +1602,19 @@
|
|
|
1602
1602
|
},
|
|
1603
1603
|
"output": {
|
|
1604
1604
|
"tokensCount": {
|
|
1605
|
-
"value":
|
|
1605
|
+
"value": 371
|
|
1606
1606
|
},
|
|
1607
1607
|
"charactersCount": {
|
|
1608
|
-
"value":
|
|
1608
|
+
"value": 1449
|
|
1609
1609
|
},
|
|
1610
1610
|
"wordsCount": {
|
|
1611
|
-
"value":
|
|
1611
|
+
"value": 199
|
|
1612
1612
|
},
|
|
1613
1613
|
"sentencesCount": {
|
|
1614
|
-
"value":
|
|
1614
|
+
"value": 16
|
|
1615
1615
|
},
|
|
1616
1616
|
"linesCount": {
|
|
1617
|
-
"value":
|
|
1617
|
+
"value": 41
|
|
1618
1618
|
},
|
|
1619
1619
|
"paragraphsCount": {
|
|
1620
1620
|
"value": 2
|
|
@@ -2101,26 +2101,26 @@
|
|
|
2101
2101
|
{
|
|
2102
2102
|
"modelVariant": "CHAT",
|
|
2103
2103
|
"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 best practices. Provide helpful and
|
|
2105
|
-
"temperature": 0.
|
|
2104
|
+
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, language models, and AI development best practices. Provide helpful and technical responses about prompt design, LLM capabilities, and the Promptbook framework.",
|
|
2105
|
+
"temperature": 0.3
|
|
2106
2106
|
},
|
|
2107
2107
|
{
|
|
2108
2108
|
"modelVariant": "CHAT",
|
|
2109
2109
|
"modelName": "claude-3-opus-20240229",
|
|
2110
|
-
"systemMessage": "You are a knowledgeable developer
|
|
2111
|
-
"temperature": 0.
|
|
2110
|
+
"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.",
|
|
2111
|
+
"temperature": 0.4
|
|
2112
2112
|
},
|
|
2113
2113
|
{
|
|
2114
2114
|
"modelVariant": "CHAT",
|
|
2115
2115
|
"modelName": "gemini-1.5-pro",
|
|
2116
|
-
"systemMessage": "
|
|
2116
|
+
"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.",
|
|
2117
2117
|
"temperature": 0.5
|
|
2118
2118
|
},
|
|
2119
2119
|
{
|
|
2120
2120
|
"modelVariant": "CHAT",
|
|
2121
2121
|
"modelName": "gpt-3.5-turbo",
|
|
2122
|
-
"systemMessage": "You are an AI
|
|
2123
|
-
"temperature": 0.
|
|
2122
|
+
"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.",
|
|
2123
|
+
"temperature": 0.6
|
|
2124
2124
|
}
|
|
2125
2125
|
],
|
|
2126
2126
|
"preparationIds": [
|
|
@@ -2131,26 +2131,26 @@
|
|
|
2131
2131
|
"preparations": [
|
|
2132
2132
|
{
|
|
2133
2133
|
"id": 1,
|
|
2134
|
-
"promptbookVersion": "0.100.0-
|
|
2134
|
+
"promptbookVersion": "0.100.0-16",
|
|
2135
2135
|
"usage": {
|
|
2136
2136
|
"price": {
|
|
2137
|
-
"value": 0.
|
|
2137
|
+
"value": 0.02636
|
|
2138
2138
|
},
|
|
2139
2139
|
"input": {
|
|
2140
2140
|
"tokensCount": {
|
|
2141
|
-
"value":
|
|
2141
|
+
"value": 8689
|
|
2142
2142
|
},
|
|
2143
2143
|
"charactersCount": {
|
|
2144
|
-
"value":
|
|
2144
|
+
"value": 42058
|
|
2145
2145
|
},
|
|
2146
2146
|
"wordsCount": {
|
|
2147
|
-
"value":
|
|
2147
|
+
"value": 5413
|
|
2148
2148
|
},
|
|
2149
2149
|
"sentencesCount": {
|
|
2150
|
-
"value":
|
|
2150
|
+
"value": 412
|
|
2151
2151
|
},
|
|
2152
2152
|
"linesCount": {
|
|
2153
|
-
"value":
|
|
2153
|
+
"value": 694
|
|
2154
2154
|
},
|
|
2155
2155
|
"paragraphsCount": {
|
|
2156
2156
|
"value": 20
|
|
@@ -2161,19 +2161,19 @@
|
|
|
2161
2161
|
},
|
|
2162
2162
|
"output": {
|
|
2163
2163
|
"tokensCount": {
|
|
2164
|
-
"value":
|
|
2164
|
+
"value": 371
|
|
2165
2165
|
},
|
|
2166
2166
|
"charactersCount": {
|
|
2167
|
-
"value":
|
|
2167
|
+
"value": 1449
|
|
2168
2168
|
},
|
|
2169
2169
|
"wordsCount": {
|
|
2170
|
-
"value":
|
|
2170
|
+
"value": 199
|
|
2171
2171
|
},
|
|
2172
2172
|
"sentencesCount": {
|
|
2173
|
-
"value":
|
|
2173
|
+
"value": 16
|
|
2174
2174
|
},
|
|
2175
2175
|
"linesCount": {
|
|
2176
|
-
"value":
|
|
2176
|
+
"value": 41
|
|
2177
2177
|
},
|
|
2178
2178
|
"paragraphsCount": {
|
|
2179
2179
|
"value": 2
|
|
@@ -2801,26 +2801,32 @@
|
|
|
2801
2801
|
{
|
|
2802
2802
|
"modelVariant": "CHAT",
|
|
2803
2803
|
"modelName": "claude-3-opus-20240229",
|
|
2804
|
-
"systemMessage": "You are an expert linguist and
|
|
2804
|
+
"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.",
|
|
2805
2805
|
"temperature": 0.3
|
|
2806
2806
|
},
|
|
2807
2807
|
{
|
|
2808
2808
|
"modelVariant": "CHAT",
|
|
2809
|
-
"modelName": "
|
|
2810
|
-
"systemMessage": "As a
|
|
2809
|
+
"modelName": "gpt-4",
|
|
2810
|
+
"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.",
|
|
2811
2811
|
"temperature": 0.2
|
|
2812
2812
|
},
|
|
2813
2813
|
{
|
|
2814
2814
|
"modelVariant": "CHAT",
|
|
2815
|
-
"modelName": "
|
|
2816
|
-
"systemMessage": "You are a
|
|
2815
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
2816
|
+
"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.",
|
|
2817
2817
|
"temperature": 0.4
|
|
2818
2818
|
},
|
|
2819
2819
|
{
|
|
2820
2820
|
"modelVariant": "CHAT",
|
|
2821
|
-
"modelName": "
|
|
2822
|
-
"systemMessage": "As
|
|
2821
|
+
"modelName": "gemini-1.5-pro",
|
|
2822
|
+
"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.",
|
|
2823
2823
|
"temperature": 0.3
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"modelVariant": "CHAT",
|
|
2827
|
+
"modelName": "gpt-3.5-turbo",
|
|
2828
|
+
"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.",
|
|
2829
|
+
"temperature": 0.4
|
|
2824
2830
|
}
|
|
2825
2831
|
],
|
|
2826
2832
|
"preparationIds": [
|
|
@@ -2831,26 +2837,26 @@
|
|
|
2831
2837
|
"preparations": [
|
|
2832
2838
|
{
|
|
2833
2839
|
"id": 1,
|
|
2834
|
-
"promptbookVersion": "0.100.0-
|
|
2840
|
+
"promptbookVersion": "0.100.0-16",
|
|
2835
2841
|
"usage": {
|
|
2836
2842
|
"price": {
|
|
2837
|
-
"value": 0.
|
|
2843
|
+
"value": 0.027170000000000003
|
|
2838
2844
|
},
|
|
2839
2845
|
"input": {
|
|
2840
2846
|
"tokensCount": {
|
|
2841
|
-
"value":
|
|
2847
|
+
"value": 8688
|
|
2842
2848
|
},
|
|
2843
2849
|
"charactersCount": {
|
|
2844
|
-
"value":
|
|
2850
|
+
"value": 42045
|
|
2845
2851
|
},
|
|
2846
2852
|
"wordsCount": {
|
|
2847
|
-
"value":
|
|
2853
|
+
"value": 5411
|
|
2848
2854
|
},
|
|
2849
2855
|
"sentencesCount": {
|
|
2850
|
-
"value":
|
|
2856
|
+
"value": 412
|
|
2851
2857
|
},
|
|
2852
2858
|
"linesCount": {
|
|
2853
|
-
"value":
|
|
2859
|
+
"value": 694
|
|
2854
2860
|
},
|
|
2855
2861
|
"paragraphsCount": {
|
|
2856
2862
|
"value": 20
|
|
@@ -2861,25 +2867,25 @@
|
|
|
2861
2867
|
},
|
|
2862
2868
|
"output": {
|
|
2863
2869
|
"tokensCount": {
|
|
2864
|
-
"value":
|
|
2870
|
+
"value": 436
|
|
2865
2871
|
},
|
|
2866
2872
|
"charactersCount": {
|
|
2867
|
-
"value":
|
|
2873
|
+
"value": 1681
|
|
2868
2874
|
},
|
|
2869
2875
|
"wordsCount": {
|
|
2870
|
-
"value":
|
|
2876
|
+
"value": 232
|
|
2871
2877
|
},
|
|
2872
2878
|
"sentencesCount": {
|
|
2873
|
-
"value":
|
|
2879
|
+
"value": 18
|
|
2874
2880
|
},
|
|
2875
2881
|
"linesCount": {
|
|
2876
|
-
"value":
|
|
2882
|
+
"value": 47
|
|
2877
2883
|
},
|
|
2878
2884
|
"paragraphsCount": {
|
|
2879
2885
|
"value": 2
|
|
2880
2886
|
},
|
|
2881
2887
|
"pagesCount": {
|
|
2882
|
-
"value":
|
|
2888
|
+
"value": 2
|
|
2883
2889
|
}
|
|
2884
2890
|
}
|
|
2885
2891
|
}
|
|
@@ -2943,25 +2949,25 @@
|
|
|
2943
2949
|
{
|
|
2944
2950
|
"modelVariant": "CHAT",
|
|
2945
2951
|
"modelName": "gpt-4",
|
|
2946
|
-
"systemMessage": "You are an expert
|
|
2952
|
+
"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.",
|
|
2947
2953
|
"temperature": 0.7
|
|
2948
2954
|
},
|
|
2949
2955
|
{
|
|
2950
2956
|
"modelVariant": "CHAT",
|
|
2951
2957
|
"modelName": "claude-3-opus-20240229",
|
|
2952
|
-
"systemMessage": "You are a skilled
|
|
2958
|
+
"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.",
|
|
2953
2959
|
"temperature": 0.6
|
|
2954
2960
|
},
|
|
2955
2961
|
{
|
|
2956
2962
|
"modelVariant": "CHAT",
|
|
2957
2963
|
"modelName": "gemini-1.5-pro",
|
|
2958
|
-
"systemMessage": "As an experienced
|
|
2964
|
+
"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.",
|
|
2959
2965
|
"temperature": 0.65
|
|
2960
2966
|
},
|
|
2961
2967
|
{
|
|
2962
2968
|
"modelVariant": "CHAT",
|
|
2963
2969
|
"modelName": "gpt-3.5-turbo",
|
|
2964
|
-
"systemMessage": "You are a
|
|
2970
|
+
"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.",
|
|
2965
2971
|
"temperature": 0.7
|
|
2966
2972
|
}
|
|
2967
2973
|
],
|
|
@@ -2973,26 +2979,26 @@
|
|
|
2973
2979
|
"preparations": [
|
|
2974
2980
|
{
|
|
2975
2981
|
"id": 1,
|
|
2976
|
-
"promptbookVersion": "0.100.0-
|
|
2982
|
+
"promptbookVersion": "0.100.0-16",
|
|
2977
2983
|
"usage": {
|
|
2978
2984
|
"price": {
|
|
2979
|
-
"value": 0.
|
|
2985
|
+
"value": 0.026482500000000003
|
|
2980
2986
|
},
|
|
2981
2987
|
"input": {
|
|
2982
2988
|
"tokensCount": {
|
|
2983
|
-
"value":
|
|
2989
|
+
"value": 8688
|
|
2984
2990
|
},
|
|
2985
2991
|
"charactersCount": {
|
|
2986
|
-
"value":
|
|
2992
|
+
"value": 42049
|
|
2987
2993
|
},
|
|
2988
2994
|
"wordsCount": {
|
|
2989
|
-
"value":
|
|
2995
|
+
"value": 5411
|
|
2990
2996
|
},
|
|
2991
2997
|
"sentencesCount": {
|
|
2992
|
-
"value":
|
|
2998
|
+
"value": 412
|
|
2993
2999
|
},
|
|
2994
3000
|
"linesCount": {
|
|
2995
|
-
"value":
|
|
3001
|
+
"value": 694
|
|
2996
3002
|
},
|
|
2997
3003
|
"paragraphsCount": {
|
|
2998
3004
|
"value": 20
|
|
@@ -3003,25 +3009,25 @@
|
|
|
3003
3009
|
},
|
|
3004
3010
|
"output": {
|
|
3005
3011
|
"tokensCount": {
|
|
3006
|
-
"value":
|
|
3012
|
+
"value": 381
|
|
3007
3013
|
},
|
|
3008
3014
|
"charactersCount": {
|
|
3009
|
-
"value":
|
|
3015
|
+
"value": 1509
|
|
3010
3016
|
},
|
|
3011
3017
|
"wordsCount": {
|
|
3012
|
-
"value":
|
|
3018
|
+
"value": 202
|
|
3013
3019
|
},
|
|
3014
3020
|
"sentencesCount": {
|
|
3015
|
-
"value":
|
|
3021
|
+
"value": 18
|
|
3016
3022
|
},
|
|
3017
3023
|
"linesCount": {
|
|
3018
|
-
"value":
|
|
3024
|
+
"value": 42
|
|
3019
3025
|
},
|
|
3020
3026
|
"paragraphsCount": {
|
|
3021
3027
|
"value": 2
|
|
3022
3028
|
},
|
|
3023
3029
|
"pagesCount": {
|
|
3024
|
-
"value":
|
|
3030
|
+
"value": 1
|
|
3025
3031
|
}
|
|
3026
3032
|
}
|
|
3027
3033
|
}
|
|
@@ -3069,7 +3075,7 @@
|
|
|
3069
3075
|
"preparations": [
|
|
3070
3076
|
{
|
|
3071
3077
|
"id": 1,
|
|
3072
|
-
"promptbookVersion": "0.100.0-
|
|
3078
|
+
"promptbookVersion": "0.100.0-16",
|
|
3073
3079
|
"usage": {
|
|
3074
3080
|
"price": {
|
|
3075
3081
|
"value": 0
|
|
@@ -3175,27 +3181,27 @@
|
|
|
3175
3181
|
"modelsRequirements": [
|
|
3176
3182
|
{
|
|
3177
3183
|
"modelVariant": "CHAT",
|
|
3178
|
-
"modelName": "
|
|
3179
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3184
|
+
"modelName": "gpt-4",
|
|
3185
|
+
"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.",
|
|
3180
3186
|
"temperature": 0.7
|
|
3181
3187
|
},
|
|
3182
3188
|
{
|
|
3183
3189
|
"modelVariant": "CHAT",
|
|
3184
|
-
"modelName": "
|
|
3185
|
-
"systemMessage": "
|
|
3190
|
+
"modelName": "claude-3-opus-20240229",
|
|
3191
|
+
"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.",
|
|
3186
3192
|
"temperature": 0.6
|
|
3187
3193
|
},
|
|
3188
3194
|
{
|
|
3189
3195
|
"modelVariant": "CHAT",
|
|
3190
3196
|
"modelName": "gemini-1.5-pro",
|
|
3191
|
-
"systemMessage": "You are
|
|
3197
|
+
"systemMessage": "You are a seasoned marketing expert and business advisor. Leverage your extensive experience to provide actionable strategies, market analyses, and business optimization recommendations.",
|
|
3192
3198
|
"temperature": 0.7
|
|
3193
3199
|
},
|
|
3194
3200
|
{
|
|
3195
3201
|
"modelVariant": "CHAT",
|
|
3196
|
-
"modelName": "
|
|
3197
|
-
"systemMessage": "
|
|
3198
|
-
"temperature": 0.
|
|
3202
|
+
"modelName": "gpt-3.5-turbo",
|
|
3203
|
+
"systemMessage": "As a knowledgeable marketing and business consultant, offer practical advice and creative solutions to help clients achieve their business goals and marketing objectives.",
|
|
3204
|
+
"temperature": 0.8
|
|
3199
3205
|
}
|
|
3200
3206
|
],
|
|
3201
3207
|
"preparationIds": [
|
|
@@ -3206,26 +3212,26 @@
|
|
|
3206
3212
|
"preparations": [
|
|
3207
3213
|
{
|
|
3208
3214
|
"id": 1,
|
|
3209
|
-
"promptbookVersion": "0.100.0-
|
|
3215
|
+
"promptbookVersion": "0.100.0-16",
|
|
3210
3216
|
"usage": {
|
|
3211
3217
|
"price": {
|
|
3212
|
-
"value": 0.
|
|
3218
|
+
"value": 0.025605000000000003
|
|
3213
3219
|
},
|
|
3214
3220
|
"input": {
|
|
3215
3221
|
"tokensCount": {
|
|
3216
|
-
"value":
|
|
3222
|
+
"value": 8687
|
|
3217
3223
|
},
|
|
3218
3224
|
"charactersCount": {
|
|
3219
|
-
"value":
|
|
3225
|
+
"value": 42077
|
|
3220
3226
|
},
|
|
3221
3227
|
"wordsCount": {
|
|
3222
|
-
"value":
|
|
3228
|
+
"value": 5413
|
|
3223
3229
|
},
|
|
3224
3230
|
"sentencesCount": {
|
|
3225
|
-
"value":
|
|
3231
|
+
"value": 412
|
|
3226
3232
|
},
|
|
3227
3233
|
"linesCount": {
|
|
3228
|
-
"value":
|
|
3234
|
+
"value": 694
|
|
3229
3235
|
},
|
|
3230
3236
|
"paragraphsCount": {
|
|
3231
3237
|
"value": 20
|
|
@@ -3236,19 +3242,19 @@
|
|
|
3236
3242
|
},
|
|
3237
3243
|
"output": {
|
|
3238
3244
|
"tokensCount": {
|
|
3239
|
-
"value":
|
|
3245
|
+
"value": 311
|
|
3240
3246
|
},
|
|
3241
3247
|
"charactersCount": {
|
|
3242
|
-
"value":
|
|
3248
|
+
"value": 1329
|
|
3243
3249
|
},
|
|
3244
3250
|
"wordsCount": {
|
|
3245
|
-
"value":
|
|
3251
|
+
"value": 170
|
|
3246
3252
|
},
|
|
3247
3253
|
"sentencesCount": {
|
|
3248
|
-
"value":
|
|
3254
|
+
"value": 13
|
|
3249
3255
|
},
|
|
3250
3256
|
"linesCount": {
|
|
3251
|
-
"value":
|
|
3257
|
+
"value": 40
|
|
3252
3258
|
},
|
|
3253
3259
|
"paragraphsCount": {
|
|
3254
3260
|
"value": 2
|
|
@@ -3326,32 +3332,26 @@
|
|
|
3326
3332
|
{
|
|
3327
3333
|
"modelVariant": "CHAT",
|
|
3328
3334
|
"modelName": "gpt-4",
|
|
3329
|
-
"systemMessage": "You are a
|
|
3335
|
+
"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.",
|
|
3330
3336
|
"temperature": 0.7
|
|
3331
3337
|
},
|
|
3332
3338
|
{
|
|
3333
3339
|
"modelVariant": "CHAT",
|
|
3334
3340
|
"modelName": "claude-3-opus-20240229",
|
|
3335
|
-
"systemMessage": "
|
|
3341
|
+
"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.",
|
|
3336
3342
|
"temperature": 0.6
|
|
3337
3343
|
},
|
|
3338
3344
|
{
|
|
3339
3345
|
"modelVariant": "CHAT",
|
|
3340
3346
|
"modelName": "gemini-1.5-pro",
|
|
3341
|
-
"systemMessage": "
|
|
3342
|
-
"temperature": 0.
|
|
3347
|
+
"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.",
|
|
3348
|
+
"temperature": 0.65
|
|
3343
3349
|
},
|
|
3344
3350
|
{
|
|
3345
3351
|
"modelVariant": "CHAT",
|
|
3346
3352
|
"modelName": "gpt-3.5-turbo",
|
|
3347
|
-
"systemMessage": "
|
|
3348
|
-
"temperature": 0.
|
|
3349
|
-
},
|
|
3350
|
-
{
|
|
3351
|
-
"modelVariant": "CHAT",
|
|
3352
|
-
"modelName": "claude-3-sonnet-20240229",
|
|
3353
|
-
"systemMessage": "You are a dedicated customer service representative and skilled copywriter for an e-commerce website. Provide friendly, efficient support to customers and craft compelling product descriptions that highlight key features and benefits.",
|
|
3354
|
-
"temperature": 0.5
|
|
3353
|
+
"systemMessage": "You are a customer service representative and copywriter for an online shop. Provide helpful responses to customer questions and write appealing product descriptions.",
|
|
3354
|
+
"temperature": 0.7
|
|
3355
3355
|
}
|
|
3356
3356
|
],
|
|
3357
3357
|
"preparationIds": [
|
|
@@ -3362,26 +3362,26 @@
|
|
|
3362
3362
|
"preparations": [
|
|
3363
3363
|
{
|
|
3364
3364
|
"id": 1,
|
|
3365
|
-
"promptbookVersion": "0.100.0-
|
|
3365
|
+
"promptbookVersion": "0.100.0-16",
|
|
3366
3366
|
"usage": {
|
|
3367
3367
|
"price": {
|
|
3368
|
-
"value": 0.
|
|
3368
|
+
"value": 0.02568
|
|
3369
3369
|
},
|
|
3370
3370
|
"input": {
|
|
3371
3371
|
"tokensCount": {
|
|
3372
|
-
"value":
|
|
3372
|
+
"value": 8692
|
|
3373
3373
|
},
|
|
3374
3374
|
"charactersCount": {
|
|
3375
|
-
"value":
|
|
3375
|
+
"value": 42085
|
|
3376
3376
|
},
|
|
3377
3377
|
"wordsCount": {
|
|
3378
|
-
"value":
|
|
3378
|
+
"value": 5415
|
|
3379
3379
|
},
|
|
3380
3380
|
"sentencesCount": {
|
|
3381
|
-
"value":
|
|
3381
|
+
"value": 412
|
|
3382
3382
|
},
|
|
3383
3383
|
"linesCount": {
|
|
3384
|
-
"value":
|
|
3384
|
+
"value": 695
|
|
3385
3385
|
},
|
|
3386
3386
|
"paragraphsCount": {
|
|
3387
3387
|
"value": 20
|
|
@@ -3392,25 +3392,25 @@
|
|
|
3392
3392
|
},
|
|
3393
3393
|
"output": {
|
|
3394
3394
|
"tokensCount": {
|
|
3395
|
-
"value":
|
|
3395
|
+
"value": 316
|
|
3396
3396
|
},
|
|
3397
3397
|
"charactersCount": {
|
|
3398
|
-
"value":
|
|
3398
|
+
"value": 1233
|
|
3399
3399
|
},
|
|
3400
3400
|
"wordsCount": {
|
|
3401
|
-
"value":
|
|
3401
|
+
"value": 167
|
|
3402
3402
|
},
|
|
3403
3403
|
"sentencesCount": {
|
|
3404
|
-
"value":
|
|
3404
|
+
"value": 14
|
|
3405
3405
|
},
|
|
3406
3406
|
"linesCount": {
|
|
3407
|
-
"value":
|
|
3407
|
+
"value": 39
|
|
3408
3408
|
},
|
|
3409
3409
|
"paragraphsCount": {
|
|
3410
|
-
"value":
|
|
3410
|
+
"value": 2
|
|
3411
3411
|
},
|
|
3412
3412
|
"pagesCount": {
|
|
3413
|
-
"value":
|
|
3413
|
+
"value": 1
|
|
3414
3414
|
}
|
|
3415
3415
|
}
|
|
3416
3416
|
}
|
|
@@ -3659,32 +3659,26 @@
|
|
|
3659
3659
|
{
|
|
3660
3660
|
"modelVariant": "CHAT",
|
|
3661
3661
|
"modelName": "claude-3-opus-20240229",
|
|
3662
|
-
"systemMessage": "You are an expert linguist and Esperantist
|
|
3662
|
+
"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.",
|
|
3663
3663
|
"temperature": 0.7
|
|
3664
3664
|
},
|
|
3665
3665
|
{
|
|
3666
3666
|
"modelVariant": "CHAT",
|
|
3667
3667
|
"modelName": "claude-3-sonnet-20240229",
|
|
3668
|
-
"systemMessage": "
|
|
3668
|
+
"systemMessage": "You are a helpful linguist and Esperantist assistant. Offer insights on linguistics, language learning, and Esperanto. Use Esperanto when appropriate.",
|
|
3669
3669
|
"temperature": 0.6
|
|
3670
3670
|
},
|
|
3671
|
-
{
|
|
3672
|
-
"modelVariant": "CHAT",
|
|
3673
|
-
"modelName": "gpt-4",
|
|
3674
|
-
"systemMessage": "You are a helpful assistant with expertise in linguistics and Esperanto. Provide accurate information and support for language-related questions, especially those concerning Esperanto and linguistic analysis.",
|
|
3675
|
-
"temperature": 0.7
|
|
3676
|
-
},
|
|
3677
3671
|
{
|
|
3678
3672
|
"modelVariant": "CHAT",
|
|
3679
3673
|
"modelName": "gemini-1.5-pro",
|
|
3680
|
-
"systemMessage": "As a linguist and Esperantist assistant,
|
|
3681
|
-
"temperature": 0.
|
|
3674
|
+
"systemMessage": "As a linguist and Esperantist assistant, provide accurate information about languages, linguistics, and Esperanto. Be prepared to communicate in Esperanto when needed.",
|
|
3675
|
+
"temperature": 0.5
|
|
3682
3676
|
},
|
|
3683
3677
|
{
|
|
3684
3678
|
"modelVariant": "CHAT",
|
|
3685
|
-
"modelName": "gpt-
|
|
3686
|
-
"systemMessage": "You are a knowledgeable assistant specializing in linguistics and Esperanto.
|
|
3687
|
-
"temperature": 0.
|
|
3679
|
+
"modelName": "gpt-4",
|
|
3680
|
+
"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.",
|
|
3681
|
+
"temperature": 0.6
|
|
3688
3682
|
}
|
|
3689
3683
|
],
|
|
3690
3684
|
"preparationIds": [
|
|
@@ -3695,26 +3689,26 @@
|
|
|
3695
3689
|
"preparations": [
|
|
3696
3690
|
{
|
|
3697
3691
|
"id": 1,
|
|
3698
|
-
"promptbookVersion": "0.100.0-
|
|
3692
|
+
"promptbookVersion": "0.100.0-16",
|
|
3699
3693
|
"usage": {
|
|
3700
3694
|
"price": {
|
|
3701
|
-
"value": 0.
|
|
3695
|
+
"value": 0.026057500000000004
|
|
3702
3696
|
},
|
|
3703
3697
|
"input": {
|
|
3704
3698
|
"tokensCount": {
|
|
3705
|
-
"value":
|
|
3699
|
+
"value": 8688
|
|
3706
3700
|
},
|
|
3707
3701
|
"charactersCount": {
|
|
3708
|
-
"value":
|
|
3702
|
+
"value": 42045
|
|
3709
3703
|
},
|
|
3710
3704
|
"wordsCount": {
|
|
3711
|
-
"value":
|
|
3705
|
+
"value": 5410
|
|
3712
3706
|
},
|
|
3713
3707
|
"sentencesCount": {
|
|
3714
|
-
"value":
|
|
3708
|
+
"value": 412
|
|
3715
3709
|
},
|
|
3716
3710
|
"linesCount": {
|
|
3717
|
-
"value":
|
|
3711
|
+
"value": 694
|
|
3718
3712
|
},
|
|
3719
3713
|
"paragraphsCount": {
|
|
3720
3714
|
"value": 20
|
|
@@ -3725,25 +3719,25 @@
|
|
|
3725
3719
|
},
|
|
3726
3720
|
"output": {
|
|
3727
3721
|
"tokensCount": {
|
|
3728
|
-
"value":
|
|
3722
|
+
"value": 347
|
|
3729
3723
|
},
|
|
3730
3724
|
"charactersCount": {
|
|
3731
|
-
"value":
|
|
3725
|
+
"value": 1251
|
|
3732
3726
|
},
|
|
3733
3727
|
"wordsCount": {
|
|
3734
|
-
"value":
|
|
3728
|
+
"value": 160
|
|
3735
3729
|
},
|
|
3736
3730
|
"sentencesCount": {
|
|
3737
|
-
"value":
|
|
3731
|
+
"value": 17
|
|
3738
3732
|
},
|
|
3739
3733
|
"linesCount": {
|
|
3740
|
-
"value":
|
|
3734
|
+
"value": 38
|
|
3741
3735
|
},
|
|
3742
3736
|
"paragraphsCount": {
|
|
3743
3737
|
"value": 2
|
|
3744
3738
|
},
|
|
3745
3739
|
"pagesCount": {
|
|
3746
|
-
"value":
|
|
3740
|
+
"value": 1
|
|
3747
3741
|
}
|
|
3748
3742
|
}
|
|
3749
3743
|
}
|
|
@@ -3806,26 +3800,26 @@
|
|
|
3806
3800
|
{
|
|
3807
3801
|
"modelVariant": "CHAT",
|
|
3808
3802
|
"modelName": "claude-3-opus-20240229",
|
|
3809
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3810
|
-
"temperature": 0.
|
|
3803
|
+
"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.",
|
|
3804
|
+
"temperature": 0.9
|
|
3811
3805
|
},
|
|
3812
3806
|
{
|
|
3813
3807
|
"modelVariant": "CHAT",
|
|
3814
3808
|
"modelName": "gpt-4",
|
|
3815
|
-
"systemMessage": "You are an accomplished poet and storyteller,
|
|
3809
|
+
"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.",
|
|
3816
3810
|
"temperature": 0.8
|
|
3817
3811
|
},
|
|
3818
3812
|
{
|
|
3819
3813
|
"modelVariant": "CHAT",
|
|
3820
3814
|
"modelName": "claude-3-sonnet-20240229",
|
|
3821
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3822
|
-
"temperature": 0.
|
|
3815
|
+
"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.",
|
|
3816
|
+
"temperature": 0.7
|
|
3823
3817
|
},
|
|
3824
3818
|
{
|
|
3825
3819
|
"modelVariant": "CHAT",
|
|
3826
3820
|
"modelName": "gemini-1.5-pro",
|
|
3827
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3828
|
-
"temperature": 0.
|
|
3821
|
+
"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.",
|
|
3822
|
+
"temperature": 0.8
|
|
3829
3823
|
}
|
|
3830
3824
|
],
|
|
3831
3825
|
"preparationIds": [
|
|
@@ -3836,26 +3830,26 @@
|
|
|
3836
3830
|
"preparations": [
|
|
3837
3831
|
{
|
|
3838
3832
|
"id": 1,
|
|
3839
|
-
"promptbookVersion": "0.100.0-
|
|
3833
|
+
"promptbookVersion": "0.100.0-16",
|
|
3840
3834
|
"usage": {
|
|
3841
3835
|
"price": {
|
|
3842
|
-
"value": 0.
|
|
3836
|
+
"value": 0.0259425
|
|
3843
3837
|
},
|
|
3844
3838
|
"input": {
|
|
3845
3839
|
"tokensCount": {
|
|
3846
|
-
"value":
|
|
3840
|
+
"value": 8687
|
|
3847
3841
|
},
|
|
3848
3842
|
"charactersCount": {
|
|
3849
|
-
"value":
|
|
3843
|
+
"value": 42057
|
|
3850
3844
|
},
|
|
3851
3845
|
"wordsCount": {
|
|
3852
|
-
"value":
|
|
3846
|
+
"value": 5412
|
|
3853
3847
|
},
|
|
3854
3848
|
"sentencesCount": {
|
|
3855
|
-
"value":
|
|
3849
|
+
"value": 412
|
|
3856
3850
|
},
|
|
3857
3851
|
"linesCount": {
|
|
3858
|
-
"value":
|
|
3852
|
+
"value": 694
|
|
3859
3853
|
},
|
|
3860
3854
|
"paragraphsCount": {
|
|
3861
3855
|
"value": 20
|
|
@@ -3866,25 +3860,25 @@
|
|
|
3866
3860
|
},
|
|
3867
3861
|
"output": {
|
|
3868
3862
|
"tokensCount": {
|
|
3869
|
-
"value":
|
|
3863
|
+
"value": 338
|
|
3870
3864
|
},
|
|
3871
3865
|
"charactersCount": {
|
|
3872
|
-
"value":
|
|
3866
|
+
"value": 1288
|
|
3873
3867
|
},
|
|
3874
3868
|
"wordsCount": {
|
|
3875
|
-
"value":
|
|
3869
|
+
"value": 182
|
|
3876
3870
|
},
|
|
3877
3871
|
"sentencesCount": {
|
|
3878
|
-
"value":
|
|
3872
|
+
"value": 14
|
|
3879
3873
|
},
|
|
3880
3874
|
"linesCount": {
|
|
3881
|
-
"value":
|
|
3875
|
+
"value": 39
|
|
3882
3876
|
},
|
|
3883
3877
|
"paragraphsCount": {
|
|
3884
3878
|
"value": 2
|
|
3885
3879
|
},
|
|
3886
3880
|
"pagesCount": {
|
|
3887
|
-
"value":
|
|
3881
|
+
"value": 1
|
|
3888
3882
|
}
|
|
3889
3883
|
}
|
|
3890
3884
|
}
|