-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added basic functionality of "custom-instructions" It utilises two additional fields in work_parameters: - user_profile (here user would describe what he wants to share with llm, for chat session) - user_response_instructions (here user would describe how they want llm to respond to questions and queries, like format, style, length, etc...) Here are some of the current UI changes introduced with this PR. <details> <summary>Custom instructions</summary> <img width="1243" alt="Screenshot 2023-07-23 at 21 46 36" src="https://github.com/LAION-AI/Open-Assistant/assets/13547364/ecf66109-3136-4e4b-8510-f6746422b4a9"> <img width="1220" alt="Screenshot 2023-07-23 at 21 46 42" src="https://github.com/LAION-AI/Open-Assistant/assets/13547364/ca860b86-8da3-4d33-a50d-649021ba083c"> <img width="1318" alt="Screenshot 2023-07-23 at 21 47 16" src="https://github.com/LAION-AI/Open-Assistant/assets/13547364/c060fd36-d676-4505-8625-9614199d27db"> <img width="1340" alt="Screenshot 2023-07-23 at 21 48 21" src="https://github.com/LAION-AI/Open-Assistant/assets/13547364/5cb36263-66ba-4421-b1c9-54b09e54f145"> <img width="1337" alt="Screenshot 2023-07-23 at 21 48 29" src="https://github.com/LAION-AI/Open-Assistant/assets/13547364/2f42d7d7-f014-4b6b-8c80-87c17811370d"> </details> --------- Co-authored-by: Oliver Stanley <[email protected]>
- Loading branch information
1 parent
b9ac30a
commit 7a68b59
Showing
14 changed files
with
253 additions
and
16 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
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
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.