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-10Lines changed: 17 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -30,26 +30,31 @@ systemSettings:
30
30
value: 2048
31
31
description: "To manage costs, 1000 tokens is roughly equal to 750 words."
32
32
33
-
- key: prompt.base
34
-
area: prompt
33
+
- key: global.base.prompt
34
+
area: global
35
35
type: 'textarea'
36
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."
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"
41
-
- key: prompt.longtitle
42
-
area: prompt
46
+
- key: res.longtitle.prompt
47
+
area: resource
43
48
type: 'textarea'
44
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"
45
50
description: "Use this for the meta title—also works with SEO Suite."
46
-
- key: prompt.introtext
47
-
area: prompt
51
+
- key: res.introtext.prompt
52
+
area: resource
48
53
type: 'textarea'
49
54
value: "- You are an assistant that summarizes content.\n- Your task is to generate concise summary of the page content.\n- Don't use any HTML or markdown tags"
50
55
description: "Use this to generate a summary of the page content—used as starting point for image generation."
51
-
- key: prompt.description
52
-
area: prompt
56
+
- key: res.description.prompt
57
+
area: resource
53
58
type: 'textarea'
54
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"
55
60
description: "Use this for the meta description—also works with SEO Suite."
@@ -76,3 +81,5 @@ systemSettings:
76
81
value: standard
77
82
description: "Valid options are `standard` (default) and `hd`."
0 commit comments