@promptbook/templates 0.94.0-3 → 0.94.0-5
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 +233 -197
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/ollama.index.d.ts +4 -0
- package/esm/typings/src/_packages/openai.index.d.ts +2 -0
- package/esm/typings/src/llm-providers/{openai/computeUsage.d.ts → _common/utils/pricing.d.ts} +2 -2
- package/esm/typings/src/llm-providers/ollama/OllamaExecutionTools.d.ts +44 -0
- package/esm/typings/src/llm-providers/ollama/OllamaExecutionToolsOptions.d.ts +1 -1
- package/esm/typings/src/llm-providers/ollama/createOllamaExecutionTools.d.ts +1 -1
- package/esm/typings/src/llm-providers/ollama/ollama-models.d.ts +14 -0
- package/esm/typings/src/llm-providers/openai/OpenAiCompatibleExecutionTools.d.ts +91 -0
- package/esm/typings/src/llm-providers/openai/OpenAiExecutionTools.d.ts +12 -53
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +233 -197
- package/umd/index.umd.js.map +1 -1
- /package/esm/typings/src/llm-providers/{openai/computeUsage.test.d.ts → _common/utils/pricing.test.d.ts} +0 -0
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.94.0-
|
|
26
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.94.0-5';
|
|
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,38 +1542,44 @@
|
|
|
1542
1542
|
{
|
|
1543
1543
|
"modelVariant": "CHAT",
|
|
1544
1544
|
"modelName": "claude-3-5-sonnet-20240620",
|
|
1545
|
-
"systemMessage": "You are an experienced AI engineer and helpful assistant
|
|
1546
|
-
"temperature": 0.
|
|
1545
|
+
"systemMessage": "You are an experienced AI engineer and helpful assistant for the Promptbook Project. Provide clear, concise, and practical guidance on prompt engineering and AI development.",
|
|
1546
|
+
"temperature": 0.5
|
|
1547
1547
|
},
|
|
1548
1548
|
{
|
|
1549
1549
|
"modelVariant": "CHAT",
|
|
1550
1550
|
"modelName": "claude-3-opus-20240229",
|
|
1551
|
-
"systemMessage": "As a developer of the Promptbook Project, you need
|
|
1552
|
-
"temperature": 0.
|
|
1551
|
+
"systemMessage": "As a developer of the Promptbook Project, you need sophisticated AI assistance. Provide detailed, nuanced explanations and advanced technical support for complex prompt engineering tasks.",
|
|
1552
|
+
"temperature": 0.4
|
|
1553
1553
|
},
|
|
1554
1554
|
{
|
|
1555
1555
|
"modelVariant": "CHAT",
|
|
1556
1556
|
"modelName": "gpt-4",
|
|
1557
|
-
"systemMessage": "You are
|
|
1558
|
-
"temperature": 0.
|
|
1557
|
+
"systemMessage": "You are an AI expert assisting with the Promptbook Project. Offer insightful, well-structured advice on prompt design and AI system development with clear examples.",
|
|
1558
|
+
"temperature": 0.6
|
|
1559
1559
|
},
|
|
1560
1560
|
{
|
|
1561
1561
|
"modelVariant": "CHAT",
|
|
1562
1562
|
"modelName": "gemini-1.5-pro",
|
|
1563
|
-
"systemMessage": "You are a technical
|
|
1564
|
-
"temperature": 0.
|
|
1563
|
+
"systemMessage": "You are a technical assistant for the Promptbook Project. Provide comprehensive support on prompt engineering, AI model behavior, and practical implementation strategies.",
|
|
1564
|
+
"temperature": 0.5
|
|
1565
1565
|
},
|
|
1566
1566
|
{
|
|
1567
1567
|
"modelVariant": "CHAT",
|
|
1568
|
-
"modelName": "
|
|
1569
|
-
"systemMessage": "You are a
|
|
1568
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
1569
|
+
"systemMessage": "You are a knowledgeable AI assistant helping with the Promptbook Project. Deliver balanced, efficient guidance on prompt optimization and AI development workflows.",
|
|
1570
1570
|
"temperature": 0.5
|
|
1571
1571
|
},
|
|
1572
1572
|
{
|
|
1573
1573
|
"modelVariant": "CHAT",
|
|
1574
|
-
"modelName": "
|
|
1575
|
-
"systemMessage": "
|
|
1576
|
-
"temperature": 0.
|
|
1574
|
+
"modelName": "deepseek-v3-0324",
|
|
1575
|
+
"systemMessage": "As a Promptbook Project developer, you need reliable AI assistance. Provide focused, technical answers about prompt engineering and model behavior.",
|
|
1576
|
+
"temperature": 0.5
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"modelVariant": "CHAT",
|
|
1580
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
1581
|
+
"systemMessage": "You are an advanced AI assistant for the Promptbook Project. Offer detailed, context-aware support for complex prompt engineering challenges.",
|
|
1582
|
+
"temperature": 0.5
|
|
1577
1583
|
}
|
|
1578
1584
|
],
|
|
1579
1585
|
"preparationIds": [
|
|
@@ -1584,26 +1590,26 @@
|
|
|
1584
1590
|
"preparations": [
|
|
1585
1591
|
{
|
|
1586
1592
|
"id": 1,
|
|
1587
|
-
"promptbookVersion": "0.94.0-
|
|
1593
|
+
"promptbookVersion": "0.94.0-4",
|
|
1588
1594
|
"usage": {
|
|
1589
1595
|
"price": {
|
|
1590
1596
|
"value": 0
|
|
1591
1597
|
},
|
|
1592
1598
|
"input": {
|
|
1593
1599
|
"tokensCount": {
|
|
1594
|
-
"value":
|
|
1600
|
+
"value": 4837
|
|
1595
1601
|
},
|
|
1596
1602
|
"charactersCount": {
|
|
1597
|
-
"value":
|
|
1603
|
+
"value": 21969
|
|
1598
1604
|
},
|
|
1599
1605
|
"wordsCount": {
|
|
1600
|
-
"value":
|
|
1606
|
+
"value": 3020
|
|
1601
1607
|
},
|
|
1602
1608
|
"sentencesCount": {
|
|
1603
1609
|
"value": 235
|
|
1604
1610
|
},
|
|
1605
1611
|
"linesCount": {
|
|
1606
|
-
"value":
|
|
1612
|
+
"value": 375
|
|
1607
1613
|
},
|
|
1608
1614
|
"paragraphsCount": {
|
|
1609
1615
|
"value": 20
|
|
@@ -1614,19 +1620,19 @@
|
|
|
1614
1620
|
},
|
|
1615
1621
|
"output": {
|
|
1616
1622
|
"tokensCount": {
|
|
1617
|
-
"value":
|
|
1623
|
+
"value": 444
|
|
1618
1624
|
},
|
|
1619
1625
|
"charactersCount": {
|
|
1620
|
-
"value":
|
|
1626
|
+
"value": 1840
|
|
1621
1627
|
},
|
|
1622
1628
|
"wordsCount": {
|
|
1623
|
-
"value":
|
|
1629
|
+
"value": 238
|
|
1624
1630
|
},
|
|
1625
1631
|
"sentencesCount": {
|
|
1626
|
-
"value":
|
|
1632
|
+
"value": 24
|
|
1627
1633
|
},
|
|
1628
1634
|
"linesCount": {
|
|
1629
|
-
"value":
|
|
1635
|
+
"value": 56
|
|
1630
1636
|
},
|
|
1631
1637
|
"paragraphsCount": {
|
|
1632
1638
|
"value": 1
|
|
@@ -2044,38 +2050,44 @@
|
|
|
2044
2050
|
{
|
|
2045
2051
|
"modelVariant": "CHAT",
|
|
2046
2052
|
"modelName": "claude-3-5-sonnet-20240620",
|
|
2047
|
-
"systemMessage": "You are an experienced AI engineer and helpful assistant
|
|
2048
|
-
"temperature": 0.
|
|
2053
|
+
"systemMessage": "You are an experienced AI engineer and helpful assistant for the Promptbook Project. Provide clear, concise, and practical guidance on prompt engineering and AI development.",
|
|
2054
|
+
"temperature": 0.5
|
|
2049
2055
|
},
|
|
2050
2056
|
{
|
|
2051
2057
|
"modelVariant": "CHAT",
|
|
2052
2058
|
"modelName": "claude-3-opus-20240229",
|
|
2053
|
-
"systemMessage": "As a developer of the Promptbook Project, you need
|
|
2054
|
-
"temperature": 0.
|
|
2059
|
+
"systemMessage": "As a developer of the Promptbook Project, you need sophisticated AI assistance. Provide detailed, nuanced explanations and advanced technical support for complex prompt engineering tasks.",
|
|
2060
|
+
"temperature": 0.4
|
|
2055
2061
|
},
|
|
2056
2062
|
{
|
|
2057
2063
|
"modelVariant": "CHAT",
|
|
2058
2064
|
"modelName": "gpt-4",
|
|
2059
|
-
"systemMessage": "You are
|
|
2060
|
-
"temperature": 0.
|
|
2065
|
+
"systemMessage": "You are an AI expert assisting with the Promptbook Project. Offer insightful, well-structured advice on prompt design and AI system development with clear examples.",
|
|
2066
|
+
"temperature": 0.6
|
|
2061
2067
|
},
|
|
2062
2068
|
{
|
|
2063
2069
|
"modelVariant": "CHAT",
|
|
2064
2070
|
"modelName": "gemini-1.5-pro",
|
|
2065
|
-
"systemMessage": "You are a technical
|
|
2066
|
-
"temperature": 0.
|
|
2071
|
+
"systemMessage": "You are a technical assistant for the Promptbook Project. Provide comprehensive support on prompt engineering, AI model behavior, and practical implementation strategies.",
|
|
2072
|
+
"temperature": 0.5
|
|
2067
2073
|
},
|
|
2068
2074
|
{
|
|
2069
2075
|
"modelVariant": "CHAT",
|
|
2070
|
-
"modelName": "
|
|
2071
|
-
"systemMessage": "You are a
|
|
2076
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
2077
|
+
"systemMessage": "You are a knowledgeable AI assistant helping with the Promptbook Project. Deliver balanced, efficient guidance on prompt optimization and AI development workflows.",
|
|
2072
2078
|
"temperature": 0.5
|
|
2073
2079
|
},
|
|
2074
2080
|
{
|
|
2075
2081
|
"modelVariant": "CHAT",
|
|
2076
|
-
"modelName": "
|
|
2077
|
-
"systemMessage": "
|
|
2078
|
-
"temperature": 0.
|
|
2082
|
+
"modelName": "deepseek-v3-0324",
|
|
2083
|
+
"systemMessage": "As a Promptbook Project developer, you need reliable AI assistance. Provide focused, technical answers about prompt engineering and model behavior.",
|
|
2084
|
+
"temperature": 0.5
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"modelVariant": "CHAT",
|
|
2088
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
2089
|
+
"systemMessage": "You are an advanced AI assistant for the Promptbook Project. Offer detailed, context-aware support for complex prompt engineering challenges.",
|
|
2090
|
+
"temperature": 0.5
|
|
2079
2091
|
}
|
|
2080
2092
|
],
|
|
2081
2093
|
"preparationIds": [
|
|
@@ -2086,26 +2098,26 @@
|
|
|
2086
2098
|
"preparations": [
|
|
2087
2099
|
{
|
|
2088
2100
|
"id": 1,
|
|
2089
|
-
"promptbookVersion": "0.94.0-
|
|
2101
|
+
"promptbookVersion": "0.94.0-4",
|
|
2090
2102
|
"usage": {
|
|
2091
2103
|
"price": {
|
|
2092
2104
|
"value": 0
|
|
2093
2105
|
},
|
|
2094
2106
|
"input": {
|
|
2095
2107
|
"tokensCount": {
|
|
2096
|
-
"value":
|
|
2108
|
+
"value": 4837
|
|
2097
2109
|
},
|
|
2098
2110
|
"charactersCount": {
|
|
2099
|
-
"value":
|
|
2111
|
+
"value": 21969
|
|
2100
2112
|
},
|
|
2101
2113
|
"wordsCount": {
|
|
2102
|
-
"value":
|
|
2114
|
+
"value": 3020
|
|
2103
2115
|
},
|
|
2104
2116
|
"sentencesCount": {
|
|
2105
2117
|
"value": 235
|
|
2106
2118
|
},
|
|
2107
2119
|
"linesCount": {
|
|
2108
|
-
"value":
|
|
2120
|
+
"value": 375
|
|
2109
2121
|
},
|
|
2110
2122
|
"paragraphsCount": {
|
|
2111
2123
|
"value": 20
|
|
@@ -2116,19 +2128,19 @@
|
|
|
2116
2128
|
},
|
|
2117
2129
|
"output": {
|
|
2118
2130
|
"tokensCount": {
|
|
2119
|
-
"value":
|
|
2131
|
+
"value": 444
|
|
2120
2132
|
},
|
|
2121
2133
|
"charactersCount": {
|
|
2122
|
-
"value":
|
|
2134
|
+
"value": 1840
|
|
2123
2135
|
},
|
|
2124
2136
|
"wordsCount": {
|
|
2125
|
-
"value":
|
|
2137
|
+
"value": 238
|
|
2126
2138
|
},
|
|
2127
2139
|
"sentencesCount": {
|
|
2128
|
-
"value":
|
|
2140
|
+
"value": 24
|
|
2129
2141
|
},
|
|
2130
2142
|
"linesCount": {
|
|
2131
|
-
"value":
|
|
2143
|
+
"value": 56
|
|
2132
2144
|
},
|
|
2133
2145
|
"paragraphsCount": {
|
|
2134
2146
|
"value": 1
|
|
@@ -2798,37 +2810,55 @@
|
|
|
2798
2810
|
{
|
|
2799
2811
|
"modelVariant": "CHAT",
|
|
2800
2812
|
"modelName": "claude-3-5-sonnet-20240620",
|
|
2801
|
-
"systemMessage": "You are a linguist and corrector, skilled in language analysis, grammar, and
|
|
2802
|
-
"temperature": 0.
|
|
2813
|
+
"systemMessage": "You are a linguist and corrector, skilled in language analysis, grammar, and precise communication. Provide accurate and well-structured responses with attention to linguistic detail.",
|
|
2814
|
+
"temperature": 0.3
|
|
2803
2815
|
},
|
|
2804
2816
|
{
|
|
2805
2817
|
"modelVariant": "CHAT",
|
|
2806
2818
|
"modelName": "claude-3-opus-20240229",
|
|
2807
|
-
"systemMessage": "
|
|
2808
|
-
"temperature": 0.
|
|
2819
|
+
"systemMessage": "As a linguist and corrector, you excel in complex language tasks, offering nuanced understanding and precise corrections with deep linguistic expertise.",
|
|
2820
|
+
"temperature": 0.3
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"modelVariant": "CHAT",
|
|
2824
|
+
"modelName": "gpt-4",
|
|
2825
|
+
"systemMessage": "You are a linguist and corrector with strong capabilities in grammar, syntax, and language precision. Deliver accurate and well-formulated responses.",
|
|
2826
|
+
"temperature": 0.3
|
|
2827
|
+
},
|
|
2828
|
+
{
|
|
2829
|
+
"modelVariant": "CHAT",
|
|
2830
|
+
"modelName": "gemini-1.5-pro",
|
|
2831
|
+
"systemMessage": "You are a linguist and corrector, providing detailed language analysis and precise corrections with strong reasoning and contextual understanding.",
|
|
2832
|
+
"temperature": 0.3
|
|
2809
2833
|
},
|
|
2810
2834
|
{
|
|
2811
2835
|
"modelVariant": "CHAT",
|
|
2812
2836
|
"modelName": "claude-3-sonnet-20240229",
|
|
2813
|
-
"systemMessage": "
|
|
2814
|
-
"temperature": 0.
|
|
2837
|
+
"systemMessage": "As a linguist and corrector, you offer balanced performance in language tasks, ensuring accurate and clear communication with good linguistic insight.",
|
|
2838
|
+
"temperature": 0.4
|
|
2815
2839
|
},
|
|
2816
2840
|
{
|
|
2817
2841
|
"modelVariant": "CHAT",
|
|
2818
|
-
"modelName": "
|
|
2819
|
-
"systemMessage": "You are a linguist and corrector,
|
|
2820
|
-
"temperature": 0.
|
|
2842
|
+
"modelName": "deepseek-v3-0324",
|
|
2843
|
+
"systemMessage": "You are a linguist and corrector, skilled in language analysis and precise communication. Provide accurate responses with attention to linguistic detail.",
|
|
2844
|
+
"temperature": 0.4
|
|
2821
2845
|
},
|
|
2822
2846
|
{
|
|
2823
2847
|
"modelVariant": "CHAT",
|
|
2824
|
-
"modelName": "gemini-
|
|
2825
|
-
"systemMessage": "You are a linguist and corrector
|
|
2848
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
2849
|
+
"systemMessage": "You are a linguist and corrector with advanced reasoning capabilities, offering precise language analysis and corrections with strong contextual understanding.",
|
|
2850
|
+
"temperature": 0.4
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"modelVariant": "CHAT",
|
|
2854
|
+
"modelName": "claude-3-5-haiku-20241022",
|
|
2855
|
+
"systemMessage": "As a linguist and corrector, you provide quick and efficient language analysis and corrections, suitable for interactive applications.",
|
|
2826
2856
|
"temperature": 0.5
|
|
2827
2857
|
},
|
|
2828
2858
|
{
|
|
2829
2859
|
"modelVariant": "CHAT",
|
|
2830
|
-
"modelName": "
|
|
2831
|
-
"systemMessage": "You are a linguist and corrector,
|
|
2860
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2861
|
+
"systemMessage": "You are a linguist and corrector, offering reliable language analysis and corrections with good performance and extended context handling.",
|
|
2832
2862
|
"temperature": 0.5
|
|
2833
2863
|
}
|
|
2834
2864
|
],
|
|
@@ -2840,26 +2870,26 @@
|
|
|
2840
2870
|
"preparations": [
|
|
2841
2871
|
{
|
|
2842
2872
|
"id": 1,
|
|
2843
|
-
"promptbookVersion": "0.94.0-
|
|
2873
|
+
"promptbookVersion": "0.94.0-4",
|
|
2844
2874
|
"usage": {
|
|
2845
2875
|
"price": {
|
|
2846
2876
|
"value": 0
|
|
2847
2877
|
},
|
|
2848
2878
|
"input": {
|
|
2849
2879
|
"tokensCount": {
|
|
2850
|
-
"value":
|
|
2880
|
+
"value": 4836
|
|
2851
2881
|
},
|
|
2852
2882
|
"charactersCount": {
|
|
2853
|
-
"value":
|
|
2883
|
+
"value": 21956
|
|
2854
2884
|
},
|
|
2855
2885
|
"wordsCount": {
|
|
2856
|
-
"value":
|
|
2886
|
+
"value": 3018
|
|
2857
2887
|
},
|
|
2858
2888
|
"sentencesCount": {
|
|
2859
2889
|
"value": 235
|
|
2860
2890
|
},
|
|
2861
2891
|
"linesCount": {
|
|
2862
|
-
"value":
|
|
2892
|
+
"value": 375
|
|
2863
2893
|
},
|
|
2864
2894
|
"paragraphsCount": {
|
|
2865
2895
|
"value": 20
|
|
@@ -2870,19 +2900,19 @@
|
|
|
2870
2900
|
},
|
|
2871
2901
|
"output": {
|
|
2872
2902
|
"tokensCount": {
|
|
2873
|
-
"value":
|
|
2903
|
+
"value": 560
|
|
2874
2904
|
},
|
|
2875
2905
|
"charactersCount": {
|
|
2876
|
-
"value":
|
|
2906
|
+
"value": 2257
|
|
2877
2907
|
},
|
|
2878
2908
|
"wordsCount": {
|
|
2879
|
-
"value":
|
|
2909
|
+
"value": 288
|
|
2880
2910
|
},
|
|
2881
2911
|
"sentencesCount": {
|
|
2882
|
-
"value":
|
|
2912
|
+
"value": 25
|
|
2883
2913
|
},
|
|
2884
2914
|
"linesCount": {
|
|
2885
|
-
"value":
|
|
2915
|
+
"value": 68
|
|
2886
2916
|
},
|
|
2887
2917
|
"paragraphsCount": {
|
|
2888
2918
|
"value": 1
|
|
@@ -2951,39 +2981,33 @@
|
|
|
2951
2981
|
"modelsRequirements": [
|
|
2952
2982
|
{
|
|
2953
2983
|
"modelVariant": "CHAT",
|
|
2954
|
-
"modelName": "
|
|
2984
|
+
"modelName": "gpt-4",
|
|
2955
2985
|
"systemMessage": "You are a skilled copywriter specializing in e-commerce product descriptions, marketing content, and persuasive sales copy. Your writing is engaging, conversion-focused, and tailored to online shoppers.",
|
|
2956
|
-
"temperature": 0.
|
|
2957
|
-
},
|
|
2958
|
-
{
|
|
2959
|
-
"modelVariant": "CHAT",
|
|
2960
|
-
"modelName": "claude-3-opus-20240229",
|
|
2961
|
-
"systemMessage": "You are an expert e-commerce copywriter who creates compelling product descriptions, SEO-optimized content, and persuasive marketing copy that drives conversions.",
|
|
2962
|
-
"temperature": 0.5
|
|
2986
|
+
"temperature": 0.7
|
|
2963
2987
|
},
|
|
2964
2988
|
{
|
|
2965
2989
|
"modelVariant": "CHAT",
|
|
2966
|
-
"modelName": "
|
|
2967
|
-
"systemMessage": "You are
|
|
2968
|
-
"temperature": 0.
|
|
2990
|
+
"modelName": "claude-3-5-sonnet-20240620",
|
|
2991
|
+
"systemMessage": "You are an expert e-commerce copywriter who creates compelling product descriptions, persuasive marketing content, and SEO-optimized web copy that drives conversions.",
|
|
2992
|
+
"temperature": 0.6
|
|
2969
2993
|
},
|
|
2970
2994
|
{
|
|
2971
2995
|
"modelVariant": "CHAT",
|
|
2972
2996
|
"modelName": "gemini-1.5-pro",
|
|
2973
|
-
"systemMessage": "You are a
|
|
2974
|
-
"temperature": 0.
|
|
2997
|
+
"systemMessage": "You are a professional e-commerce copywriter with expertise in creating high-converting product descriptions, engaging marketing content, and effective sales copy for online stores.",
|
|
2998
|
+
"temperature": 0.65
|
|
2975
2999
|
},
|
|
2976
3000
|
{
|
|
2977
3001
|
"modelVariant": "CHAT",
|
|
2978
|
-
"modelName": "claude-3-
|
|
2979
|
-
"systemMessage": "You are a
|
|
2980
|
-
"temperature": 0.
|
|
3002
|
+
"modelName": "claude-3-opus-20240229",
|
|
3003
|
+
"systemMessage": "You are a master e-commerce copywriter who crafts persuasive, benefit-driven product descriptions and marketing content that boosts sales and engages customers.",
|
|
3004
|
+
"temperature": 0.6
|
|
2981
3005
|
},
|
|
2982
3006
|
{
|
|
2983
3007
|
"modelVariant": "CHAT",
|
|
2984
|
-
"modelName": "deepseek-
|
|
2985
|
-
"systemMessage": "You are an experienced e-commerce copywriter
|
|
2986
|
-
"temperature": 0.
|
|
3008
|
+
"modelName": "deepseek-v3-0324",
|
|
3009
|
+
"systemMessage": "You are an experienced e-commerce copywriter skilled at creating conversion-focused product descriptions, compelling ad copy, and engaging website content.",
|
|
3010
|
+
"temperature": 0.7
|
|
2987
3011
|
}
|
|
2988
3012
|
],
|
|
2989
3013
|
"preparationIds": [
|
|
@@ -2994,26 +3018,26 @@
|
|
|
2994
3018
|
"preparations": [
|
|
2995
3019
|
{
|
|
2996
3020
|
"id": 1,
|
|
2997
|
-
"promptbookVersion": "0.94.0-
|
|
3021
|
+
"promptbookVersion": "0.94.0-4",
|
|
2998
3022
|
"usage": {
|
|
2999
3023
|
"price": {
|
|
3000
3024
|
"value": 0
|
|
3001
3025
|
},
|
|
3002
3026
|
"input": {
|
|
3003
3027
|
"tokensCount": {
|
|
3004
|
-
"value":
|
|
3028
|
+
"value": 4836
|
|
3005
3029
|
},
|
|
3006
3030
|
"charactersCount": {
|
|
3007
|
-
"value":
|
|
3031
|
+
"value": 21960
|
|
3008
3032
|
},
|
|
3009
3033
|
"wordsCount": {
|
|
3010
|
-
"value":
|
|
3034
|
+
"value": 3018
|
|
3011
3035
|
},
|
|
3012
3036
|
"sentencesCount": {
|
|
3013
3037
|
"value": 235
|
|
3014
3038
|
},
|
|
3015
3039
|
"linesCount": {
|
|
3016
|
-
"value":
|
|
3040
|
+
"value": 375
|
|
3017
3041
|
},
|
|
3018
3042
|
"paragraphsCount": {
|
|
3019
3043
|
"value": 20
|
|
@@ -3024,25 +3048,25 @@
|
|
|
3024
3048
|
},
|
|
3025
3049
|
"output": {
|
|
3026
3050
|
"tokensCount": {
|
|
3027
|
-
"value":
|
|
3051
|
+
"value": 322
|
|
3028
3052
|
},
|
|
3029
3053
|
"charactersCount": {
|
|
3030
|
-
"value":
|
|
3054
|
+
"value": 1352
|
|
3031
3055
|
},
|
|
3032
3056
|
"wordsCount": {
|
|
3033
|
-
"value":
|
|
3057
|
+
"value": 174
|
|
3034
3058
|
},
|
|
3035
3059
|
"sentencesCount": {
|
|
3036
|
-
"value":
|
|
3060
|
+
"value": 13
|
|
3037
3061
|
},
|
|
3038
3062
|
"linesCount": {
|
|
3039
|
-
"value":
|
|
3063
|
+
"value": 42
|
|
3040
3064
|
},
|
|
3041
3065
|
"paragraphsCount": {
|
|
3042
3066
|
"value": 1
|
|
3043
3067
|
},
|
|
3044
3068
|
"pagesCount": {
|
|
3045
|
-
"value":
|
|
3069
|
+
"value": 1
|
|
3046
3070
|
}
|
|
3047
3071
|
}
|
|
3048
3072
|
}
|
|
@@ -3090,7 +3114,7 @@
|
|
|
3090
3114
|
"preparations": [
|
|
3091
3115
|
{
|
|
3092
3116
|
"id": 1,
|
|
3093
|
-
"promptbookVersion": "0.94.0-
|
|
3117
|
+
"promptbookVersion": "0.94.0-4",
|
|
3094
3118
|
"usage": {
|
|
3095
3119
|
"price": {
|
|
3096
3120
|
"value": 0
|
|
@@ -3203,44 +3227,38 @@
|
|
|
3203
3227
|
{
|
|
3204
3228
|
"modelVariant": "CHAT",
|
|
3205
3229
|
"modelName": "claude-3-opus-20240229",
|
|
3206
|
-
"systemMessage": "
|
|
3230
|
+
"systemMessage": "You are a highly skilled marketing specialist and business consultant with deep expertise in strategy and analysis.",
|
|
3207
3231
|
"temperature": 0.5
|
|
3208
3232
|
},
|
|
3209
3233
|
{
|
|
3210
3234
|
"modelVariant": "CHAT",
|
|
3211
|
-
"modelName": "
|
|
3212
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant,
|
|
3213
|
-
"temperature": 0.
|
|
3235
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
3236
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant, offering strategic guidance and data-driven insights.",
|
|
3237
|
+
"temperature": 0.6
|
|
3214
3238
|
},
|
|
3215
3239
|
{
|
|
3216
3240
|
"modelVariant": "CHAT",
|
|
3217
|
-
"modelName": "
|
|
3218
|
-
"systemMessage": "You are a knowledgeable marketing specialist and business consultant,
|
|
3219
|
-
"temperature": 0.
|
|
3241
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3242
|
+
"systemMessage": "You are a knowledgeable marketing specialist and business consultant, providing practical and actionable advice.",
|
|
3243
|
+
"temperature": 0.7
|
|
3220
3244
|
},
|
|
3221
3245
|
{
|
|
3222
3246
|
"modelVariant": "CHAT",
|
|
3223
|
-
"modelName": "
|
|
3224
|
-
"systemMessage": "You are
|
|
3225
|
-
"temperature": 0.
|
|
3247
|
+
"modelName": "gpt-4",
|
|
3248
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant, delivering expert recommendations and strategic planning.",
|
|
3249
|
+
"temperature": 0.7
|
|
3226
3250
|
},
|
|
3227
3251
|
{
|
|
3228
3252
|
"modelVariant": "CHAT",
|
|
3229
3253
|
"modelName": "deepseek-v3-0324",
|
|
3230
|
-
"systemMessage": "You are
|
|
3254
|
+
"systemMessage": "You are a professional marketing specialist and business consultant, offering clear and insightful business strategies.",
|
|
3231
3255
|
"temperature": 0.6
|
|
3232
3256
|
},
|
|
3233
3257
|
{
|
|
3234
3258
|
"modelVariant": "CHAT",
|
|
3235
|
-
"modelName": "gemini-
|
|
3236
|
-
"systemMessage": "You are
|
|
3259
|
+
"modelName": "gemini-1.5-pro",
|
|
3260
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant, providing comprehensive and strategic business advice.",
|
|
3237
3261
|
"temperature": 0.7
|
|
3238
|
-
},
|
|
3239
|
-
{
|
|
3240
|
-
"modelVariant": "CHAT",
|
|
3241
|
-
"modelName": "claude-3-5-haiku-20241022",
|
|
3242
|
-
"systemMessage": "You are a quick and efficient marketing specialist and business consultant, delivering concise and actionable advice.",
|
|
3243
|
-
"temperature": 0.5
|
|
3244
3262
|
}
|
|
3245
3263
|
],
|
|
3246
3264
|
"preparationIds": [
|
|
@@ -3251,26 +3269,26 @@
|
|
|
3251
3269
|
"preparations": [
|
|
3252
3270
|
{
|
|
3253
3271
|
"id": 1,
|
|
3254
|
-
"promptbookVersion": "0.94.0-
|
|
3272
|
+
"promptbookVersion": "0.94.0-4",
|
|
3255
3273
|
"usage": {
|
|
3256
3274
|
"price": {
|
|
3257
3275
|
"value": 0
|
|
3258
3276
|
},
|
|
3259
3277
|
"input": {
|
|
3260
3278
|
"tokensCount": {
|
|
3261
|
-
"value":
|
|
3279
|
+
"value": 4836
|
|
3262
3280
|
},
|
|
3263
3281
|
"charactersCount": {
|
|
3264
|
-
"value":
|
|
3282
|
+
"value": 21988
|
|
3265
3283
|
},
|
|
3266
3284
|
"wordsCount": {
|
|
3267
|
-
"value":
|
|
3285
|
+
"value": 3020
|
|
3268
3286
|
},
|
|
3269
3287
|
"sentencesCount": {
|
|
3270
3288
|
"value": 235
|
|
3271
3289
|
},
|
|
3272
3290
|
"linesCount": {
|
|
3273
|
-
"value":
|
|
3291
|
+
"value": 375
|
|
3274
3292
|
},
|
|
3275
3293
|
"paragraphsCount": {
|
|
3276
3294
|
"value": 20
|
|
@@ -3281,19 +3299,19 @@
|
|
|
3281
3299
|
},
|
|
3282
3300
|
"output": {
|
|
3283
3301
|
"tokensCount": {
|
|
3284
|
-
"value":
|
|
3302
|
+
"value": 373
|
|
3285
3303
|
},
|
|
3286
3304
|
"charactersCount": {
|
|
3287
|
-
"value":
|
|
3305
|
+
"value": 1528
|
|
3288
3306
|
},
|
|
3289
3307
|
"wordsCount": {
|
|
3290
|
-
"value":
|
|
3308
|
+
"value": 186
|
|
3291
3309
|
},
|
|
3292
3310
|
"sentencesCount": {
|
|
3293
|
-
"value":
|
|
3311
|
+
"value": 17
|
|
3294
3312
|
},
|
|
3295
3313
|
"linesCount": {
|
|
3296
|
-
"value":
|
|
3314
|
+
"value": 53
|
|
3297
3315
|
},
|
|
3298
3316
|
"paragraphsCount": {
|
|
3299
3317
|
"value": 1
|
|
@@ -3371,44 +3389,44 @@
|
|
|
3371
3389
|
{
|
|
3372
3390
|
"modelVariant": "CHAT",
|
|
3373
3391
|
"modelName": "claude-3-5-sonnet-20240620",
|
|
3374
|
-
"systemMessage": "You are a professional customer service representative and skilled copywriter for an
|
|
3375
|
-
"temperature": 0.
|
|
3392
|
+
"systemMessage": "You are a helpful and professional customer service representative and skilled copywriter for an e-shop. Provide accurate information, friendly assistance, and compelling product descriptions.",
|
|
3393
|
+
"temperature": 0.5
|
|
3376
3394
|
},
|
|
3377
3395
|
{
|
|
3378
3396
|
"modelVariant": "CHAT",
|
|
3379
3397
|
"modelName": "claude-3-opus-20240229",
|
|
3380
|
-
"systemMessage": "
|
|
3398
|
+
"systemMessage": "You are an expert customer service agent and persuasive copywriter for an online store. Deliver precise support and craft engaging product narratives with a professional tone.",
|
|
3381
3399
|
"temperature": 0.5
|
|
3382
3400
|
},
|
|
3383
3401
|
{
|
|
3384
3402
|
"modelVariant": "CHAT",
|
|
3385
|
-
"modelName": "gemini-
|
|
3386
|
-
"systemMessage": "You are a knowledgeable
|
|
3387
|
-
"temperature": 0.
|
|
3403
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
3404
|
+
"systemMessage": "You are a knowledgeable customer service representative and talented copywriter for an e-commerce platform. Offer clear assistance and create attractive product descriptions.",
|
|
3405
|
+
"temperature": 0.6
|
|
3388
3406
|
},
|
|
3389
3407
|
{
|
|
3390
3408
|
"modelVariant": "CHAT",
|
|
3391
3409
|
"modelName": "gpt-4",
|
|
3392
|
-
"systemMessage": "
|
|
3410
|
+
"systemMessage": "You are a friendly and professional customer support specialist and skilled copywriter for an online shop. Provide helpful responses and write compelling product content.",
|
|
3393
3411
|
"temperature": 0.6
|
|
3394
3412
|
},
|
|
3395
3413
|
{
|
|
3396
3414
|
"modelVariant": "CHAT",
|
|
3397
3415
|
"modelName": "claude-3-sonnet-20240229",
|
|
3398
|
-
"systemMessage": "You are a helpful
|
|
3416
|
+
"systemMessage": "You are a helpful customer service agent and effective copywriter for an e-shop. Deliver accurate information and craft persuasive product descriptions.",
|
|
3399
3417
|
"temperature": 0.5
|
|
3400
3418
|
},
|
|
3401
3419
|
{
|
|
3402
3420
|
"modelVariant": "CHAT",
|
|
3403
|
-
"modelName": "gemini-
|
|
3404
|
-
"systemMessage": "
|
|
3405
|
-
"temperature": 0.
|
|
3421
|
+
"modelName": "gemini-1.5-pro",
|
|
3422
|
+
"systemMessage": "You are a professional customer service representative and creative copywriter for an online store. Provide excellent support and write engaging product content.",
|
|
3423
|
+
"temperature": 0.6
|
|
3406
3424
|
},
|
|
3407
3425
|
{
|
|
3408
3426
|
"modelVariant": "CHAT",
|
|
3409
3427
|
"modelName": "deepseek-chat",
|
|
3410
|
-
"systemMessage": "You are a
|
|
3411
|
-
"temperature": 0.
|
|
3428
|
+
"systemMessage": "You are a knowledgeable customer service agent and skilled copywriter for an e-commerce site. Offer clear assistance and create attractive product narratives.",
|
|
3429
|
+
"temperature": 0.5
|
|
3412
3430
|
}
|
|
3413
3431
|
],
|
|
3414
3432
|
"preparationIds": [
|
|
@@ -3419,26 +3437,26 @@
|
|
|
3419
3437
|
"preparations": [
|
|
3420
3438
|
{
|
|
3421
3439
|
"id": 1,
|
|
3422
|
-
"promptbookVersion": "0.94.0-
|
|
3440
|
+
"promptbookVersion": "0.94.0-4",
|
|
3423
3441
|
"usage": {
|
|
3424
3442
|
"price": {
|
|
3425
3443
|
"value": 0
|
|
3426
3444
|
},
|
|
3427
3445
|
"input": {
|
|
3428
3446
|
"tokensCount": {
|
|
3429
|
-
"value":
|
|
3447
|
+
"value": 4840
|
|
3430
3448
|
},
|
|
3431
3449
|
"charactersCount": {
|
|
3432
|
-
"value":
|
|
3450
|
+
"value": 21996
|
|
3433
3451
|
},
|
|
3434
3452
|
"wordsCount": {
|
|
3435
|
-
"value":
|
|
3453
|
+
"value": 3022
|
|
3436
3454
|
},
|
|
3437
3455
|
"sentencesCount": {
|
|
3438
3456
|
"value": 235
|
|
3439
3457
|
},
|
|
3440
3458
|
"linesCount": {
|
|
3441
|
-
"value":
|
|
3459
|
+
"value": 376
|
|
3442
3460
|
},
|
|
3443
3461
|
"paragraphsCount": {
|
|
3444
3462
|
"value": 20
|
|
@@ -3449,16 +3467,16 @@
|
|
|
3449
3467
|
},
|
|
3450
3468
|
"output": {
|
|
3451
3469
|
"tokensCount": {
|
|
3452
|
-
"value":
|
|
3470
|
+
"value": 440
|
|
3453
3471
|
},
|
|
3454
3472
|
"charactersCount": {
|
|
3455
|
-
"value":
|
|
3473
|
+
"value": 1874
|
|
3456
3474
|
},
|
|
3457
3475
|
"wordsCount": {
|
|
3458
|
-
"value":
|
|
3476
|
+
"value": 243
|
|
3459
3477
|
},
|
|
3460
3478
|
"sentencesCount": {
|
|
3461
|
-
"value":
|
|
3479
|
+
"value": 24
|
|
3462
3480
|
},
|
|
3463
3481
|
"linesCount": {
|
|
3464
3482
|
"value": 57
|
|
@@ -3716,38 +3734,44 @@
|
|
|
3716
3734
|
{
|
|
3717
3735
|
"modelVariant": "CHAT",
|
|
3718
3736
|
"modelName": "claude-3-5-sonnet-20240620",
|
|
3719
|
-
"systemMessage": "You are a knowledgeable linguist and Esperantist, skilled in language analysis and
|
|
3737
|
+
"systemMessage": "You are a knowledgeable linguist and Esperantist, skilled in language analysis and teaching. Provide insightful explanations about linguistic concepts and Esperanto culture.",
|
|
3720
3738
|
"temperature": 0.6
|
|
3721
3739
|
},
|
|
3722
3740
|
{
|
|
3723
3741
|
"modelVariant": "CHAT",
|
|
3724
3742
|
"modelName": "claude-3-opus-20240229",
|
|
3725
|
-
"systemMessage": "As an expert linguist and Esperanto speaker, you provide detailed
|
|
3743
|
+
"systemMessage": "As an expert linguist and Esperanto speaker, you provide detailed analyses of language structures and promote intercultural communication through Esperanto.",
|
|
3726
3744
|
"temperature": 0.5
|
|
3727
3745
|
},
|
|
3728
3746
|
{
|
|
3729
3747
|
"modelVariant": "CHAT",
|
|
3730
|
-
"modelName": "
|
|
3731
|
-
"systemMessage": "You are a
|
|
3732
|
-
"temperature": 0.
|
|
3748
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3749
|
+
"systemMessage": "You are a friendly linguist and Esperanto enthusiast who enjoys discussing language learning strategies and the history of constructed languages.",
|
|
3750
|
+
"temperature": 0.7
|
|
3733
3751
|
},
|
|
3734
3752
|
{
|
|
3735
3753
|
"modelVariant": "CHAT",
|
|
3736
|
-
"modelName": "
|
|
3737
|
-
"systemMessage": "You are a
|
|
3754
|
+
"modelName": "gemini-1.5-pro",
|
|
3755
|
+
"systemMessage": "You are a polyglot and Esperanto advocate with deep knowledge of linguistics. Offer clear explanations about language features and the Esperanto community.",
|
|
3738
3756
|
"temperature": 0.6
|
|
3739
3757
|
},
|
|
3740
3758
|
{
|
|
3741
3759
|
"modelVariant": "CHAT",
|
|
3742
|
-
"modelName": "
|
|
3743
|
-
"systemMessage": "
|
|
3760
|
+
"modelName": "gpt-4",
|
|
3761
|
+
"systemMessage": "You are an academic linguist and active Esperantist. Provide thoughtful responses about language acquisition, phonetics, and the global Esperanto movement.",
|
|
3744
3762
|
"temperature": 0.5
|
|
3745
3763
|
},
|
|
3746
3764
|
{
|
|
3747
3765
|
"modelVariant": "CHAT",
|
|
3748
3766
|
"modelName": "deepseek-chat",
|
|
3749
|
-
"systemMessage": "
|
|
3750
|
-
"temperature": 0.
|
|
3767
|
+
"systemMessage": "As a language specialist and Esperanto speaker, you help users understand linguistic concepts and the practical use of Esperanto in modern communication.",
|
|
3768
|
+
"temperature": 0.7
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
"modelVariant": "CHAT",
|
|
3772
|
+
"modelName": "claude-3-5-haiku-20241022",
|
|
3773
|
+
"systemMessage": "You are a quick-thinking linguist who enjoys sharing fun facts about languages and promoting Esperanto as a bridge language.",
|
|
3774
|
+
"temperature": 0.8
|
|
3751
3775
|
}
|
|
3752
3776
|
],
|
|
3753
3777
|
"preparationIds": [
|
|
@@ -3758,26 +3782,26 @@
|
|
|
3758
3782
|
"preparations": [
|
|
3759
3783
|
{
|
|
3760
3784
|
"id": 1,
|
|
3761
|
-
"promptbookVersion": "0.94.0-
|
|
3785
|
+
"promptbookVersion": "0.94.0-4",
|
|
3762
3786
|
"usage": {
|
|
3763
3787
|
"price": {
|
|
3764
3788
|
"value": 0
|
|
3765
3789
|
},
|
|
3766
3790
|
"input": {
|
|
3767
3791
|
"tokensCount": {
|
|
3768
|
-
"value":
|
|
3792
|
+
"value": 4836
|
|
3769
3793
|
},
|
|
3770
3794
|
"charactersCount": {
|
|
3771
|
-
"value":
|
|
3795
|
+
"value": 21956
|
|
3772
3796
|
},
|
|
3773
3797
|
"wordsCount": {
|
|
3774
|
-
"value":
|
|
3798
|
+
"value": 3017
|
|
3775
3799
|
},
|
|
3776
3800
|
"sentencesCount": {
|
|
3777
3801
|
"value": 235
|
|
3778
3802
|
},
|
|
3779
3803
|
"linesCount": {
|
|
3780
|
-
"value":
|
|
3804
|
+
"value": 375
|
|
3781
3805
|
},
|
|
3782
3806
|
"paragraphsCount": {
|
|
3783
3807
|
"value": 20
|
|
@@ -3788,19 +3812,19 @@
|
|
|
3788
3812
|
},
|
|
3789
3813
|
"output": {
|
|
3790
3814
|
"tokensCount": {
|
|
3791
|
-
"value":
|
|
3815
|
+
"value": 432
|
|
3792
3816
|
},
|
|
3793
3817
|
"charactersCount": {
|
|
3794
|
-
"value":
|
|
3818
|
+
"value": 1750
|
|
3795
3819
|
},
|
|
3796
3820
|
"wordsCount": {
|
|
3797
|
-
"value":
|
|
3821
|
+
"value": 222
|
|
3798
3822
|
},
|
|
3799
3823
|
"sentencesCount": {
|
|
3800
|
-
"value":
|
|
3824
|
+
"value": 19
|
|
3801
3825
|
},
|
|
3802
3826
|
"linesCount": {
|
|
3803
|
-
"value":
|
|
3827
|
+
"value": 54
|
|
3804
3828
|
},
|
|
3805
3829
|
"paragraphsCount": {
|
|
3806
3830
|
"value": 1
|
|
@@ -3868,38 +3892,50 @@
|
|
|
3868
3892
|
"modelsRequirements": [
|
|
3869
3893
|
{
|
|
3870
3894
|
"modelVariant": "CHAT",
|
|
3871
|
-
"modelName": "claude-3-
|
|
3872
|
-
"systemMessage": "You are an accomplished poet and storyteller, skilled in crafting beautiful
|
|
3895
|
+
"modelName": "claude-3-5-sonnet-20240620",
|
|
3896
|
+
"systemMessage": "You are an accomplished poet and storyteller, skilled in crafting beautiful narratives and evocative verses.",
|
|
3873
3897
|
"temperature": 0.7
|
|
3874
3898
|
},
|
|
3875
3899
|
{
|
|
3876
3900
|
"modelVariant": "CHAT",
|
|
3877
|
-
"modelName": "claude-3-
|
|
3878
|
-
"systemMessage": "You are a
|
|
3879
|
-
"temperature": 0.
|
|
3901
|
+
"modelName": "claude-3-opus-20240229",
|
|
3902
|
+
"systemMessage": "You are a master poet and storyteller with deep creative abilities and nuanced understanding of language.",
|
|
3903
|
+
"temperature": 0.8
|
|
3880
3904
|
},
|
|
3881
3905
|
{
|
|
3882
3906
|
"modelVariant": "CHAT",
|
|
3883
3907
|
"modelName": "claude-3-sonnet-20240229",
|
|
3884
|
-
"systemMessage": "You are a talented poet and storyteller, able to weave
|
|
3885
|
-
"temperature": 0.
|
|
3908
|
+
"systemMessage": "You are a talented poet and storyteller, able to weave engaging tales and compose meaningful poetry.",
|
|
3909
|
+
"temperature": 0.75
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
"modelVariant": "CHAT",
|
|
3913
|
+
"modelName": "gemini-1.5-pro",
|
|
3914
|
+
"systemMessage": "You are an eloquent poet and imaginative storyteller, creating vivid imagery through words.",
|
|
3915
|
+
"temperature": 0.8
|
|
3886
3916
|
},
|
|
3887
3917
|
{
|
|
3888
3918
|
"modelVariant": "CHAT",
|
|
3889
3919
|
"modelName": "gpt-4",
|
|
3890
|
-
"systemMessage": "You are
|
|
3920
|
+
"systemMessage": "You are a wordsmith - a poet and storyteller who crafts beautiful language and compelling narratives.",
|
|
3891
3921
|
"temperature": 0.7
|
|
3892
3922
|
},
|
|
3893
3923
|
{
|
|
3894
3924
|
"modelVariant": "CHAT",
|
|
3895
|
-
"modelName": "
|
|
3896
|
-
"systemMessage": "You are a
|
|
3897
|
-
"temperature": 0.
|
|
3925
|
+
"modelName": "deepseek-v3-0324",
|
|
3926
|
+
"systemMessage": "You are a creative writer specializing in poetry and storytelling, with a gift for lyrical expression.",
|
|
3927
|
+
"temperature": 0.75
|
|
3898
3928
|
},
|
|
3899
3929
|
{
|
|
3900
3930
|
"modelVariant": "CHAT",
|
|
3901
|
-
"modelName": "
|
|
3902
|
-
"systemMessage": "You are a
|
|
3931
|
+
"modelName": "claude-3-5-haiku-20241022",
|
|
3932
|
+
"systemMessage": "You are a poetic assistant skilled in concise yet powerful language and storytelling.",
|
|
3933
|
+
"temperature": 0.65
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"modelVariant": "CHAT",
|
|
3937
|
+
"modelName": "gpt-3.5-turbo",
|
|
3938
|
+
"systemMessage": "You are a helpful assistant with poetic talents and storytelling abilities.",
|
|
3903
3939
|
"temperature": 0.7
|
|
3904
3940
|
}
|
|
3905
3941
|
],
|
|
@@ -3911,26 +3947,26 @@
|
|
|
3911
3947
|
"preparations": [
|
|
3912
3948
|
{
|
|
3913
3949
|
"id": 1,
|
|
3914
|
-
"promptbookVersion": "0.94.0-
|
|
3950
|
+
"promptbookVersion": "0.94.0-4",
|
|
3915
3951
|
"usage": {
|
|
3916
3952
|
"price": {
|
|
3917
3953
|
"value": 0
|
|
3918
3954
|
},
|
|
3919
3955
|
"input": {
|
|
3920
3956
|
"tokensCount": {
|
|
3921
|
-
"value":
|
|
3957
|
+
"value": 4836
|
|
3922
3958
|
},
|
|
3923
3959
|
"charactersCount": {
|
|
3924
|
-
"value":
|
|
3960
|
+
"value": 21968
|
|
3925
3961
|
},
|
|
3926
3962
|
"wordsCount": {
|
|
3927
|
-
"value":
|
|
3963
|
+
"value": 3019
|
|
3928
3964
|
},
|
|
3929
3965
|
"sentencesCount": {
|
|
3930
3966
|
"value": 235
|
|
3931
3967
|
},
|
|
3932
3968
|
"linesCount": {
|
|
3933
|
-
"value":
|
|
3969
|
+
"value": 375
|
|
3934
3970
|
},
|
|
3935
3971
|
"paragraphsCount": {
|
|
3936
3972
|
"value": 20
|
|
@@ -3941,25 +3977,25 @@
|
|
|
3941
3977
|
},
|
|
3942
3978
|
"output": {
|
|
3943
3979
|
"tokensCount": {
|
|
3944
|
-
"value":
|
|
3980
|
+
"value": 421
|
|
3945
3981
|
},
|
|
3946
3982
|
"charactersCount": {
|
|
3947
|
-
"value":
|
|
3983
|
+
"value": 1553
|
|
3948
3984
|
},
|
|
3949
3985
|
"wordsCount": {
|
|
3950
|
-
"value":
|
|
3986
|
+
"value": 203
|
|
3951
3987
|
},
|
|
3952
3988
|
"sentencesCount": {
|
|
3953
|
-
"value":
|
|
3989
|
+
"value": 19
|
|
3954
3990
|
},
|
|
3955
3991
|
"linesCount": {
|
|
3956
|
-
"value":
|
|
3992
|
+
"value": 54
|
|
3957
3993
|
},
|
|
3958
3994
|
"paragraphsCount": {
|
|
3959
3995
|
"value": 1
|
|
3960
3996
|
},
|
|
3961
3997
|
"pagesCount": {
|
|
3962
|
-
"value":
|
|
3998
|
+
"value": 2
|
|
3963
3999
|
}
|
|
3964
4000
|
}
|
|
3965
4001
|
}
|