@promptbook/templates 0.102.0-5 → 0.102.0-6
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 +147 -137
- package/esm/index.es.js.map +1 -1
- package/esm/typings/books/index.d.ts +81 -0
- package/esm/typings/src/_packages/components.index.d.ts +2 -0
- package/esm/typings/src/_packages/markdown-utils.index.d.ts +4 -0
- package/esm/typings/src/_packages/types.index.d.ts +8 -6
- package/esm/typings/src/_packages/utils.index.d.ts +12 -14
- package/esm/typings/src/book-2.0/agent-source/createAgentModelRequirements.d.ts +1 -1
- package/esm/typings/src/book-2.0/utils/generateGravatarUrl.d.ts +1 -1
- package/esm/typings/src/book-2.0/utils/generatePlaceholderAgentProfileImageUrl.d.ts +1 -1
- package/esm/typings/src/book-components/BookEditor/BookEditor.d.ts +1 -1
- package/esm/typings/src/book-components/BookEditor/BookEditorInner.d.ts +1 -1
- package/esm/typings/src/book-components/Chat/Chat/Chat.d.ts +1 -5
- package/esm/typings/src/book-components/Chat/Chat/ChatMessageItem.d.ts +27 -0
- package/esm/typings/src/book-components/Chat/Chat/ChatProps.d.ts +13 -6
- package/esm/typings/src/book-components/Chat/Chat/constants.d.ts +7 -0
- package/esm/typings/src/book-components/Chat/LlmChat/LlmChatProps.d.ts +1 -1
- package/esm/typings/src/book-components/Chat/MockedChat/MockedChat.d.ts +1 -1
- package/esm/typings/src/book-components/Chat/MockedChat/constants.d.ts +1 -1
- package/esm/typings/src/book-components/Chat/save/_common/ChatSaveFormatDefinition.d.ts +1 -1
- package/esm/typings/src/book-components/Chat/save/_common/getChatSaveFormatDefinitions.d.ts +2 -2
- package/esm/typings/src/book-components/Chat/save/_common/string_chat_format_name.d.ts +1 -1
- package/esm/typings/src/execution/LlmExecutionToolsConstructor.d.ts +1 -1
- package/esm/typings/src/execution/execution-report/countWorkingDuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/register/$llmToolsMetadataRegister.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/register/$llmToolsRegister.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/register/$registeredLlmToolsMessage.d.ts +1 -2
- package/esm/typings/src/llm-providers/_common/register/LlmToolsConfiguration.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/register/LlmToolsMetadata.d.ts +1 -1
- package/esm/typings/src/llm-providers/_multiple/joinLlmExecutionTools.d.ts +1 -1
- package/esm/typings/src/llm-providers/agent/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/agent/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/anthropic-claude/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/anthropic-claude/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/azure-openai/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/azure-openai/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/deepseek/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/deepseek/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/google/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/google/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/ollama/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/ollama/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/openai/OpenAiAssistantExecutionTools.d.ts +1 -3
- package/esm/typings/src/llm-providers/openai/OpenAiCompatibleExecutionTools.d.ts +4 -0
- package/esm/typings/src/llm-providers/openai/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/openai/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/_boilerplate/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/_boilerplate/register-metadata.d.ts +1 -1
- package/esm/typings/src/scrapers/_common/register/$scrapersMetadataRegister.d.ts +1 -1
- package/esm/typings/src/scrapers/_common/register/$scrapersRegister.d.ts +1 -1
- package/esm/typings/src/scrapers/_common/register/ScraperAndConverterMetadata.d.ts +2 -4
- package/esm/typings/src/scrapers/_common/register/ScraperConstructor.d.ts +1 -1
- package/esm/typings/src/scrapers/document/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/document/register-metadata.d.ts +1 -1
- package/esm/typings/src/scrapers/document-legacy/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/document-legacy/register-metadata.d.ts +1 -1
- package/esm/typings/src/scrapers/markdown/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/markdown/register-metadata.d.ts +1 -1
- package/esm/typings/src/scrapers/markitdown/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/markitdown/register-metadata.d.ts +1 -1
- package/esm/typings/src/scrapers/pdf/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/pdf/register-metadata.d.ts +1 -1
- package/esm/typings/src/scrapers/website/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/website/register-metadata.d.ts +1 -1
- package/esm/typings/src/scripting/javascript/postprocessing-functions.d.ts +6 -6
- package/esm/typings/src/utils/markdown/createMarkdownChart.d.ts +1 -1
- package/esm/typings/src/utils/markdown/humanizeAiText.d.ts +1 -1
- package/esm/typings/src/utils/markdown/humanizeAiTextEllipsis.d.ts +1 -1
- package/esm/typings/src/utils/markdown/humanizeAiTextEmdashed.d.ts +1 -1
- package/esm/typings/src/utils/markdown/humanizeAiTextQuotes.d.ts +1 -1
- package/esm/typings/src/utils/markdown/humanizeAiTextWhitespace.d.ts +1 -1
- package/esm/typings/src/utils/markdown/promptbookifyAiText.d.ts +1 -1
- package/esm/typings/src/utils/{trimCodeBlock.d.ts → markdown/trimCodeBlock.d.ts} +1 -1
- package/esm/typings/src/utils/{trimEndOfCodeBlock.d.ts → markdown/trimEndOfCodeBlock.d.ts} +1 -1
- package/esm/typings/src/utils/{$Register.d.ts → misc/$Register.d.ts} +2 -2
- package/esm/typings/src/utils/{$getCurrentDate.d.ts → misc/$getCurrentDate.d.ts} +1 -1
- package/esm/typings/src/utils/{arrayableToArray.d.ts → misc/arrayableToArray.d.ts} +1 -1
- package/esm/typings/src/utils/misc/debounce.d.ts +5 -0
- package/esm/typings/src/utils/{emojis.d.ts → misc/emojis.d.ts} +1 -1
- package/esm/typings/src/utils/misc/injectCssModuleIntoShadowRoot.d.ts +20 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +147 -137
- package/umd/index.umd.js.map +1 -1
- package/esm/typings/src/book-components/BookEditor/injectCssModuleIntoShadowRoot.d.ts +0 -11
- package/esm/typings/src/book-components/BookEditor/utils.d.ts +0 -8
- /package/esm/typings/src/utils/{trimCodeBlock.test.d.ts → markdown/trimCodeBlock.test.d.ts} +0 -0
- /package/esm/typings/src/utils/{trimEndOfCodeBlock.test.d.ts → markdown/trimEndOfCodeBlock.test.d.ts} +0 -0
- /package/esm/typings/src/utils/{FromtoItems.d.ts → misc/FromtoItems.d.ts} +0 -0
- /package/esm/typings/src/utils/{arrayableToArray.test.d.ts → misc/arrayableToArray.test.d.ts} +0 -0
- /package/esm/typings/src/utils/{parseNumber.d.ts → misc/parseNumber.d.ts} +0 -0
- /package/esm/typings/src/utils/{parseNumber.test.d.ts → misc/parseNumber.test.d.ts} +0 -0
- /package/esm/typings/src/utils/{removeEmojis.d.ts → normalization/removeEmojis.d.ts} +0 -0
- /package/esm/typings/src/utils/{removeEmojis.test.d.ts → normalization/removeEmojis.test.d.ts} +0 -0
- /package/esm/typings/src/utils/{removeQuotes.d.ts → normalization/removeQuotes.d.ts} +0 -0
- /package/esm/typings/src/utils/{removeQuotes.test.d.ts → normalization/removeQuotes.test.d.ts} +0 -0
- /package/esm/typings/src/utils/{unwrapResult.d.ts → normalization/unwrapResult.d.ts} +0 -0
- /package/esm/typings/src/utils/{unwrapResult.test.d.ts → normalization/unwrapResult.test.d.ts} +0 -0
package/umd/index.umd.js
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
* @generated
|
|
23
23
|
* @see https://github.com/webgptorg/promptbook
|
|
24
24
|
*/
|
|
25
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.102.0-
|
|
25
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.102.0-6';
|
|
26
26
|
/**
|
|
27
27
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
28
28
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1571,23 +1571,28 @@
|
|
|
1571
1571
|
"models": [
|
|
1572
1572
|
{
|
|
1573
1573
|
"modelName": "gpt-4.1",
|
|
1574
|
-
"systemMessage": "You are a senior developer of the Promptbook Project
|
|
1574
|
+
"systemMessage": "You are a senior AI engineer and the developer of the Promptbook Project. Act as a pragmatic virtual assistant: precise, reliable, and solution-oriented. Produce succinct answers, robust code, and reproducible steps. Ask clarifying questions when requirements are ambiguous. Avoid revealing internal chain-of-thought; provide final reasoning only as short summaries.",
|
|
1575
1575
|
"temperature": 0.3
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
1578
|
"modelName": "chatgpt-4o-latest",
|
|
1579
|
-
"systemMessage": "You are a
|
|
1580
|
-
"temperature": 0.
|
|
1579
|
+
"systemMessage": "You are a friendly, knowledgeable virtual assistant and developer of the Promptbook Project. Provide helpful guidance, examples, and clear explanations. Keep responses concise and actionable. Clarify assumptions before proceeding.",
|
|
1580
|
+
"temperature": 0.5
|
|
1581
1581
|
},
|
|
1582
1582
|
{
|
|
1583
|
-
"modelName": "
|
|
1584
|
-
"systemMessage": "You are a
|
|
1585
|
-
"temperature": 0.
|
|
1583
|
+
"modelName": "o4-mini",
|
|
1584
|
+
"systemMessage": "You are a fast, cost-aware assistant for the Promptbook Project. Prioritize efficiency, minimal tokens, and useful outputs. Be deterministic and concise. Escalate to deeper reasoning only when necessary.",
|
|
1585
|
+
"temperature": 0.2
|
|
1586
1586
|
},
|
|
1587
1587
|
{
|
|
1588
|
-
"modelName": "
|
|
1589
|
-
"systemMessage": "You are a
|
|
1590
|
-
"temperature": 0.
|
|
1588
|
+
"modelName": "o3",
|
|
1589
|
+
"systemMessage": "You are a rigorous problem-solver supporting the Promptbook Project. When tasks are complex, reason privately and deliver clear conclusions with key steps and justifications. Be precise with math, code, and specifications. Do not expose chain-of-thought.",
|
|
1590
|
+
"temperature": 0.2
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
1594
|
+
"systemMessage": "You are a reliable budget assistant for the Promptbook Project. Follow instructions closely, keep answers short and practical, and request clarification when input is ambiguous.",
|
|
1595
|
+
"temperature": 0.2
|
|
1591
1596
|
}
|
|
1592
1597
|
]
|
|
1593
1598
|
}
|
|
@@ -1600,10 +1605,10 @@
|
|
|
1600
1605
|
"preparations": [
|
|
1601
1606
|
{
|
|
1602
1607
|
"id": 1,
|
|
1603
|
-
"promptbookVersion": "0.102.0-
|
|
1608
|
+
"promptbookVersion": "0.102.0-5",
|
|
1604
1609
|
"usage": {
|
|
1605
1610
|
"price": {
|
|
1606
|
-
"value": 0.
|
|
1611
|
+
"value": 0.028992500000000004
|
|
1607
1612
|
},
|
|
1608
1613
|
"input": {
|
|
1609
1614
|
"tokensCount": {
|
|
@@ -1630,25 +1635,25 @@
|
|
|
1630
1635
|
},
|
|
1631
1636
|
"output": {
|
|
1632
1637
|
"tokensCount": {
|
|
1633
|
-
"value":
|
|
1638
|
+
"value": 2130
|
|
1634
1639
|
},
|
|
1635
1640
|
"charactersCount": {
|
|
1636
|
-
"value":
|
|
1641
|
+
"value": 1740
|
|
1637
1642
|
},
|
|
1638
1643
|
"wordsCount": {
|
|
1639
|
-
"value":
|
|
1644
|
+
"value": 223
|
|
1640
1645
|
},
|
|
1641
1646
|
"sentencesCount": {
|
|
1642
|
-
"value":
|
|
1647
|
+
"value": 27
|
|
1643
1648
|
},
|
|
1644
1649
|
"linesCount": {
|
|
1645
|
-
"value":
|
|
1650
|
+
"value": 49
|
|
1646
1651
|
},
|
|
1647
1652
|
"paragraphsCount": {
|
|
1648
1653
|
"value": 1
|
|
1649
1654
|
},
|
|
1650
1655
|
"pagesCount": {
|
|
1651
|
-
"value":
|
|
1656
|
+
"value": 2
|
|
1652
1657
|
}
|
|
1653
1658
|
}
|
|
1654
1659
|
}
|
|
@@ -2131,23 +2136,28 @@
|
|
|
2131
2136
|
"models": [
|
|
2132
2137
|
{
|
|
2133
2138
|
"modelName": "gpt-4.1",
|
|
2134
|
-
"systemMessage": "You are a senior developer of the Promptbook Project
|
|
2139
|
+
"systemMessage": "You are a senior AI engineer and the developer of the Promptbook Project. Act as a pragmatic virtual assistant: precise, reliable, and solution-oriented. Produce succinct answers, robust code, and reproducible steps. Ask clarifying questions when requirements are ambiguous. Avoid revealing internal chain-of-thought; provide final reasoning only as short summaries.",
|
|
2135
2140
|
"temperature": 0.3
|
|
2136
2141
|
},
|
|
2137
2142
|
{
|
|
2138
2143
|
"modelName": "chatgpt-4o-latest",
|
|
2139
|
-
"systemMessage": "You are a
|
|
2140
|
-
"temperature": 0.
|
|
2144
|
+
"systemMessage": "You are a friendly, knowledgeable virtual assistant and developer of the Promptbook Project. Provide helpful guidance, examples, and clear explanations. Keep responses concise and actionable. Clarify assumptions before proceeding.",
|
|
2145
|
+
"temperature": 0.5
|
|
2141
2146
|
},
|
|
2142
2147
|
{
|
|
2143
|
-
"modelName": "
|
|
2144
|
-
"systemMessage": "You are a
|
|
2145
|
-
"temperature": 0.
|
|
2148
|
+
"modelName": "o4-mini",
|
|
2149
|
+
"systemMessage": "You are a fast, cost-aware assistant for the Promptbook Project. Prioritize efficiency, minimal tokens, and useful outputs. Be deterministic and concise. Escalate to deeper reasoning only when necessary.",
|
|
2150
|
+
"temperature": 0.2
|
|
2146
2151
|
},
|
|
2147
2152
|
{
|
|
2148
|
-
"modelName": "
|
|
2149
|
-
"systemMessage": "You are a
|
|
2150
|
-
"temperature": 0.
|
|
2153
|
+
"modelName": "o3",
|
|
2154
|
+
"systemMessage": "You are a rigorous problem-solver supporting the Promptbook Project. When tasks are complex, reason privately and deliver clear conclusions with key steps and justifications. Be precise with math, code, and specifications. Do not expose chain-of-thought.",
|
|
2155
|
+
"temperature": 0.2
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2159
|
+
"systemMessage": "You are a reliable budget assistant for the Promptbook Project. Follow instructions closely, keep answers short and practical, and request clarification when input is ambiguous.",
|
|
2160
|
+
"temperature": 0.2
|
|
2151
2161
|
}
|
|
2152
2162
|
]
|
|
2153
2163
|
}
|
|
@@ -2160,10 +2170,10 @@
|
|
|
2160
2170
|
"preparations": [
|
|
2161
2171
|
{
|
|
2162
2172
|
"id": 1,
|
|
2163
|
-
"promptbookVersion": "0.102.0-
|
|
2173
|
+
"promptbookVersion": "0.102.0-5",
|
|
2164
2174
|
"usage": {
|
|
2165
2175
|
"price": {
|
|
2166
|
-
"value": 0.
|
|
2176
|
+
"value": 0.028992500000000004
|
|
2167
2177
|
},
|
|
2168
2178
|
"input": {
|
|
2169
2179
|
"tokensCount": {
|
|
@@ -2190,25 +2200,25 @@
|
|
|
2190
2200
|
},
|
|
2191
2201
|
"output": {
|
|
2192
2202
|
"tokensCount": {
|
|
2193
|
-
"value":
|
|
2203
|
+
"value": 2130
|
|
2194
2204
|
},
|
|
2195
2205
|
"charactersCount": {
|
|
2196
|
-
"value":
|
|
2206
|
+
"value": 1740
|
|
2197
2207
|
},
|
|
2198
2208
|
"wordsCount": {
|
|
2199
|
-
"value":
|
|
2209
|
+
"value": 223
|
|
2200
2210
|
},
|
|
2201
2211
|
"sentencesCount": {
|
|
2202
|
-
"value":
|
|
2212
|
+
"value": 27
|
|
2203
2213
|
},
|
|
2204
2214
|
"linesCount": {
|
|
2205
|
-
"value":
|
|
2215
|
+
"value": 49
|
|
2206
2216
|
},
|
|
2207
2217
|
"paragraphsCount": {
|
|
2208
2218
|
"value": 1
|
|
2209
2219
|
},
|
|
2210
2220
|
"pagesCount": {
|
|
2211
|
-
"value":
|
|
2221
|
+
"value": 2
|
|
2212
2222
|
}
|
|
2213
2223
|
}
|
|
2214
2224
|
}
|
|
@@ -2832,28 +2842,28 @@
|
|
|
2832
2842
|
"models": [
|
|
2833
2843
|
{
|
|
2834
2844
|
"modelName": "gpt-4.1",
|
|
2835
|
-
"systemMessage": "You are
|
|
2845
|
+
"systemMessage": "You are an expert linguist and meticulous text corrector. Detect the input language and reply in it. Correct grammar, spelling, punctuation, syntax, and usage; improve clarity and flow while preserving meaning and tone. Keep edits minimal unless asked to rewrite. Follow any provided style guide; otherwise apply standard style. By default, return only the corrected text; provide explanations or change tone/register only if requested. Ask a brief clarifying question when requirements are ambiguous.",
|
|
2836
2846
|
"temperature": 0.2
|
|
2837
2847
|
},
|
|
2838
2848
|
{
|
|
2839
2849
|
"modelName": "chatgpt-4o-latest",
|
|
2840
|
-
"systemMessage": "You are
|
|
2850
|
+
"systemMessage": "You are an expert linguist and meticulous text corrector. Detect the input language and reply in it. Correct grammar, spelling, punctuation, syntax, and usage; improve clarity and flow while preserving meaning and tone. Keep edits minimal unless asked to rewrite. Follow any provided style guide; otherwise apply standard style. By default, return only the corrected text; provide explanations or change tone/register only if requested. Ask a brief clarifying question when requirements are ambiguous.",
|
|
2841
2851
|
"temperature": 0.25
|
|
2842
2852
|
},
|
|
2843
2853
|
{
|
|
2844
2854
|
"modelName": "gpt-4",
|
|
2845
|
-
"systemMessage": "You are
|
|
2855
|
+
"systemMessage": "You are an expert linguist and meticulous text corrector. Detect the input language and reply in it. Correct grammar, spelling, punctuation, syntax, and usage; improve clarity and flow while preserving meaning and tone. Keep edits minimal unless asked to rewrite. Follow any provided style guide; otherwise apply standard style. By default, return only the corrected text; provide explanations or change tone/register only if requested. Ask a brief clarifying question when requirements are ambiguous.",
|
|
2846
2856
|
"temperature": 0.2
|
|
2847
2857
|
},
|
|
2848
2858
|
{
|
|
2849
2859
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2850
|
-
"systemMessage": "You are
|
|
2851
|
-
"temperature": 0.
|
|
2860
|
+
"systemMessage": "You are an expert linguist and meticulous text corrector. Detect the input language and reply in it. Correct grammar, spelling, punctuation, syntax, and usage; improve clarity and flow while preserving meaning and tone. Keep edits minimal unless asked to rewrite. Follow any provided style guide; otherwise apply standard style. By default, return only the corrected text; provide explanations or change tone/register only if requested. Ask a brief clarifying question when requirements are ambiguous.",
|
|
2861
|
+
"temperature": 0.15
|
|
2852
2862
|
},
|
|
2853
2863
|
{
|
|
2854
2864
|
"modelName": "gpt-3.5-turbo",
|
|
2855
|
-
"systemMessage": "You are
|
|
2856
|
-
"temperature": 0.
|
|
2865
|
+
"systemMessage": "You are an expert linguist and meticulous text corrector. Detect the input language and reply in it. Correct grammar, spelling, punctuation, syntax, and usage; improve clarity and flow while preserving meaning and tone. Keep edits minimal unless asked to rewrite. Follow any provided style guide; otherwise apply standard style. By default, return only the corrected text; provide explanations or change tone/register only if requested. Ask a brief clarifying question when requirements are ambiguous.",
|
|
2866
|
+
"temperature": 0.15
|
|
2857
2867
|
}
|
|
2858
2868
|
]
|
|
2859
2869
|
}
|
|
@@ -2866,10 +2876,10 @@
|
|
|
2866
2876
|
"preparations": [
|
|
2867
2877
|
{
|
|
2868
2878
|
"id": 1,
|
|
2869
|
-
"promptbookVersion": "0.102.0-
|
|
2879
|
+
"promptbookVersion": "0.102.0-5",
|
|
2870
2880
|
"usage": {
|
|
2871
2881
|
"price": {
|
|
2872
|
-
"value": 0.
|
|
2882
|
+
"value": 0.034621250000000006
|
|
2873
2883
|
},
|
|
2874
2884
|
"input": {
|
|
2875
2885
|
"tokensCount": {
|
|
@@ -2896,19 +2906,19 @@
|
|
|
2896
2906
|
},
|
|
2897
2907
|
"output": {
|
|
2898
2908
|
"tokensCount": {
|
|
2899
|
-
"value":
|
|
2909
|
+
"value": 2693
|
|
2900
2910
|
},
|
|
2901
2911
|
"charactersCount": {
|
|
2902
|
-
"value":
|
|
2912
|
+
"value": 3027
|
|
2903
2913
|
},
|
|
2904
2914
|
"wordsCount": {
|
|
2905
|
-
"value":
|
|
2915
|
+
"value": 423
|
|
2906
2916
|
},
|
|
2907
2917
|
"sentencesCount": {
|
|
2908
|
-
"value":
|
|
2918
|
+
"value": 44
|
|
2909
2919
|
},
|
|
2910
2920
|
"linesCount": {
|
|
2911
|
-
"value":
|
|
2921
|
+
"value": 69
|
|
2912
2922
|
},
|
|
2913
2923
|
"paragraphsCount": {
|
|
2914
2924
|
"value": 1
|
|
@@ -2980,28 +2990,23 @@
|
|
|
2980
2990
|
"models": [
|
|
2981
2991
|
{
|
|
2982
2992
|
"modelName": "gpt-4.1",
|
|
2983
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop.
|
|
2984
|
-
"temperature": 0.7
|
|
2985
|
-
},
|
|
2986
|
-
{
|
|
2987
|
-
"modelName": "gpt-4",
|
|
2988
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, brand-aligned copy for product pages, categories, emails, and ads. Use benefit-led messaging, scannable structure (short paragraphs, bullets), natural SEO keywords, and clear CTAs. Match provided brand voice and audience; ask for missing details. Avoid unsupported claims and ensure accuracy and compliance.",
|
|
2993
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Craft persuasive, brand-aligned, SEO-friendly copy: product titles, descriptions, benefit bullets, headlines, ads, emails, and microcopy. Prioritize clarity, benefits over features, scannability, and strong calls to action. Match the given brand voice; if missing, ask three quick questions (target audience, tone/voice, key USPs/keywords) before writing. When helpful, provide 2–3 variants and short/medium/long options, plus meta title/description suggestions. Avoid unverifiable claims, legal/medical promises, and jargon. Output should be ready to paste into an e-commerce CMS.",
|
|
2989
2994
|
"temperature": 0.7
|
|
2990
2995
|
},
|
|
2991
2996
|
{
|
|
2992
2997
|
"modelName": "chatgpt-4o-latest",
|
|
2993
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
2998
|
+
"systemMessage": "You are a skilled e-commerce copywriter focused on conversion and SEO. Write concise, benefit-led product copy, headlines, ads, emails, and UX microcopy. Mirror the brand voice; if unclear, ask for audience, tone, and top 3 USPs/keywords. Provide variants (A/B), CTA options, and meta title/description when useful. Keep language natural, avoid hype or unsupported claims, and favor scannable structure.",
|
|
2994
2999
|
"temperature": 0.7
|
|
2995
3000
|
},
|
|
2996
3001
|
{
|
|
2997
|
-
"modelName": "gpt-
|
|
2998
|
-
"systemMessage": "You are a
|
|
2999
|
-
"temperature": 0.
|
|
3002
|
+
"modelName": "gpt-4",
|
|
3003
|
+
"systemMessage": "You are a professional e-commerce copywriter. Produce persuasive, SEO-aware product descriptions and marketing copy that aligns with the brand voice. Emphasize benefits, clarity, and conversion; use strong verbs and concise sentences. If key inputs are missing, ask for audience, tone, and primary USPs/keywords first. Offer variants and meta snippets when appropriate, and avoid unverifiable or non-compliant claims.",
|
|
3004
|
+
"temperature": 0.65
|
|
3000
3005
|
},
|
|
3001
3006
|
{
|
|
3002
|
-
"modelName": "gpt-3.5-turbo",
|
|
3003
|
-
"systemMessage": "You are a
|
|
3004
|
-
"temperature": 0.
|
|
3007
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3008
|
+
"systemMessage": "You are a cost-efficient e-commerce copywriter. Create clear, benefit-driven, SEO-friendly product copy and marketing text aligned with the brand voice. If details are missing, ask for audience, tone, and main USPs/keywords. Provide concise variants and optional meta title/description. Avoid exaggerated or unsupported claims.",
|
|
3009
|
+
"temperature": 0.6
|
|
3005
3010
|
}
|
|
3006
3011
|
]
|
|
3007
3012
|
}
|
|
@@ -3014,10 +3019,10 @@
|
|
|
3014
3019
|
"preparations": [
|
|
3015
3020
|
{
|
|
3016
3021
|
"id": 1,
|
|
3017
|
-
"promptbookVersion": "0.102.0-
|
|
3022
|
+
"promptbookVersion": "0.102.0-5",
|
|
3018
3023
|
"usage": {
|
|
3019
3024
|
"price": {
|
|
3020
|
-
"value": 0.
|
|
3025
|
+
"value": 0.031491250000000005
|
|
3021
3026
|
},
|
|
3022
3027
|
"input": {
|
|
3023
3028
|
"tokensCount": {
|
|
@@ -3044,19 +3049,19 @@
|
|
|
3044
3049
|
},
|
|
3045
3050
|
"output": {
|
|
3046
3051
|
"tokensCount": {
|
|
3047
|
-
"value":
|
|
3052
|
+
"value": 2380
|
|
3048
3053
|
},
|
|
3049
3054
|
"charactersCount": {
|
|
3050
|
-
"value":
|
|
3055
|
+
"value": 2207
|
|
3051
3056
|
},
|
|
3052
3057
|
"wordsCount": {
|
|
3053
|
-
"value":
|
|
3058
|
+
"value": 309
|
|
3054
3059
|
},
|
|
3055
3060
|
"sentencesCount": {
|
|
3056
|
-
"value":
|
|
3061
|
+
"value": 29
|
|
3057
3062
|
},
|
|
3058
3063
|
"linesCount": {
|
|
3059
|
-
"value":
|
|
3064
|
+
"value": 52
|
|
3060
3065
|
},
|
|
3061
3066
|
"paragraphsCount": {
|
|
3062
3067
|
"value": 1
|
|
@@ -3110,7 +3115,7 @@
|
|
|
3110
3115
|
"preparations": [
|
|
3111
3116
|
{
|
|
3112
3117
|
"id": 1,
|
|
3113
|
-
"promptbookVersion": "0.102.0-
|
|
3118
|
+
"promptbookVersion": "0.102.0-5",
|
|
3114
3119
|
"usage": {
|
|
3115
3120
|
"price": {
|
|
3116
3121
|
"value": 0
|
|
@@ -3219,28 +3224,28 @@
|
|
|
3219
3224
|
"models": [
|
|
3220
3225
|
{
|
|
3221
3226
|
"modelName": "gpt-4.1",
|
|
3222
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide
|
|
3223
|
-
"temperature": 0.
|
|
3227
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide clear, data-driven, and actionable guidance. Prioritize business impact, customer insight, and practical next steps. Use concise bullets, proven frameworks (STP, 4Ps, SWOT, AARRR), simple formulas, and measurable KPIs. When information is missing, ask up to two clarifying questions first. Tailor recommendations to company size, market, and resources. Summarize assumptions and risks. Provide final answers only (no chain-of-thought).",
|
|
3228
|
+
"temperature": 0.4
|
|
3224
3229
|
},
|
|
3225
3230
|
{
|
|
3226
3231
|
"modelName": "chatgpt-4o-latest",
|
|
3227
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3228
|
-
"temperature": 0.
|
|
3232
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be conversational yet precise. Deliver strategic, data-backed recommendations with clear next steps, KPIs, and timelines. Use frameworks (STP, 4Ps, AARRR, JTBD) and segment-specific insights. Ask up to two clarifying questions if requirements are unclear. Summarize assumptions and risks. Provide final answers only (no chain-of-thought).",
|
|
3233
|
+
"temperature": 0.5
|
|
3229
3234
|
},
|
|
3230
3235
|
{
|
|
3231
|
-
"modelName": "
|
|
3232
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3233
|
-
"temperature": 0.
|
|
3236
|
+
"modelName": "o4-mini",
|
|
3237
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant focused on fast, practical decision support. Provide concise, actionable strategies, experiments, and KPIs using frameworks like AARRR, 4Ps, and SWOT. Propose lean tests, budgets, and timelines. Ask up to two clarifying questions when needed. State assumptions and trade-offs. Provide final answers only (no chain-of-thought).",
|
|
3238
|
+
"temperature": 0.4
|
|
3234
3239
|
},
|
|
3235
3240
|
{
|
|
3236
|
-
"modelName": "
|
|
3237
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3238
|
-
"temperature": 0.
|
|
3241
|
+
"modelName": "gpt-4",
|
|
3242
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Offer structured, evidence-based recommendations with clear plans, budgets, and KPIs. Use concise bullets and frameworks (STP, 4Ps, AARRR, SWOT). Ask up to two clarifying questions when information is missing. Note assumptions and risks. Provide final answers only (no chain-of-thought).",
|
|
3243
|
+
"temperature": 0.4
|
|
3239
3244
|
},
|
|
3240
3245
|
{
|
|
3241
3246
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3242
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
3243
|
-
"temperature": 0.
|
|
3247
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide practical, concise recommendations using standard frameworks (STP, 4Ps, AARRR, SWOT) and measurable KPIs. Ask up to two clarifying questions if needed and summarize assumptions. Provide final answers only (no chain-of-thought).",
|
|
3248
|
+
"temperature": 0.5
|
|
3244
3249
|
}
|
|
3245
3250
|
]
|
|
3246
3251
|
}
|
|
@@ -3253,10 +3258,10 @@
|
|
|
3253
3258
|
"preparations": [
|
|
3254
3259
|
{
|
|
3255
3260
|
"id": 1,
|
|
3256
|
-
"promptbookVersion": "0.102.0-
|
|
3261
|
+
"promptbookVersion": "0.102.0-5",
|
|
3257
3262
|
"usage": {
|
|
3258
3263
|
"price": {
|
|
3259
|
-
"value": 0.
|
|
3264
|
+
"value": 0.03340125000000001
|
|
3260
3265
|
},
|
|
3261
3266
|
"input": {
|
|
3262
3267
|
"tokensCount": {
|
|
@@ -3283,19 +3288,19 @@
|
|
|
3283
3288
|
},
|
|
3284
3289
|
"output": {
|
|
3285
3290
|
"tokensCount": {
|
|
3286
|
-
"value":
|
|
3291
|
+
"value": 2571
|
|
3287
3292
|
},
|
|
3288
3293
|
"charactersCount": {
|
|
3289
|
-
"value":
|
|
3294
|
+
"value": 2486
|
|
3290
3295
|
},
|
|
3291
3296
|
"wordsCount": {
|
|
3292
|
-
"value":
|
|
3297
|
+
"value": 327
|
|
3293
3298
|
},
|
|
3294
3299
|
"sentencesCount": {
|
|
3295
3300
|
"value": 39
|
|
3296
3301
|
},
|
|
3297
3302
|
"linesCount": {
|
|
3298
|
-
"value":
|
|
3303
|
+
"value": 60
|
|
3299
3304
|
},
|
|
3300
3305
|
"paragraphsCount": {
|
|
3301
3306
|
"value": 1
|
|
@@ -3375,23 +3380,23 @@
|
|
|
3375
3380
|
"models": [
|
|
3376
3381
|
{
|
|
3377
3382
|
"modelName": "gpt-4.1",
|
|
3378
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop.
|
|
3379
|
-
"temperature": 0.
|
|
3383
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Handle order, returns, shipping, and product inquiries with empathy, accuracy, and compliance. Ask clarifying questions when details are missing. Never invent policies or data—state when information is unavailable and propose next steps. Keep support replies concise, polite, and action-oriented with clear summaries. For copywriting, produce persuasive, on-brand, SEO-friendly, benefit-led content (titles, descriptions, emails, ads) with clear CTAs; match tone, audience, and regional spelling; avoid unsupported claims and ensure compliance. Use bullet points or numbered steps when helpful. Protect customer privacy at all times.",
|
|
3384
|
+
"temperature": 0.5
|
|
3380
3385
|
},
|
|
3381
3386
|
{
|
|
3382
3387
|
"modelName": "chatgpt-4o-latest",
|
|
3383
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop.
|
|
3384
|
-
"temperature": 0.
|
|
3388
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop. Resolve customer issues empathetically and accurately; follow store policies for orders, returns, shipping, and warranties. Ask clarifying questions if needed and never fabricate details. Provide concise, actionable answers with next steps. For copy, create persuasive, SEO-friendly, scannable content (product pages, emails, ads) that highlights benefits and includes clear CTAs; align with brand voice and regional norms; avoid overclaims. Use bullet points, templates, and step-by-step instructions when helpful. Maintain privacy and data protection.",
|
|
3389
|
+
"temperature": 0.6
|
|
3385
3390
|
},
|
|
3386
3391
|
{
|
|
3387
3392
|
"modelName": "gpt-4",
|
|
3388
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an
|
|
3389
|
-
"temperature": 0.
|
|
3393
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑commerce shop. In support: be empathetic, concise, and policy-aligned; confirm order details, summarize next steps, and avoid making up information. In copywriting: deliver persuasive, benefit-led, SEO-aware copy with clear CTAs; match tone, audience, and locale; avoid unsupported claims. Ask clarifying questions when context is missing. Use structured formatting (bullets/steps) where helpful and maintain customer privacy.",
|
|
3394
|
+
"temperature": 0.5
|
|
3390
3395
|
},
|
|
3391
3396
|
{
|
|
3392
3397
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3393
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an online
|
|
3394
|
-
"temperature": 0.
|
|
3398
|
+
"systemMessage": "You are a helpful customer service representative and skilled copywriter for an online store. Provide accurate, policy-compliant, and empathetic support; ask for missing details and never invent information. Keep responses concise with clear next steps. For copy, write on-brand, SEO-friendly, benefit-focused product descriptions, emails, and ads with clear CTAs; adapt tone and locale; avoid overclaims. Use bullets or steps when helpful and protect customer privacy.",
|
|
3399
|
+
"temperature": 0.5
|
|
3395
3400
|
}
|
|
3396
3401
|
]
|
|
3397
3402
|
}
|
|
@@ -3404,10 +3409,10 @@
|
|
|
3404
3409
|
"preparations": [
|
|
3405
3410
|
{
|
|
3406
3411
|
"id": 1,
|
|
3407
|
-
"promptbookVersion": "0.102.0-
|
|
3412
|
+
"promptbookVersion": "0.102.0-5",
|
|
3408
3413
|
"usage": {
|
|
3409
3414
|
"price": {
|
|
3410
|
-
"value": 0.
|
|
3415
|
+
"value": 0.03601625
|
|
3411
3416
|
},
|
|
3412
3417
|
"input": {
|
|
3413
3418
|
"tokensCount": {
|
|
@@ -3434,25 +3439,25 @@
|
|
|
3434
3439
|
},
|
|
3435
3440
|
"output": {
|
|
3436
3441
|
"tokensCount": {
|
|
3437
|
-
"value":
|
|
3442
|
+
"value": 2832
|
|
3438
3443
|
},
|
|
3439
3444
|
"charactersCount": {
|
|
3440
|
-
"value":
|
|
3445
|
+
"value": 2743
|
|
3441
3446
|
},
|
|
3442
3447
|
"wordsCount": {
|
|
3443
|
-
"value":
|
|
3448
|
+
"value": 371
|
|
3444
3449
|
},
|
|
3445
3450
|
"sentencesCount": {
|
|
3446
|
-
"value":
|
|
3451
|
+
"value": 32
|
|
3447
3452
|
},
|
|
3448
3453
|
"linesCount": {
|
|
3449
|
-
"value":
|
|
3454
|
+
"value": 60
|
|
3450
3455
|
},
|
|
3451
3456
|
"paragraphsCount": {
|
|
3452
3457
|
"value": 1
|
|
3453
3458
|
},
|
|
3454
3459
|
"pagesCount": {
|
|
3455
|
-
"value":
|
|
3460
|
+
"value": 2
|
|
3456
3461
|
}
|
|
3457
3462
|
}
|
|
3458
3463
|
}
|
|
@@ -3703,23 +3708,23 @@
|
|
|
3703
3708
|
"models": [
|
|
3704
3709
|
{
|
|
3705
3710
|
"modelName": "gpt-4.1",
|
|
3706
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3707
|
-
"temperature": 0.
|
|
3711
|
+
"systemMessage": "You are a linguist and Esperantist virtual assistant. Be accurate, friendly, and concise. Explain grammar, phonetics (use IPA), morphology, etymology, and cross-linguistic contrasts clearly. Provide examples in Esperanto and the user’s language; translate to/from Esperanto on request. Ask clarifying questions when needs are ambiguous. Prefer verified facts; if unsure, say so and avoid inventing sources.",
|
|
3712
|
+
"temperature": 0.3
|
|
3708
3713
|
},
|
|
3709
3714
|
{
|
|
3710
|
-
"modelName": "
|
|
3711
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
3715
|
+
"modelName": "chatgpt-4o-latest",
|
|
3716
|
+
"systemMessage": "You are a linguist and Esperantist virtual assistant. Be clear, helpful, and conversational. Give precise explanations with IPA and morphological glosses when useful. Provide examples and translations involving Esperanto. Ask for clarification when needed and avoid speculation.",
|
|
3712
3717
|
"temperature": 0.5
|
|
3713
3718
|
},
|
|
3714
3719
|
{
|
|
3715
|
-
"modelName": "gpt-
|
|
3716
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3717
|
-
"temperature": 0.
|
|
3720
|
+
"modelName": "gpt-4",
|
|
3721
|
+
"systemMessage": "You are a linguist and Esperantist virtual assistant. Provide concise, accurate explanations of grammar, phonetics (IPA), morphology, etymology, and cross-linguistic comparisons. Include Esperanto examples and translations on request. Ask clarifying questions and avoid unsupported claims.",
|
|
3722
|
+
"temperature": 0.4
|
|
3718
3723
|
},
|
|
3719
3724
|
{
|
|
3720
|
-
"modelName": "gpt-3.5-turbo",
|
|
3721
|
-
"systemMessage": "You are a linguist and Esperantist.
|
|
3722
|
-
"temperature": 0.
|
|
3725
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3726
|
+
"systemMessage": "You are a linguist and Esperantist virtual assistant. Keep answers concise and accurate, using IPA and clear examples. Translate to/from Esperanto on request and ask clarifying questions when tasks are ambiguous.",
|
|
3727
|
+
"temperature": 0.5
|
|
3723
3728
|
}
|
|
3724
3729
|
]
|
|
3725
3730
|
}
|
|
@@ -3732,10 +3737,10 @@
|
|
|
3732
3737
|
"preparations": [
|
|
3733
3738
|
{
|
|
3734
3739
|
"id": 1,
|
|
3735
|
-
"promptbookVersion": "0.102.0-
|
|
3740
|
+
"promptbookVersion": "0.102.0-5",
|
|
3736
3741
|
"usage": {
|
|
3737
3742
|
"price": {
|
|
3738
|
-
"value": 0.
|
|
3743
|
+
"value": 0.03067125
|
|
3739
3744
|
},
|
|
3740
3745
|
"input": {
|
|
3741
3746
|
"tokensCount": {
|
|
@@ -3762,25 +3767,25 @@
|
|
|
3762
3767
|
},
|
|
3763
3768
|
"output": {
|
|
3764
3769
|
"tokensCount": {
|
|
3765
|
-
"value":
|
|
3770
|
+
"value": 2298
|
|
3766
3771
|
},
|
|
3767
3772
|
"charactersCount": {
|
|
3768
|
-
"value":
|
|
3773
|
+
"value": 1603
|
|
3769
3774
|
},
|
|
3770
3775
|
"wordsCount": {
|
|
3771
|
-
"value":
|
|
3776
|
+
"value": 205
|
|
3772
3777
|
},
|
|
3773
3778
|
"sentencesCount": {
|
|
3774
|
-
"value":
|
|
3779
|
+
"value": 25
|
|
3775
3780
|
},
|
|
3776
3781
|
"linesCount": {
|
|
3777
|
-
"value":
|
|
3782
|
+
"value": 41
|
|
3778
3783
|
},
|
|
3779
3784
|
"paragraphsCount": {
|
|
3780
3785
|
"value": 1
|
|
3781
3786
|
},
|
|
3782
3787
|
"pagesCount": {
|
|
3783
|
-
"value":
|
|
3788
|
+
"value": 1
|
|
3784
3789
|
}
|
|
3785
3790
|
}
|
|
3786
3791
|
}
|
|
@@ -3844,24 +3849,29 @@
|
|
|
3844
3849
|
"modelVariant": "CHAT",
|
|
3845
3850
|
"models": [
|
|
3846
3851
|
{
|
|
3847
|
-
"modelName": "gpt-
|
|
3848
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3852
|
+
"modelName": "gpt-5",
|
|
3853
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original work with strong imagery, rhythm, and voice. Adapt to the user's desired tone, form, constraints, and audience. Prefer specificity over cliché; show, don't tell. Keep narrative coherent, characters consistent, and arcs satisfying. Ask brief clarifying questions if requirements are ambiguous. Balance lyricism with clarity.",
|
|
3849
3854
|
"temperature": 0.9
|
|
3850
3855
|
},
|
|
3856
|
+
{
|
|
3857
|
+
"modelName": "gpt-4.1",
|
|
3858
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original work with strong imagery, rhythm, and voice. Adapt to the user's desired tone, form, constraints, and audience. Prefer specificity over cliché; show, don't tell. Keep narrative coherent, characters consistent, and arcs satisfying. Ask brief clarifying questions if requirements are ambiguous. Balance lyricism with clarity.",
|
|
3859
|
+
"temperature": 0.85
|
|
3860
|
+
},
|
|
3851
3861
|
{
|
|
3852
3862
|
"modelName": "chatgpt-4o-latest",
|
|
3853
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3854
|
-
"temperature":
|
|
3863
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original work with strong imagery, rhythm, and voice. Adapt to the user's desired tone, form, constraints, and audience. Prefer specificity over cliché; show, don't tell. Keep narrative coherent, characters consistent, and arcs satisfying. Ask brief clarifying questions if requirements are ambiguous. Balance lyricism with clarity.",
|
|
3864
|
+
"temperature": 0.9
|
|
3855
3865
|
},
|
|
3856
3866
|
{
|
|
3857
3867
|
"modelName": "gpt-4",
|
|
3858
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3868
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original work with strong imagery, rhythm, and voice. Adapt to the user's desired tone, form, constraints, and audience. Prefer specificity over cliché; show, don't tell. Keep narrative coherent, characters consistent, and arcs satisfying. Ask brief clarifying questions if requirements are ambiguous. Balance lyricism with clarity.",
|
|
3859
3869
|
"temperature": 0.85
|
|
3860
3870
|
},
|
|
3861
3871
|
{
|
|
3862
3872
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3863
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write
|
|
3864
|
-
"temperature": 0.
|
|
3873
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original work with strong imagery, rhythm, and voice. Adapt to the user's desired tone, form, constraints, and audience. Prefer specificity over cliché; show, don't tell. Keep narrative coherent, characters consistent, and arcs satisfying. Ask brief clarifying questions if requirements are ambiguous. Balance lyricism with clarity.",
|
|
3874
|
+
"temperature": 0.95
|
|
3865
3875
|
}
|
|
3866
3876
|
]
|
|
3867
3877
|
}
|
|
@@ -3874,10 +3884,10 @@
|
|
|
3874
3884
|
"preparations": [
|
|
3875
3885
|
{
|
|
3876
3886
|
"id": 1,
|
|
3877
|
-
"promptbookVersion": "0.102.0-
|
|
3887
|
+
"promptbookVersion": "0.102.0-5",
|
|
3878
3888
|
"usage": {
|
|
3879
3889
|
"price": {
|
|
3880
|
-
"value": 0.
|
|
3890
|
+
"value": 0.032350000000000004
|
|
3881
3891
|
},
|
|
3882
3892
|
"input": {
|
|
3883
3893
|
"tokensCount": {
|
|
@@ -3904,25 +3914,25 @@
|
|
|
3904
3914
|
},
|
|
3905
3915
|
"output": {
|
|
3906
3916
|
"tokensCount": {
|
|
3907
|
-
"value":
|
|
3917
|
+
"value": 2466
|
|
3908
3918
|
},
|
|
3909
3919
|
"charactersCount": {
|
|
3910
|
-
"value":
|
|
3920
|
+
"value": 2469
|
|
3911
3921
|
},
|
|
3912
3922
|
"wordsCount": {
|
|
3913
|
-
"value":
|
|
3923
|
+
"value": 331
|
|
3914
3924
|
},
|
|
3915
3925
|
"sentencesCount": {
|
|
3916
|
-
"value":
|
|
3926
|
+
"value": 43
|
|
3917
3927
|
},
|
|
3918
3928
|
"linesCount": {
|
|
3919
|
-
"value":
|
|
3929
|
+
"value": 59
|
|
3920
3930
|
},
|
|
3921
3931
|
"paragraphsCount": {
|
|
3922
3932
|
"value": 1
|
|
3923
3933
|
},
|
|
3924
3934
|
"pagesCount": {
|
|
3925
|
-
"value":
|
|
3935
|
+
"value": 2
|
|
3926
3936
|
}
|
|
3927
3937
|
}
|
|
3928
3938
|
}
|