@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/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.98.0-8';
26
+ const PROMPTBOOK_ENGINE_VERSION = '0.98.0-9';
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
@@ -1541,33 +1541,33 @@
1541
1541
  "modelsRequirements": [
1542
1542
  {
1543
1543
  "modelVariant": "CHAT",
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, AI model capabilities, and software development. Provide detailed, accurate information about the Promptbook Project, its features, and best practices for prompt engineering.",
1544
+ "modelName": "claude-3-opus-20240229",
1545
+ "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.",
1546
1546
  "temperature": 0.7
1547
1547
  },
1548
1548
  {
1549
1549
  "modelVariant": "CHAT",
1550
- "modelName": "claude-3-opus-20240229",
1551
- "systemMessage": "You are a knowledgeable developer of the Promptbook Project, with expertise in AI, programming, and prompt engineering. Offer insightful explanations about the project's architecture, functionality, and applications. Be ready to discuss technical details and provide code examples when relevant.",
1550
+ "modelName": "gpt-4",
1551
+ "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.",
1552
1552
  "temperature": 0.6
1553
1553
  },
1554
1554
  {
1555
1555
  "modelVariant": "CHAT",
1556
1556
  "modelName": "gemini-1.5-pro",
1557
- "systemMessage": "As a developer of the Promptbook Project, you possess extensive knowledge of AI technologies, software development, and prompt engineering techniques. Provide clear, concise explanations about the project's features, implementation details, and best practices for effective prompt design.",
1557
+ "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.",
1558
1558
  "temperature": 0.5
1559
1559
  },
1560
1560
  {
1561
1561
  "modelVariant": "CHAT",
1562
- "modelName": "gpt-3.5-turbo",
1563
- "systemMessage": "You are a helpful assistant and developer of the Promptbook Project. Share information about the project's goals, features, and usage. Provide guidance on prompt engineering and answer questions related to the project's development and applications.",
1564
- "temperature": 0.7
1562
+ "modelName": "claude-3-sonnet-20240229",
1563
+ "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.",
1564
+ "temperature": 0.6
1565
1565
  },
1566
1566
  {
1567
1567
  "modelVariant": "CHAT",
1568
- "modelName": "deepseek-coder",
1569
- "systemMessage": "As a developer of the Promptbook Project, you specialize in the technical aspects of prompt engineering and AI model integration. Offer detailed code examples, explain implementation strategies, and provide insights into the project's codebase and architecture.",
1570
- "temperature": 0.6
1568
+ "modelName": "gpt-3.5-turbo",
1569
+ "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.",
1570
+ "temperature": 0.7
1571
1571
  }
1572
1572
  ],
1573
1573
  "preparationIds": [
@@ -1578,52 +1578,52 @@
1578
1578
  "preparations": [
1579
1579
  {
1580
1580
  "id": 1,
1581
- "promptbookVersion": "0.98.0-7",
1581
+ "promptbookVersion": "0.98.0-8",
1582
1582
  "usage": {
1583
1583
  "price": {
1584
- "value": 0.035612500000000005
1584
+ "value": 0.027675
1585
1585
  },
1586
1586
  "input": {
1587
1587
  "tokensCount": {
1588
- "value": 10335
1588
+ "value": 8740
1589
1589
  },
1590
1590
  "charactersCount": {
1591
- "value": 47374
1591
+ "value": 42813
1592
1592
  },
1593
1593
  "wordsCount": {
1594
- "value": 6129
1594
+ "value": 5487
1595
1595
  },
1596
1596
  "sentencesCount": {
1597
- "value": 438
1597
+ "value": 424
1598
1598
  },
1599
1599
  "linesCount": {
1600
- "value": 779
1600
+ "value": 706
1601
1601
  },
1602
1602
  "paragraphsCount": {
1603
1603
  "value": 20
1604
1604
  },
1605
1605
  "pagesCount": {
1606
- "value": 18
1606
+ "value": 17
1607
1607
  }
1608
1608
  },
1609
1609
  "output": {
1610
1610
  "tokensCount": {
1611
- "value": 782
1611
+ "value": 466
1612
1612
  },
1613
1613
  "charactersCount": {
1614
- "value": 3545
1614
+ "value": 1895
1615
1615
  },
1616
1616
  "wordsCount": {
1617
- "value": 496
1617
+ "value": 269
1618
1618
  },
1619
1619
  "sentencesCount": {
1620
- "value": 37
1620
+ "value": 18
1621
1621
  },
1622
1622
  "linesCount": {
1623
- "value": 81
1623
+ "value": 52
1624
1624
  },
1625
1625
  "paragraphsCount": {
1626
- "value": 9
1626
+ "value": 2
1627
1627
  },
1628
1628
  "pagesCount": {
1629
1629
  "value": 2
@@ -2077,33 +2077,33 @@
2077
2077
  "modelsRequirements": [
2078
2078
  {
2079
2079
  "modelVariant": "CHAT",
2080
- "modelName": "gpt-4",
2081
- "systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, AI model capabilities, and software development. Provide detailed, accurate information about the Promptbook Project, its features, and best practices for prompt engineering.",
2080
+ "modelName": "claude-3-opus-20240229",
2081
+ "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.",
2082
2082
  "temperature": 0.7
2083
2083
  },
2084
2084
  {
2085
2085
  "modelVariant": "CHAT",
2086
- "modelName": "claude-3-opus-20240229",
2087
- "systemMessage": "You are a knowledgeable developer of the Promptbook Project, with expertise in AI, programming, and prompt engineering. Offer insightful explanations about the project's architecture, functionality, and applications. Be ready to discuss technical details and provide code examples when relevant.",
2086
+ "modelName": "gpt-4",
2087
+ "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.",
2088
2088
  "temperature": 0.6
2089
2089
  },
2090
2090
  {
2091
2091
  "modelVariant": "CHAT",
2092
2092
  "modelName": "gemini-1.5-pro",
2093
- "systemMessage": "As a developer of the Promptbook Project, you possess extensive knowledge of AI technologies, software development, and prompt engineering techniques. Provide clear, concise explanations about the project's features, implementation details, and best practices for effective prompt design.",
2093
+ "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.",
2094
2094
  "temperature": 0.5
2095
2095
  },
2096
2096
  {
2097
2097
  "modelVariant": "CHAT",
2098
- "modelName": "gpt-3.5-turbo",
2099
- "systemMessage": "You are a helpful assistant and developer of the Promptbook Project. Share information about the project's goals, features, and usage. Provide guidance on prompt engineering and answer questions related to the project's development and applications.",
2100
- "temperature": 0.7
2098
+ "modelName": "claude-3-sonnet-20240229",
2099
+ "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.",
2100
+ "temperature": 0.6
2101
2101
  },
2102
2102
  {
2103
2103
  "modelVariant": "CHAT",
2104
- "modelName": "deepseek-coder",
2105
- "systemMessage": "As a developer of the Promptbook Project, you specialize in the technical aspects of prompt engineering and AI model integration. Offer detailed code examples, explain implementation strategies, and provide insights into the project's codebase and architecture.",
2106
- "temperature": 0.6
2104
+ "modelName": "gpt-3.5-turbo",
2105
+ "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.",
2106
+ "temperature": 0.7
2107
2107
  }
2108
2108
  ],
2109
2109
  "preparationIds": [
@@ -2114,52 +2114,52 @@
2114
2114
  "preparations": [
2115
2115
  {
2116
2116
  "id": 1,
2117
- "promptbookVersion": "0.98.0-7",
2117
+ "promptbookVersion": "0.98.0-8",
2118
2118
  "usage": {
2119
2119
  "price": {
2120
- "value": 0.035612500000000005
2120
+ "value": 0.027675
2121
2121
  },
2122
2122
  "input": {
2123
2123
  "tokensCount": {
2124
- "value": 10335
2124
+ "value": 8740
2125
2125
  },
2126
2126
  "charactersCount": {
2127
- "value": 47374
2127
+ "value": 42813
2128
2128
  },
2129
2129
  "wordsCount": {
2130
- "value": 6129
2130
+ "value": 5487
2131
2131
  },
2132
2132
  "sentencesCount": {
2133
- "value": 438
2133
+ "value": 424
2134
2134
  },
2135
2135
  "linesCount": {
2136
- "value": 779
2136
+ "value": 706
2137
2137
  },
2138
2138
  "paragraphsCount": {
2139
2139
  "value": 20
2140
2140
  },
2141
2141
  "pagesCount": {
2142
- "value": 18
2142
+ "value": 17
2143
2143
  }
2144
2144
  },
2145
2145
  "output": {
2146
2146
  "tokensCount": {
2147
- "value": 782
2147
+ "value": 466
2148
2148
  },
2149
2149
  "charactersCount": {
2150
- "value": 3545
2150
+ "value": 1895
2151
2151
  },
2152
2152
  "wordsCount": {
2153
- "value": 496
2153
+ "value": 269
2154
2154
  },
2155
2155
  "sentencesCount": {
2156
- "value": 37
2156
+ "value": 18
2157
2157
  },
2158
2158
  "linesCount": {
2159
- "value": 81
2159
+ "value": 52
2160
2160
  },
2161
2161
  "paragraphsCount": {
2162
- "value": 9
2162
+ "value": 2
2163
2163
  },
2164
2164
  "pagesCount": {
2165
2165
  "value": 2
@@ -2754,21 +2754,33 @@
2754
2754
  "modelsRequirements": [
2755
2755
  {
2756
2756
  "modelVariant": "CHAT",
2757
- "modelName": "gpt-4",
2758
- "systemMessage": "You are an expert linguist and language corrector. Your role is to assist with grammar, vocabulary, style, and language usage questions. Provide clear explanations for any corrections or suggestions you make. Be precise and authoritative in your linguistic knowledge while maintaining a helpful and educational tone.",
2757
+ "modelName": "claude-3-opus-20240229",
2758
+ "systemMessage": "You are an expert linguist and meticulous corrector. Provide detailed grammatical analysis, correct errors, and offer nuanced explanations of language usage.",
2759
2759
  "temperature": 0.3
2760
2760
  },
2761
2761
  {
2762
2762
  "modelVariant": "CHAT",
2763
- "modelName": "gpt-3.5-turbo",
2764
- "systemMessage": "You are a knowledgeable linguist and language corrector. Your task is to help with grammar, word choice, and language usage questions. Offer explanations for any corrections you suggest. Be accurate in your linguistic advice while keeping a friendly and instructive manner.",
2763
+ "modelName": "gpt-4",
2764
+ "systemMessage": "As a skilled linguist and corrector, your role is to analyze text for grammatical accuracy, provide corrections, and explain linguistic concepts clearly.",
2765
+ "temperature": 0.2
2766
+ },
2767
+ {
2768
+ "modelVariant": "CHAT",
2769
+ "modelName": "gemini-1.5-pro",
2770
+ "systemMessage": "You are a highly knowledgeable linguist and precise corrector. Analyze language, identify errors, and provide clear explanations for corrections.",
2765
2771
  "temperature": 0.4
2766
2772
  },
2767
2773
  {
2768
2774
  "modelVariant": "CHAT",
2769
- "modelName": "claude-3-opus-20240229",
2770
- "systemMessage": "You are a highly skilled linguist and language corrector. Your purpose is to assist with grammar, vocabulary, style, and linguistic questions across multiple languages. Provide detailed explanations and examples to support your corrections and suggestions. Be precise and authoritative in your knowledge while maintaining a patient and educational approach.",
2771
- "temperature": 0.2
2775
+ "modelName": "claude-3-sonnet-20240229",
2776
+ "systemMessage": "As an experienced linguist and corrector, your task is to review text for grammatical and stylistic issues, offering corrections and linguistic insights.",
2777
+ "temperature": 0.3
2778
+ },
2779
+ {
2780
+ "modelVariant": "CHAT",
2781
+ "modelName": "gpt-3.5-turbo",
2782
+ "systemMessage": "You are a capable linguist and corrector. Review text for errors, suggest improvements, and explain basic linguistic concepts.",
2783
+ "temperature": 0.5
2772
2784
  }
2773
2785
  ],
2774
2786
  "preparationIds": [
@@ -2779,49 +2791,49 @@
2779
2791
  "preparations": [
2780
2792
  {
2781
2793
  "id": 1,
2782
- "promptbookVersion": "0.98.0-7",
2794
+ "promptbookVersion": "0.98.0-8",
2783
2795
  "usage": {
2784
2796
  "price": {
2785
- "value": 0.029760000000000005
2797
+ "value": 0.026485
2786
2798
  },
2787
2799
  "input": {
2788
2800
  "tokensCount": {
2789
- "value": 10334
2801
+ "value": 8739
2790
2802
  },
2791
2803
  "charactersCount": {
2792
- "value": 47361
2804
+ "value": 42800
2793
2805
  },
2794
2806
  "wordsCount": {
2795
- "value": 6127
2807
+ "value": 5485
2796
2808
  },
2797
2809
  "sentencesCount": {
2798
- "value": 438
2810
+ "value": 424
2799
2811
  },
2800
2812
  "linesCount": {
2801
- "value": 779
2813
+ "value": 706
2802
2814
  },
2803
2815
  "paragraphsCount": {
2804
2816
  "value": 20
2805
2817
  },
2806
2818
  "pagesCount": {
2807
- "value": 18
2819
+ "value": 17
2808
2820
  }
2809
2821
  },
2810
2822
  "output": {
2811
2823
  "tokensCount": {
2812
- "value": 314
2824
+ "value": 371
2813
2825
  },
2814
2826
  "charactersCount": {
2815
- "value": 1318
2827
+ "value": 1334
2816
2828
  },
2817
2829
  "wordsCount": {
2818
- "value": 181
2830
+ "value": 174
2819
2831
  },
2820
2832
  "sentencesCount": {
2821
- "value": 17
2833
+ "value": 16
2822
2834
  },
2823
2835
  "linesCount": {
2824
- "value": 36
2836
+ "value": 41
2825
2837
  },
2826
2838
  "paragraphsCount": {
2827
2839
  "value": 2
@@ -2890,27 +2902,27 @@
2890
2902
  "modelsRequirements": [
2891
2903
  {
2892
2904
  "modelVariant": "CHAT",
2893
- "modelName": "gpt-4-turbo",
2894
- "systemMessage": "You are an expert e-commerce copywriter. Your role is to create compelling, persuasive product descriptions and marketing copy that drives conversions. Maintain a professional yet engaging tone, highlight key product features and benefits, and incorporate SEO best practices.",
2905
+ "modelName": "gpt-4",
2906
+ "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.",
2895
2907
  "temperature": 0.7
2896
2908
  },
2897
2909
  {
2898
2910
  "modelVariant": "CHAT",
2899
2911
  "modelName": "claude-3-opus-20240229",
2900
- "systemMessage": "You are a highly skilled e-commerce copywriter specializing in creating persuasive product descriptions and marketing materials. Craft compelling copy that showcases product benefits, appeals to customer needs, and drives sales. Maintain a balance between informative and persuasive language.",
2912
+ "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.",
2901
2913
  "temperature": 0.6
2902
2914
  },
2903
2915
  {
2904
2916
  "modelVariant": "CHAT",
2905
2917
  "modelName": "gemini-1.5-pro",
2906
- "systemMessage": "As an expert e-commerce copywriter, your task is to produce engaging and conversion-focused product descriptions and marketing copy. Emphasize unique selling points, use persuasive language, and tailor the tone to the target audience. Incorporate relevant keywords for SEO optimization.",
2918
+ "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.",
2907
2919
  "temperature": 0.65
2908
2920
  },
2909
2921
  {
2910
2922
  "modelVariant": "CHAT",
2911
2923
  "modelName": "gpt-3.5-turbo",
2912
- "systemMessage": "You are a skilled e-commerce copywriter. Create concise, engaging product descriptions and marketing copy that highlight key features and benefits. Use persuasive language to encourage purchases while maintaining accuracy and clarity.",
2913
- "temperature": 0.7
2924
+ "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.",
2925
+ "temperature": 0.6
2914
2926
  }
2915
2927
  ],
2916
2928
  "preparationIds": [
@@ -2921,49 +2933,49 @@
2921
2933
  "preparations": [
2922
2934
  {
2923
2935
  "id": 1,
2924
- "promptbookVersion": "0.98.0-7",
2936
+ "promptbookVersion": "0.98.0-8",
2925
2937
  "usage": {
2926
2938
  "price": {
2927
- "value": 0.030822500000000003
2939
+ "value": 0.026710000000000005
2928
2940
  },
2929
2941
  "input": {
2930
2942
  "tokensCount": {
2931
- "value": 10334
2943
+ "value": 8739
2932
2944
  },
2933
2945
  "charactersCount": {
2934
- "value": 47365
2946
+ "value": 42804
2935
2947
  },
2936
2948
  "wordsCount": {
2937
- "value": 6127
2949
+ "value": 5485
2938
2950
  },
2939
2951
  "sentencesCount": {
2940
- "value": 438
2952
+ "value": 424
2941
2953
  },
2942
2954
  "linesCount": {
2943
- "value": 779
2955
+ "value": 706
2944
2956
  },
2945
2957
  "paragraphsCount": {
2946
2958
  "value": 20
2947
2959
  },
2948
2960
  "pagesCount": {
2949
- "value": 18
2961
+ "value": 17
2950
2962
  }
2951
2963
  },
2952
2964
  "output": {
2953
2965
  "tokensCount": {
2954
- "value": 399
2966
+ "value": 389
2955
2967
  },
2956
2968
  "charactersCount": {
2957
- "value": 1609
2969
+ "value": 1549
2958
2970
  },
2959
2971
  "wordsCount": {
2960
- "value": 218
2972
+ "value": 213
2961
2973
  },
2962
2974
  "sentencesCount": {
2963
- "value": 19
2975
+ "value": 20
2964
2976
  },
2965
2977
  "linesCount": {
2966
- "value": 44
2978
+ "value": 42
2967
2979
  },
2968
2980
  "paragraphsCount": {
2969
2981
  "value": 2
@@ -3017,7 +3029,7 @@
3017
3029
  "preparations": [
3018
3030
  {
3019
3031
  "id": 1,
3020
- "promptbookVersion": "0.98.0-7",
3032
+ "promptbookVersion": "0.98.0-8",
3021
3033
  "usage": {
3022
3034
  "price": {
3023
3035
  "value": 0
@@ -3123,26 +3135,26 @@
3123
3135
  "modelsRequirements": [
3124
3136
  {
3125
3137
  "modelVariant": "CHAT",
3126
- "modelName": "gpt-4-turbo",
3127
- "systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business development, and industry trends. Offer data-driven insights and actionable recommendations.",
3138
+ "modelName": "claude-3-opus-20240229",
3139
+ "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.",
3128
3140
  "temperature": 0.7
3129
3141
  },
3130
3142
  {
3131
3143
  "modelVariant": "CHAT",
3132
- "modelName": "claude-3-opus-20240229",
3133
- "systemMessage": "As an experienced marketing specialist and business consultant, you excel at analyzing market trends, developing strategic plans, and offering expert advice on business growth. Provide clear, actionable insights backed by industry knowledge and data analysis.",
3144
+ "modelName": "gpt-4",
3145
+ "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.",
3134
3146
  "temperature": 0.6
3135
3147
  },
3136
3148
  {
3137
3149
  "modelVariant": "CHAT",
3138
3150
  "modelName": "gemini-1.5-pro",
3139
- "systemMessage": "You are a highly knowledgeable marketing specialist and business consultant. Leverage your expertise to provide strategic advice, market analysis, and innovative solutions for business challenges. Focus on delivering practical, results-oriented recommendations.",
3140
- "temperature": 0.7
3151
+ "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.",
3152
+ "temperature": 0.65
3141
3153
  },
3142
3154
  {
3143
3155
  "modelVariant": "CHAT",
3144
- "modelName": "gpt-3.5-turbo",
3145
- "systemMessage": "As an experienced marketing specialist and business consultant, your role is to provide insightful advice on marketing strategies, business operations, and market trends. Offer clear, concise recommendations based on industry best practices and current market dynamics.",
3156
+ "modelName": "claude-3-sonnet-20240229",
3157
+ "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.",
3146
3158
  "temperature": 0.6
3147
3159
  }
3148
3160
  ],
@@ -3154,49 +3166,49 @@
3154
3166
  "preparations": [
3155
3167
  {
3156
3168
  "id": 1,
3157
- "promptbookVersion": "0.98.0-7",
3169
+ "promptbookVersion": "0.98.0-8",
3158
3170
  "usage": {
3159
3171
  "price": {
3160
- "value": 0.030332500000000002
3172
+ "value": 0.026382500000000003
3161
3173
  },
3162
3174
  "input": {
3163
3175
  "tokensCount": {
3164
- "value": 10333
3176
+ "value": 8738
3165
3177
  },
3166
3178
  "charactersCount": {
3167
- "value": 47393
3179
+ "value": 42832
3168
3180
  },
3169
3181
  "wordsCount": {
3170
- "value": 6129
3182
+ "value": 5487
3171
3183
  },
3172
3184
  "sentencesCount": {
3173
- "value": 438
3185
+ "value": 424
3174
3186
  },
3175
3187
  "linesCount": {
3176
- "value": 779
3188
+ "value": 706
3177
3189
  },
3178
3190
  "paragraphsCount": {
3179
3191
  "value": 20
3180
3192
  },
3181
3193
  "pagesCount": {
3182
- "value": 18
3194
+ "value": 17
3183
3195
  }
3184
3196
  },
3185
3197
  "output": {
3186
3198
  "tokensCount": {
3187
- "value": 360
3199
+ "value": 363
3188
3200
  },
3189
3201
  "charactersCount": {
3190
- "value": 1548
3202
+ "value": 1610
3191
3203
  },
3192
3204
  "wordsCount": {
3193
- "value": 197
3205
+ "value": 209
3194
3206
  },
3195
3207
  "sentencesCount": {
3196
- "value": 17
3208
+ "value": 16
3197
3209
  },
3198
3210
  "linesCount": {
3199
- "value": 42
3211
+ "value": 43
3200
3212
  },
3201
3213
  "paragraphsCount": {
3202
3214
  "value": 2
@@ -3273,27 +3285,21 @@
3273
3285
  "modelsRequirements": [
3274
3286
  {
3275
3287
  "modelVariant": "CHAT",
3276
- "modelName": "claude-3-opus-20240229",
3277
- "systemMessage": "You are a highly skilled customer service representative and copywriter for an e-commerce shop. Provide friendly, helpful responses to customer inquiries and craft compelling product descriptions and marketing copy.",
3288
+ "modelName": "claude-3-sonnet-20240229",
3289
+ "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.",
3278
3290
  "temperature": 0.7
3279
3291
  },
3280
3292
  {
3281
3293
  "modelVariant": "CHAT",
3282
- "modelName": "gpt-4-turbo",
3283
- "systemMessage": "As an expert customer service agent and copywriter for an online store, your role is to assist customers with inquiries and create engaging product descriptions. Communicate in a friendly, professional manner and showcase products effectively.",
3294
+ "modelName": "gpt-4",
3295
+ "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.",
3284
3296
  "temperature": 0.6
3285
3297
  },
3286
- {
3287
- "modelVariant": "CHAT",
3288
- "modelName": "claude-3-sonnet-20240229",
3289
- "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.",
3290
- "temperature": 0.5
3291
- },
3292
3298
  {
3293
3299
  "modelVariant": "CHAT",
3294
3300
  "modelName": "gemini-1.5-pro",
3295
- "systemMessage": "As a customer service rep and copywriter for an online shop, your tasks are to assist customers with their questions and create compelling product descriptions. Be friendly, informative, and persuasive in your communication.",
3296
- "temperature": 0.6
3301
+ "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.",
3302
+ "temperature": 0.65
3297
3303
  }
3298
3304
  ],
3299
3305
  "preparationIds": [
@@ -3304,49 +3310,49 @@
3304
3310
  "preparations": [
3305
3311
  {
3306
3312
  "id": 1,
3307
- "promptbookVersion": "0.98.0-7",
3313
+ "promptbookVersion": "0.98.0-8",
3308
3314
  "usage": {
3309
3315
  "price": {
3310
- "value": 0.030320000000000003
3316
+ "value": 0.0253325
3311
3317
  },
3312
3318
  "input": {
3313
3319
  "tokensCount": {
3314
- "value": 10338
3320
+ "value": 8743
3315
3321
  },
3316
3322
  "charactersCount": {
3317
- "value": 47401
3323
+ "value": 42840
3318
3324
  },
3319
3325
  "wordsCount": {
3320
- "value": 6131
3326
+ "value": 5489
3321
3327
  },
3322
3328
  "sentencesCount": {
3323
- "value": 438
3329
+ "value": 424
3324
3330
  },
3325
3331
  "linesCount": {
3326
- "value": 780
3332
+ "value": 707
3327
3333
  },
3328
3334
  "paragraphsCount": {
3329
3335
  "value": 20
3330
3336
  },
3331
3337
  "pagesCount": {
3332
- "value": 18
3338
+ "value": 17
3333
3339
  }
3334
3340
  },
3335
3341
  "output": {
3336
3342
  "tokensCount": {
3337
- "value": 358
3343
+ "value": 278
3338
3344
  },
3339
3345
  "charactersCount": {
3340
- "value": 1468
3346
+ "value": 1158
3341
3347
  },
3342
3348
  "wordsCount": {
3343
- "value": 200
3349
+ "value": 156
3344
3350
  },
3345
3351
  "sentencesCount": {
3346
- "value": 15
3352
+ "value": 11
3347
3353
  },
3348
3354
  "linesCount": {
3349
- "value": 40
3355
+ "value": 33
3350
3356
  },
3351
3357
  "paragraphsCount": {
3352
3358
  "value": 2
@@ -3601,26 +3607,26 @@
3601
3607
  {
3602
3608
  "modelVariant": "CHAT",
3603
3609
  "modelName": "claude-3-opus-20240229",
3604
- "systemMessage": "You are an expert linguist and Esperantist assistant. You have deep knowledge of linguistics, language learning, and the Esperanto language and community. Provide detailed, accurate information on linguistic topics and Esperanto. Be prepared to discuss language structure, etymology, and sociolinguistic aspects of Esperanto.",
3610
+ "systemMessage": "You are an expert linguist and Esperantist. Provide knowledgeable assistance on linguistics, language learning, and Esperanto. Communicate clearly and precisely about language topics.",
3605
3611
  "temperature": 0.3
3606
3612
  },
3607
3613
  {
3608
3614
  "modelVariant": "CHAT",
3609
- "modelName": "gpt-4-turbo",
3610
- "systemMessage": "You are a knowledgeable linguist and Esperantist assistant. Share insights on linguistics and the Esperanto language, including its grammar, vocabulary, and cultural aspects. Provide accurate information and be ready to engage in nuanced discussions about language and Esperanto.",
3615
+ "modelName": "gpt-4",
3616
+ "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.",
3611
3617
  "temperature": 0.4
3612
3618
  },
3613
3619
  {
3614
3620
  "modelVariant": "CHAT",
3615
- "modelName": "claude-3-sonnet-20240229",
3616
- "systemMessage": "As a linguist and Esperantist assistant, your role is to provide information and insights on linguistics and the Esperanto language. Offer clear explanations on language structures, Esperanto grammar, and vocabulary. Be prepared to discuss the history and cultural significance of Esperanto.",
3617
- "temperature": 0.5
3621
+ "modelName": "gemini-1.5-pro",
3622
+ "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.",
3623
+ "temperature": 0.3
3618
3624
  },
3619
3625
  {
3620
3626
  "modelVariant": "CHAT",
3621
- "modelName": "gemini-1.5-pro",
3622
- "systemMessage": "You are an assistant specializing in linguistics and Esperanto. Provide accurate information on linguistic concepts and the Esperanto language. Be ready to explain grammar rules, discuss language learning techniques, and share knowledge about the Esperanto community and culture.",
3623
- "temperature": 0.6
3627
+ "modelName": "claude-3-sonnet-20240229",
3628
+ "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.",
3629
+ "temperature": 0.4
3624
3630
  }
3625
3631
  ],
3626
3632
  "preparationIds": [
@@ -3631,49 +3637,49 @@
3631
3637
  "preparations": [
3632
3638
  {
3633
3639
  "id": 1,
3634
- "promptbookVersion": "0.98.0-7",
3640
+ "promptbookVersion": "0.98.0-8",
3635
3641
  "usage": {
3636
3642
  "price": {
3637
- "value": 0.031135000000000003
3643
+ "value": 0.026247500000000003
3638
3644
  },
3639
3645
  "input": {
3640
3646
  "tokensCount": {
3641
- "value": 10334
3647
+ "value": 8739
3642
3648
  },
3643
3649
  "charactersCount": {
3644
- "value": 47361
3650
+ "value": 42800
3645
3651
  },
3646
3652
  "wordsCount": {
3647
- "value": 6126
3653
+ "value": 5484
3648
3654
  },
3649
3655
  "sentencesCount": {
3650
- "value": 438
3656
+ "value": 424
3651
3657
  },
3652
3658
  "linesCount": {
3653
- "value": 779
3659
+ "value": 706
3654
3660
  },
3655
3661
  "paragraphsCount": {
3656
3662
  "value": 20
3657
3663
  },
3658
3664
  "pagesCount": {
3659
- "value": 18
3665
+ "value": 17
3660
3666
  }
3661
3667
  },
3662
3668
  "output": {
3663
3669
  "tokensCount": {
3664
- "value": 424
3670
+ "value": 352
3665
3671
  },
3666
3672
  "charactersCount": {
3667
- "value": 1684
3673
+ "value": 1326
3668
3674
  },
3669
3675
  "wordsCount": {
3670
- "value": 223
3676
+ "value": 174
3671
3677
  },
3672
3678
  "sentencesCount": {
3673
- "value": 19
3679
+ "value": 16
3674
3680
  },
3675
3681
  "linesCount": {
3676
- "value": 43
3682
+ "value": 39
3677
3683
  },
3678
3684
  "paragraphsCount": {
3679
3685
  "value": 2
@@ -3742,25 +3748,31 @@
3742
3748
  {
3743
3749
  "modelVariant": "CHAT",
3744
3750
  "modelName": "claude-3-opus-20240229",
3745
- "systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of literature and creative writing techniques. Craft eloquent prose and vivid poetry on any topic.",
3751
+ "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.",
3746
3752
  "temperature": 0.8
3747
3753
  },
3748
3754
  {
3749
3755
  "modelVariant": "CHAT",
3750
- "modelName": "gpt-4-turbo",
3751
- "systemMessage": "You are a masterful poet and storyteller, weaving words into captivating narratives and evocative verses. Share your literary expertise and creative vision.",
3756
+ "modelName": "gpt-4",
3757
+ "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.",
3752
3758
  "temperature": 0.7
3753
3759
  },
3754
3760
  {
3755
3761
  "modelVariant": "CHAT",
3756
3762
  "modelName": "claude-3-sonnet-20240229",
3757
- "systemMessage": "As an accomplished poet and storyteller, you have a gift for language and narrative. Express yourself through lyrical prose and imaginative tales.",
3763
+ "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.",
3758
3764
  "temperature": 0.7
3759
3765
  },
3766
+ {
3767
+ "modelVariant": "CHAT",
3768
+ "modelName": "gemini-1.5-pro",
3769
+ "systemMessage": "You are an experienced poet and storyteller with a gift for language. Craft engaging narratives and evocative poetry drawing on your literary expertise.",
3770
+ "temperature": 0.6
3771
+ },
3760
3772
  {
3761
3773
  "modelVariant": "CHAT",
3762
3774
  "modelName": "gpt-3.5-turbo",
3763
- "systemMessage": "You are a skilled poet and storyteller with a passion for the written word. Craft engaging stories and eloquent poetry on request.",
3775
+ "systemMessage": "You are a talented poet and storyteller. Create imaginative tales and verses on various themes and in different styles.",
3764
3776
  "temperature": 0.6
3765
3777
  }
3766
3778
  ],
@@ -3772,49 +3784,49 @@
3772
3784
  "preparations": [
3773
3785
  {
3774
3786
  "id": 1,
3775
- "promptbookVersion": "0.98.0-7",
3787
+ "promptbookVersion": "0.98.0-8",
3776
3788
  "usage": {
3777
3789
  "price": {
3778
- "value": 0.0297075
3790
+ "value": 0.026670000000000003
3779
3791
  },
3780
3792
  "input": {
3781
3793
  "tokensCount": {
3782
- "value": 10333
3794
+ "value": 8738
3783
3795
  },
3784
3796
  "charactersCount": {
3785
- "value": 47373
3797
+ "value": 42812
3786
3798
  },
3787
3799
  "wordsCount": {
3788
- "value": 6128
3800
+ "value": 5486
3789
3801
  },
3790
3802
  "sentencesCount": {
3791
- "value": 438
3803
+ "value": 424
3792
3804
  },
3793
3805
  "linesCount": {
3794
- "value": 779
3806
+ "value": 706
3795
3807
  },
3796
3808
  "paragraphsCount": {
3797
3809
  "value": 20
3798
3810
  },
3799
3811
  "pagesCount": {
3800
- "value": 18
3812
+ "value": 17
3801
3813
  }
3802
3814
  },
3803
3815
  "output": {
3804
3816
  "tokensCount": {
3805
- "value": 310
3817
+ "value": 386
3806
3818
  },
3807
3819
  "charactersCount": {
3808
- "value": 1107
3820
+ "value": 1432
3809
3821
  },
3810
3822
  "wordsCount": {
3811
- "value": 155
3823
+ "value": 199
3812
3824
  },
3813
3825
  "sentencesCount": {
3814
- "value": 14
3826
+ "value": 18
3815
3827
  },
3816
3828
  "linesCount": {
3817
- "value": 34
3829
+ "value": 44
3818
3830
  },
3819
3831
  "paragraphsCount": {
3820
3832
  "value": 2