Closed bdleavitt closed 1 year ago
Against issue #13. Takes the prompt override from the UI and adds it to the system prompt. Removes the pirate talk.
[ ] Yes [x] No
What kind of change does this Pull Request introduce?
[x] Bugfix [x ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Documentation content changes [ ] Other... Please describe:
clone branch and run start.sh / start.ps1 to test locally.
click on ChatGPT in UI
Send a message
Add the prompt override in the UI. Click "Close"
Send a new message and see if it responds.
git clone [repo-address] cd [repo-name] git checkout [branch-name] npm install
Test the code
Verify that the following are valid
Purpose
Against issue #13. Takes the prompt override from the UI and adds it to the system prompt. Removes the pirate talk.
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
clone branch and run start.sh / start.ps1 to test locally.
click on ChatGPT in UI
Send a message
Add the prompt override in the UI. Click "Close"
Send a new message and see if it responds.
Test the code
What to Check
Verify that the following are valid
Other Information