@promptbook/templates 0.98.0-6 → 0.98.0-8

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-6';
26
+ const PROMPTBOOK_ENGINE_VERSION = '0.98.0-8';
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": "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.",
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.",
1546
1546
  "temperature": 0.7
1547
1547
  },
1548
1548
  {
1549
1549
  "modelVariant": "CHAT",
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.",
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.",
1552
1552
  "temperature": 0.6
1553
1553
  },
1554
1554
  {
1555
1555
  "modelVariant": "CHAT",
1556
1556
  "modelName": "gemini-1.5-pro",
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.",
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.",
1558
1558
  "temperature": 0.5
1559
1559
  },
1560
1560
  {
1561
1561
  "modelVariant": "CHAT",
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
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
1565
1565
  },
1566
1566
  {
1567
1567
  "modelVariant": "CHAT",
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
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
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-5",
1581
+ "promptbookVersion": "0.98.0-7",
1582
1582
  "usage": {
1583
1583
  "price": {
1584
- "value": 0.027675
1584
+ "value": 0.035612500000000005
1585
1585
  },
1586
1586
  "input": {
1587
1587
  "tokensCount": {
1588
- "value": 8740
1588
+ "value": 10335
1589
1589
  },
1590
1590
  "charactersCount": {
1591
- "value": 42813
1591
+ "value": 47374
1592
1592
  },
1593
1593
  "wordsCount": {
1594
- "value": 5487
1594
+ "value": 6129
1595
1595
  },
1596
1596
  "sentencesCount": {
1597
- "value": 424
1597
+ "value": 438
1598
1598
  },
1599
1599
  "linesCount": {
1600
- "value": 706
1600
+ "value": 779
1601
1601
  },
1602
1602
  "paragraphsCount": {
1603
1603
  "value": 20
1604
1604
  },
1605
1605
  "pagesCount": {
1606
- "value": 17
1606
+ "value": 18
1607
1607
  }
1608
1608
  },
1609
1609
  "output": {
1610
1610
  "tokensCount": {
1611
- "value": 466
1611
+ "value": 782
1612
1612
  },
1613
1613
  "charactersCount": {
1614
- "value": 1895
1614
+ "value": 3545
1615
1615
  },
1616
1616
  "wordsCount": {
1617
- "value": 269
1617
+ "value": 496
1618
1618
  },
1619
1619
  "sentencesCount": {
1620
- "value": 18
1620
+ "value": 37
1621
1621
  },
1622
1622
  "linesCount": {
1623
- "value": 52
1623
+ "value": 81
1624
1624
  },
1625
1625
  "paragraphsCount": {
1626
- "value": 2
1626
+ "value": 9
1627
1627
  },
1628
1628
  "pagesCount": {
1629
1629
  "value": 2
@@ -2077,33 +2077,33 @@
2077
2077
  "modelsRequirements": [
2078
2078
  {
2079
2079
  "modelVariant": "CHAT",
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.",
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.",
2082
2082
  "temperature": 0.7
2083
2083
  },
2084
2084
  {
2085
2085
  "modelVariant": "CHAT",
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.",
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.",
2088
2088
  "temperature": 0.6
2089
2089
  },
2090
2090
  {
2091
2091
  "modelVariant": "CHAT",
2092
2092
  "modelName": "gemini-1.5-pro",
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.",
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.",
2094
2094
  "temperature": 0.5
2095
2095
  },
2096
2096
  {
2097
2097
  "modelVariant": "CHAT",
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
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
2101
2101
  },
2102
2102
  {
2103
2103
  "modelVariant": "CHAT",
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
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
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-5",
2117
+ "promptbookVersion": "0.98.0-7",
2118
2118
  "usage": {
2119
2119
  "price": {
2120
- "value": 0.027675
2120
+ "value": 0.035612500000000005
2121
2121
  },
2122
2122
  "input": {
2123
2123
  "tokensCount": {
2124
- "value": 8740
2124
+ "value": 10335
2125
2125
  },
2126
2126
  "charactersCount": {
2127
- "value": 42813
2127
+ "value": 47374
2128
2128
  },
2129
2129
  "wordsCount": {
2130
- "value": 5487
2130
+ "value": 6129
2131
2131
  },
2132
2132
  "sentencesCount": {
2133
- "value": 424
2133
+ "value": 438
2134
2134
  },
2135
2135
  "linesCount": {
2136
- "value": 706
2136
+ "value": 779
2137
2137
  },
2138
2138
  "paragraphsCount": {
2139
2139
  "value": 20
2140
2140
  },
2141
2141
  "pagesCount": {
2142
- "value": 17
2142
+ "value": 18
2143
2143
  }
2144
2144
  },
2145
2145
  "output": {
2146
2146
  "tokensCount": {
2147
- "value": 466
2147
+ "value": 782
2148
2148
  },
2149
2149
  "charactersCount": {
2150
- "value": 1895
2150
+ "value": 3545
2151
2151
  },
2152
2152
  "wordsCount": {
2153
- "value": 269
2153
+ "value": 496
2154
2154
  },
2155
2155
  "sentencesCount": {
2156
- "value": 18
2156
+ "value": 37
2157
2157
  },
2158
2158
  "linesCount": {
2159
- "value": 52
2159
+ "value": 81
2160
2160
  },
2161
2161
  "paragraphsCount": {
2162
- "value": 2
2162
+ "value": 9
2163
2163
  },
2164
2164
  "pagesCount": {
2165
2165
  "value": 2
@@ -2752,35 +2752,23 @@
2752
2752
  "name": "Jane",
2753
2753
  "description": "a linguist and Corrector",
2754
2754
  "modelsRequirements": [
2755
- {
2756
- "modelVariant": "CHAT",
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
- "temperature": 0.3
2760
- },
2761
2755
  {
2762
2756
  "modelVariant": "CHAT",
2763
2757
  "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
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.",
2759
+ "temperature": 0.3
2766
2760
  },
2767
2761
  {
2768
2762
  "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.",
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.",
2771
2765
  "temperature": 0.4
2772
2766
  },
2773
2767
  {
2774
2768
  "modelVariant": "CHAT",
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
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
2784
2772
  }
2785
2773
  ],
2786
2774
  "preparationIds": [
@@ -2791,49 +2779,49 @@
2791
2779
  "preparations": [
2792
2780
  {
2793
2781
  "id": 1,
2794
- "promptbookVersion": "0.98.0-5",
2782
+ "promptbookVersion": "0.98.0-7",
2795
2783
  "usage": {
2796
2784
  "price": {
2797
- "value": 0.026485
2785
+ "value": 0.029760000000000005
2798
2786
  },
2799
2787
  "input": {
2800
2788
  "tokensCount": {
2801
- "value": 8739
2789
+ "value": 10334
2802
2790
  },
2803
2791
  "charactersCount": {
2804
- "value": 42800
2792
+ "value": 47361
2805
2793
  },
2806
2794
  "wordsCount": {
2807
- "value": 5485
2795
+ "value": 6127
2808
2796
  },
2809
2797
  "sentencesCount": {
2810
- "value": 424
2798
+ "value": 438
2811
2799
  },
2812
2800
  "linesCount": {
2813
- "value": 706
2801
+ "value": 779
2814
2802
  },
2815
2803
  "paragraphsCount": {
2816
2804
  "value": 20
2817
2805
  },
2818
2806
  "pagesCount": {
2819
- "value": 17
2807
+ "value": 18
2820
2808
  }
2821
2809
  },
2822
2810
  "output": {
2823
2811
  "tokensCount": {
2824
- "value": 371
2812
+ "value": 314
2825
2813
  },
2826
2814
  "charactersCount": {
2827
- "value": 1334
2815
+ "value": 1318
2828
2816
  },
2829
2817
  "wordsCount": {
2830
- "value": 174
2818
+ "value": 181
2831
2819
  },
2832
2820
  "sentencesCount": {
2833
- "value": 16
2821
+ "value": 17
2834
2822
  },
2835
2823
  "linesCount": {
2836
- "value": 41
2824
+ "value": 36
2837
2825
  },
2838
2826
  "paragraphsCount": {
2839
2827
  "value": 2
@@ -2902,27 +2890,27 @@
2902
2890
  "modelsRequirements": [
2903
2891
  {
2904
2892
  "modelVariant": "CHAT",
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.",
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.",
2907
2895
  "temperature": 0.7
2908
2896
  },
2909
2897
  {
2910
2898
  "modelVariant": "CHAT",
2911
2899
  "modelName": "claude-3-opus-20240229",
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.",
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.",
2913
2901
  "temperature": 0.6
2914
2902
  },
2915
2903
  {
2916
2904
  "modelVariant": "CHAT",
2917
2905
  "modelName": "gemini-1.5-pro",
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.",
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.",
2919
2907
  "temperature": 0.65
2920
2908
  },
2921
2909
  {
2922
2910
  "modelVariant": "CHAT",
2923
2911
  "modelName": "gpt-3.5-turbo",
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
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
2926
2914
  }
2927
2915
  ],
2928
2916
  "preparationIds": [
@@ -2933,49 +2921,49 @@
2933
2921
  "preparations": [
2934
2922
  {
2935
2923
  "id": 1,
2936
- "promptbookVersion": "0.98.0-5",
2924
+ "promptbookVersion": "0.98.0-7",
2937
2925
  "usage": {
2938
2926
  "price": {
2939
- "value": 0.026710000000000005
2927
+ "value": 0.030822500000000003
2940
2928
  },
2941
2929
  "input": {
2942
2930
  "tokensCount": {
2943
- "value": 8739
2931
+ "value": 10334
2944
2932
  },
2945
2933
  "charactersCount": {
2946
- "value": 42804
2934
+ "value": 47365
2947
2935
  },
2948
2936
  "wordsCount": {
2949
- "value": 5485
2937
+ "value": 6127
2950
2938
  },
2951
2939
  "sentencesCount": {
2952
- "value": 424
2940
+ "value": 438
2953
2941
  },
2954
2942
  "linesCount": {
2955
- "value": 706
2943
+ "value": 779
2956
2944
  },
2957
2945
  "paragraphsCount": {
2958
2946
  "value": 20
2959
2947
  },
2960
2948
  "pagesCount": {
2961
- "value": 17
2949
+ "value": 18
2962
2950
  }
2963
2951
  },
2964
2952
  "output": {
2965
2953
  "tokensCount": {
2966
- "value": 389
2954
+ "value": 399
2967
2955
  },
2968
2956
  "charactersCount": {
2969
- "value": 1549
2957
+ "value": 1609
2970
2958
  },
2971
2959
  "wordsCount": {
2972
- "value": 213
2960
+ "value": 218
2973
2961
  },
2974
2962
  "sentencesCount": {
2975
- "value": 20
2963
+ "value": 19
2976
2964
  },
2977
2965
  "linesCount": {
2978
- "value": 42
2966
+ "value": 44
2979
2967
  },
2980
2968
  "paragraphsCount": {
2981
2969
  "value": 2
@@ -3029,7 +3017,7 @@
3029
3017
  "preparations": [
3030
3018
  {
3031
3019
  "id": 1,
3032
- "promptbookVersion": "0.98.0-5",
3020
+ "promptbookVersion": "0.98.0-7",
3033
3021
  "usage": {
3034
3022
  "price": {
3035
3023
  "value": 0
@@ -3135,26 +3123,26 @@
3135
3123
  "modelsRequirements": [
3136
3124
  {
3137
3125
  "modelVariant": "CHAT",
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.",
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.",
3140
3128
  "temperature": 0.7
3141
3129
  },
3142
3130
  {
3143
3131
  "modelVariant": "CHAT",
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.",
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.",
3146
3134
  "temperature": 0.6
3147
3135
  },
3148
3136
  {
3149
3137
  "modelVariant": "CHAT",
3150
3138
  "modelName": "gemini-1.5-pro",
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
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
3153
3141
  },
3154
3142
  {
3155
3143
  "modelVariant": "CHAT",
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.",
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.",
3158
3146
  "temperature": 0.6
3159
3147
  }
3160
3148
  ],
@@ -3166,49 +3154,49 @@
3166
3154
  "preparations": [
3167
3155
  {
3168
3156
  "id": 1,
3169
- "promptbookVersion": "0.98.0-5",
3157
+ "promptbookVersion": "0.98.0-7",
3170
3158
  "usage": {
3171
3159
  "price": {
3172
- "value": 0.026382500000000003
3160
+ "value": 0.030332500000000002
3173
3161
  },
3174
3162
  "input": {
3175
3163
  "tokensCount": {
3176
- "value": 8738
3164
+ "value": 10333
3177
3165
  },
3178
3166
  "charactersCount": {
3179
- "value": 42832
3167
+ "value": 47393
3180
3168
  },
3181
3169
  "wordsCount": {
3182
- "value": 5487
3170
+ "value": 6129
3183
3171
  },
3184
3172
  "sentencesCount": {
3185
- "value": 424
3173
+ "value": 438
3186
3174
  },
3187
3175
  "linesCount": {
3188
- "value": 706
3176
+ "value": 779
3189
3177
  },
3190
3178
  "paragraphsCount": {
3191
3179
  "value": 20
3192
3180
  },
3193
3181
  "pagesCount": {
3194
- "value": 17
3182
+ "value": 18
3195
3183
  }
3196
3184
  },
3197
3185
  "output": {
3198
3186
  "tokensCount": {
3199
- "value": 363
3187
+ "value": 360
3200
3188
  },
3201
3189
  "charactersCount": {
3202
- "value": 1610
3190
+ "value": 1548
3203
3191
  },
3204
3192
  "wordsCount": {
3205
- "value": 209
3193
+ "value": 197
3206
3194
  },
3207
3195
  "sentencesCount": {
3208
- "value": 16
3196
+ "value": 17
3209
3197
  },
3210
3198
  "linesCount": {
3211
- "value": 43
3199
+ "value": 42
3212
3200
  },
3213
3201
  "paragraphsCount": {
3214
3202
  "value": 2
@@ -3285,21 +3273,27 @@
3285
3273
  "modelsRequirements": [
3286
3274
  {
3287
3275
  "modelVariant": "CHAT",
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.",
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.",
3290
3278
  "temperature": 0.7
3291
3279
  },
3292
3280
  {
3293
3281
  "modelVariant": "CHAT",
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.",
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.",
3296
3284
  "temperature": 0.6
3297
3285
  },
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
+ },
3298
3292
  {
3299
3293
  "modelVariant": "CHAT",
3300
3294
  "modelName": "gemini-1.5-pro",
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
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
3303
3297
  }
3304
3298
  ],
3305
3299
  "preparationIds": [
@@ -3310,49 +3304,49 @@
3310
3304
  "preparations": [
3311
3305
  {
3312
3306
  "id": 1,
3313
- "promptbookVersion": "0.98.0-5",
3307
+ "promptbookVersion": "0.98.0-7",
3314
3308
  "usage": {
3315
3309
  "price": {
3316
- "value": 0.0253325
3310
+ "value": 0.030320000000000003
3317
3311
  },
3318
3312
  "input": {
3319
3313
  "tokensCount": {
3320
- "value": 8743
3314
+ "value": 10338
3321
3315
  },
3322
3316
  "charactersCount": {
3323
- "value": 42840
3317
+ "value": 47401
3324
3318
  },
3325
3319
  "wordsCount": {
3326
- "value": 5489
3320
+ "value": 6131
3327
3321
  },
3328
3322
  "sentencesCount": {
3329
- "value": 424
3323
+ "value": 438
3330
3324
  },
3331
3325
  "linesCount": {
3332
- "value": 707
3326
+ "value": 780
3333
3327
  },
3334
3328
  "paragraphsCount": {
3335
3329
  "value": 20
3336
3330
  },
3337
3331
  "pagesCount": {
3338
- "value": 17
3332
+ "value": 18
3339
3333
  }
3340
3334
  },
3341
3335
  "output": {
3342
3336
  "tokensCount": {
3343
- "value": 278
3337
+ "value": 358
3344
3338
  },
3345
3339
  "charactersCount": {
3346
- "value": 1158
3340
+ "value": 1468
3347
3341
  },
3348
3342
  "wordsCount": {
3349
- "value": 156
3343
+ "value": 200
3350
3344
  },
3351
3345
  "sentencesCount": {
3352
- "value": 11
3346
+ "value": 15
3353
3347
  },
3354
3348
  "linesCount": {
3355
- "value": 33
3349
+ "value": 40
3356
3350
  },
3357
3351
  "paragraphsCount": {
3358
3352
  "value": 2
@@ -3607,26 +3601,26 @@
3607
3601
  {
3608
3602
  "modelVariant": "CHAT",
3609
3603
  "modelName": "claude-3-opus-20240229",
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.",
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.",
3611
3605
  "temperature": 0.3
3612
3606
  },
3613
3607
  {
3614
3608
  "modelVariant": "CHAT",
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.",
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.",
3617
3611
  "temperature": 0.4
3618
3612
  },
3619
3613
  {
3620
3614
  "modelVariant": "CHAT",
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
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
3624
3618
  },
3625
3619
  {
3626
3620
  "modelVariant": "CHAT",
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
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
3630
3624
  }
3631
3625
  ],
3632
3626
  "preparationIds": [
@@ -3637,49 +3631,49 @@
3637
3631
  "preparations": [
3638
3632
  {
3639
3633
  "id": 1,
3640
- "promptbookVersion": "0.98.0-5",
3634
+ "promptbookVersion": "0.98.0-7",
3641
3635
  "usage": {
3642
3636
  "price": {
3643
- "value": 0.026247500000000003
3637
+ "value": 0.031135000000000003
3644
3638
  },
3645
3639
  "input": {
3646
3640
  "tokensCount": {
3647
- "value": 8739
3641
+ "value": 10334
3648
3642
  },
3649
3643
  "charactersCount": {
3650
- "value": 42800
3644
+ "value": 47361
3651
3645
  },
3652
3646
  "wordsCount": {
3653
- "value": 5484
3647
+ "value": 6126
3654
3648
  },
3655
3649
  "sentencesCount": {
3656
- "value": 424
3650
+ "value": 438
3657
3651
  },
3658
3652
  "linesCount": {
3659
- "value": 706
3653
+ "value": 779
3660
3654
  },
3661
3655
  "paragraphsCount": {
3662
3656
  "value": 20
3663
3657
  },
3664
3658
  "pagesCount": {
3665
- "value": 17
3659
+ "value": 18
3666
3660
  }
3667
3661
  },
3668
3662
  "output": {
3669
3663
  "tokensCount": {
3670
- "value": 352
3664
+ "value": 424
3671
3665
  },
3672
3666
  "charactersCount": {
3673
- "value": 1326
3667
+ "value": 1684
3674
3668
  },
3675
3669
  "wordsCount": {
3676
- "value": 174
3670
+ "value": 223
3677
3671
  },
3678
3672
  "sentencesCount": {
3679
- "value": 16
3673
+ "value": 19
3680
3674
  },
3681
3675
  "linesCount": {
3682
- "value": 39
3676
+ "value": 43
3683
3677
  },
3684
3678
  "paragraphsCount": {
3685
3679
  "value": 2
@@ -3748,31 +3742,25 @@
3748
3742
  {
3749
3743
  "modelVariant": "CHAT",
3750
3744
  "modelName": "claude-3-opus-20240229",
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.",
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.",
3752
3746
  "temperature": 0.8
3753
3747
  },
3754
3748
  {
3755
3749
  "modelVariant": "CHAT",
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.",
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.",
3758
3752
  "temperature": 0.7
3759
3753
  },
3760
3754
  {
3761
3755
  "modelVariant": "CHAT",
3762
3756
  "modelName": "claude-3-sonnet-20240229",
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.",
3757
+ "systemMessage": "As an accomplished poet and storyteller, you have a gift for language and narrative. Express yourself through lyrical prose and imaginative tales.",
3764
3758
  "temperature": 0.7
3765
3759
  },
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
- },
3772
3760
  {
3773
3761
  "modelVariant": "CHAT",
3774
3762
  "modelName": "gpt-3.5-turbo",
3775
- "systemMessage": "You are a talented poet and storyteller. Create imaginative tales and verses on various themes and in different styles.",
3763
+ "systemMessage": "You are a skilled poet and storyteller with a passion for the written word. Craft engaging stories and eloquent poetry on request.",
3776
3764
  "temperature": 0.6
3777
3765
  }
3778
3766
  ],
@@ -3784,49 +3772,49 @@
3784
3772
  "preparations": [
3785
3773
  {
3786
3774
  "id": 1,
3787
- "promptbookVersion": "0.98.0-5",
3775
+ "promptbookVersion": "0.98.0-7",
3788
3776
  "usage": {
3789
3777
  "price": {
3790
- "value": 0.026670000000000003
3778
+ "value": 0.0297075
3791
3779
  },
3792
3780
  "input": {
3793
3781
  "tokensCount": {
3794
- "value": 8738
3782
+ "value": 10333
3795
3783
  },
3796
3784
  "charactersCount": {
3797
- "value": 42812
3785
+ "value": 47373
3798
3786
  },
3799
3787
  "wordsCount": {
3800
- "value": 5486
3788
+ "value": 6128
3801
3789
  },
3802
3790
  "sentencesCount": {
3803
- "value": 424
3791
+ "value": 438
3804
3792
  },
3805
3793
  "linesCount": {
3806
- "value": 706
3794
+ "value": 779
3807
3795
  },
3808
3796
  "paragraphsCount": {
3809
3797
  "value": 20
3810
3798
  },
3811
3799
  "pagesCount": {
3812
- "value": 17
3800
+ "value": 18
3813
3801
  }
3814
3802
  },
3815
3803
  "output": {
3816
3804
  "tokensCount": {
3817
- "value": 386
3805
+ "value": 310
3818
3806
  },
3819
3807
  "charactersCount": {
3820
- "value": 1432
3808
+ "value": 1107
3821
3809
  },
3822
3810
  "wordsCount": {
3823
- "value": 199
3811
+ "value": 155
3824
3812
  },
3825
3813
  "sentencesCount": {
3826
- "value": 18
3814
+ "value": 14
3827
3815
  },
3828
3816
  "linesCount": {
3829
- "value": 44
3817
+ "value": 34
3830
3818
  },
3831
3819
  "paragraphsCount": {
3832
3820
  "value": 2