You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _build/gpm.yaml
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -15,25 +15,27 @@ systemSettings:
15
15
area: chatgpt
16
16
description: "Your API key found at https://platform.openai.com/api-keys."
17
17
18
-
- key: global.model
18
+
- key: global.base.output
19
19
area: global
20
-
value: gpt-4o
21
-
description: "The default model to use for all prompts. Can be overridden per-prompt below."
22
-
23
-
- key: global.temperature
20
+
type: 'textarea'
21
+
value: '- This content will be used inside a web content management system.\n- The output should be usable without editing or modification.\n- This is not a conversation; do not include justification or explanation.\n- When returning results, do not wrap them in anything like quotes.'
22
+
description: "This tells the model how to ouptut the results to remove commentary, wrapping quotes, etc."
23
+
- key: global.base.prompt
24
24
area: global
25
-
value: 0.7
26
-
description: "Higher values like 0.8 will be more random and creative, while values lower than 0.2 will be more focused and deterministic."
27
-
25
+
type: 'textarea'
26
+
description: "This is an overall instruction modifier that is added to each API request by default, similar to what you would enter for Customize ChatGPT on their website."
28
27
- key: global.max_tokens
29
28
area: global
30
29
value: 2048
31
30
description: "To manage costs, 1000 tokens is roughly equal to 750 words."
32
-
33
-
- key: global.base.prompt
31
+
- key: global.model
34
32
area: global
35
-
type: 'textarea'
36
-
description: "This is an overall instruction modifier that is added to each API request by default, similar to what you would enter for Customize ChatGPT on their website."
33
+
value: gpt-4o
34
+
description: "The default model for all prompts unless overridden per prompt."
35
+
- key: global.temperature
36
+
area: global
37
+
value: 0.7
38
+
description: "Higher values like 0.8 will be more random and creative, while values lower than 0.2 will be more focused and deterministic."
37
39
38
40
- key: res.fields
39
41
area: resource
@@ -42,11 +44,11 @@ systemSettings:
42
44
- key: res.pagetitle.prompt
43
45
area: resource
44
46
type: 'textarea'
45
-
value: "- You are a SEO expert\n- Your task is to generate a Page Title from from the page content for use as the main H1 tag on the page.\n- The Title shouldn't exceed 60 characters, though shorter is also OK\n- Don't use any HTML or markdown tags"
47
+
value: "- You are an SEO expert\n- Your task is to generate a Page Title from from the page content for use as the main H1 tag on the page.\n- The Title shouldn't exceed 60 characters, though shorter is also OK\n- Don't use any HTML or markdown tags"
46
48
- key: res.longtitle.prompt
47
49
area: resource
48
50
type: 'textarea'
49
-
value: "- You are a SEO expert\n- Your task is to generate an optimal Meta Title from the page content.\n- The Meta Title can't exceed 70 characters\n- Don't use any HTML or markdown tags\n- Don't wrap the Meta Title in quotes"
51
+
value: "- You are an SEO expert\n- Your task is to generate an optimal Meta Title from the page content.\n- The Meta Title can't exceed 70 characters\n- Don't use any HTML or markdown tags\n- Don't wrap the Meta Title in quotes"
50
52
description: "Use this for the meta title—also works with SEO Suite."
51
53
- key: res.introtext.prompt
52
54
area: resource
@@ -56,7 +58,7 @@ systemSettings:
56
58
- key: res.description.prompt
57
59
area: resource
58
60
type: 'textarea'
59
-
value: "- You are a SEO expert\n- Your task is to generate SEO Meta Description\n- Description can't exceed 155 characters\n- Don't use any HTML or markdown tags"
61
+
value: "- You are an SEO expert\n- Your task is to generate SEO Meta Description\n- Description can't exceed 155 characters\n- Don't use any HTML or markdown tags"
60
62
description: "Use this for the meta description—also works with SEO Suite."
0 commit comments