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
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,40 @@ plugins:
8
8
file: modai.php
9
9
events:
10
10
- OnManagerPageBeforeRender
11
+
11
12
systemSettings:
12
13
- key: chatgpt.key
13
14
type: text-password
14
15
area: chatgpt
16
+
17
+
- key: global.model
18
+
area: global
19
+
value: gpt-4o
20
+
21
+
- key: global.temperature
22
+
area: global
23
+
value: 0.7
24
+
25
+
- key: global.max_tokens
26
+
area: global
27
+
value: 2048
28
+
29
+
- key: prompt.base
30
+
area: prompt
31
+
32
+
- key: prompt.pagetitle
33
+
area: prompt
34
+
type: 'textarea'
35
+
value: "- You are a SEO expert\n- Your task is to generate Page Title from the content provided by the user\n- Title can't exceed 191 characters\n- Don't use any HTML or markdown tags"
36
+
- key: prompt.longtitle
37
+
area: prompt
38
+
type: 'textarea'
39
+
value: "- You are a SEO expert\n- Your task is to generate SEO Title from the content provided by the user\n- Title can't exceed 70 characters\n- Don't use any HTML or markdown tags"
40
+
- key: prompt.introtext
41
+
area: prompt
42
+
type: 'textarea'
43
+
value: "- You are an assistant that summarizes content.\n- Your task is to generate concise summary from the content user provides.\n- Don't use any HTML or markdown tags"
44
+
- key: prompt.description
45
+
area: prompt
46
+
type: 'textarea'
47
+
value: "- You are a SEO expert\n- Your task is to generate SEO description from the content provided by the user\n- Description can't exceed 155 characters\n- Don't use any HTML or markdown tags"
0 commit comments