Public
Likeoffice-window
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v24View latest version
The starter prompts displayed to the user before a chat begins are configured in prompts.ts.
To update the prompts:
- Open
data/prompts.ts. - Modify the
STARTER_PROMPTSarray. - Add, remove, or edit the strings as needed.
Example:
export const STARTER_PROMPTS = [
"New prompt 1",
"New prompt 2",
];