-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Citations via System prompt, add new /prompt settings page (#103
) * 1. Separated the creation of system prompt and stuffed prompt for role: system and role:user respectively 2. Remove contexts from assistant messages to avoid local storage issues 3. Added the index back to final list of sources that was incorrectly removed 4. Removed system prompt and accordion component from /chat, moving account usage link to the bottom 5. Changed the default temperature to 0.1 * add settings page and verfiy useremail for rendering magibell * add system prompt in the getSystemPrompt and add styling on settings page * add system prompt * add styling on settings page * Fix default state of system prompt (pull from DB) * Rename to 'Prompting', add full Navbar support * Add reset button to prompt, add link to OpenAI docs, fix navbar to say Prompting * Fix typo in title * Fix build error in title change * Fix ANOTHER typo in the title * Enhance description of system prompt * Further fix the responsive layout of the text boxes * increase max rows of text input * Modify default promt --------- Co-authored-by: hanlily666 <[email protected]> Co-authored-by: Kastan Day <[email protected]>
- Loading branch information
1 parent
9f9df9b
commit 23fba6a
Showing
16 changed files
with
458 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.