Skip to content

Commit 3d88b08

Browse files
rthrashtheboxer
authored andcommitted
feat: add setting for base output
1 parent 634e8e0 commit 3d88b08

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

_build/gpm.yaml

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,27 @@ systemSettings:
1515
area: chatgpt
1616
description: "Your API key found at https://platform.openai.com/api-keys."
1717

18-
- key: global.model
18+
- key: global.base.output
1919
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
2424
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."
2827
- key: global.max_tokens
2928
area: global
3029
value: 2048
3130
description: "To manage costs, 1000 tokens is roughly equal to 750 words."
32-
33-
- key: global.base.prompt
31+
- key: global.model
3432
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."
3739

3840
- key: res.fields
3941
area: resource
@@ -42,11 +44,11 @@ systemSettings:
4244
- key: res.pagetitle.prompt
4345
area: resource
4446
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"
4648
- key: res.longtitle.prompt
4749
area: resource
4850
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"
5052
description: "Use this for the meta title—also works with SEO Suite."
5153
- key: res.introtext.prompt
5254
area: resource
@@ -56,7 +58,7 @@ systemSettings:
5658
- key: res.description.prompt
5759
area: resource
5860
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"
6062
description: "Use this for the meta description—also works with SEO Suite."
6163

6264
- key: vision.model

0 commit comments

Comments
 (0)