Skip to content

1.0.2: Method that help you create .jsonl #3

Compare
Choose a tag to compare
@Errahum Errahum released this 21 Jul 14:50
· 5 commits to main since this release
  1. Backend --> Jsonl creator with inputs for the users. There will be three inputs:
  • First will be for the system role.
  • Second is for the user role.
  • Third is for the assistant role.
  1. Logic:
  • The user will be able to name the jsonL file.
  • If a jsonL file already exist with the same name, each new line in the jsonL will be added.
  • There must be a converter for the code to be included in the jsonL. In addition, special characters must be compatible.
  1. Frontend --> thinker
  • Input with label GUI
  • Save function that use the input value.
  • Clear field function that clear all the input except system.
  1. Add a button on the main interface of the finetuning GUI.