Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #748
Adding anchor to input custom instruction in Settings layout and adding new route for custom instruction input in src/routes/settings/custom.
![image](https://private-user-images.githubusercontent.com/94371461/310239050-dd4b1eec-271d-4250-81c5-aa257552f35a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4MDE2MDUsIm5iZiI6MTczOTgwMTMwNSwicGF0aCI6Ii85NDM3MTQ2MS8zMTAyMzkwNTAtZGQ0YjFlZWMtMjcxZC00MjUwLTgxYzUtYWEyNTc1NTJmMzVhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDE0MDgyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI1MjM3YWJiNGI3ZGVlNjhjYjNmZmZlZmExYTY4N2JkNjU1YmUxODJiNzVjMjVmNzJhODBkYmFmNjc5MDE0NTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.puor5yXH74auUyd72tfq7chow0LGh_4JNIluM0WjmGU)
Adding custom instruction to the setting store in src/lib/stores/settings.ts, src/lib/types/Settings.ts 1, src/lib/types/Settings.ts 2, src/routes/+layout.server.ts and src/routes/settings/+server.ts.
Appending custom instruction to preprompt in src/routes/+page.svelte 1 and src/routes/+page.svelte 2.
![image](https://private-user-images.githubusercontent.com/94371461/310239627-0f7ec1d9-9571-4c2d-afdb-8e45f4be6062.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4MDE2MDUsIm5iZiI6MTczOTgwMTMwNSwicGF0aCI6Ii85NDM3MTQ2MS8zMTAyMzk2MjctMGY3ZWMxZDktOTU3MS00YzJkLWFmZGItOGU0NWY0YmU2MDYyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDE0MDgyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI2N2FhNzA2ZTY0NTE0OTYxZWU2OGMxN2EzZDFkZTIzYmQwNDlhNzM4ZmQ5ZmFkNzA2ZGJjMDBmYTk5Mzc1ZTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.bRhf7iIJnIzvJqCU-0WAVp4hUVoBW_2D5sl35wbWor0)