diff options
Diffstat (limited to 'apps/web/components')
| -rw-r--r-- | apps/web/components/dashboard/settings/AISettings.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/components/dashboard/settings/AISettings.tsx b/apps/web/components/dashboard/settings/AISettings.tsx index 12f656ba..0a8db147 100644 --- a/apps/web/components/dashboard/settings/AISettings.tsx +++ b/apps/web/components/dashboard/settings/AISettings.tsx @@ -291,6 +291,7 @@ export function PromptDemo() { .filter((p) => p.appliesTo == "text" || p.appliesTo == "all") .map((p) => p.text), "\n<CONTENT_HERE>\n", + /* context length */ 1024 /* The value here doesn't matter */, ).trim()} </code> <p>Image Prompt</p> |
