Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add improvements to chat functions #68

Merged
merged 11 commits into from
Oct 20, 2024
Merged

add improvements to chat functions #68

merged 11 commits into from
Oct 20, 2024

Commits on Oct 20, 2024

  1. retrieve only user message to avoid getting system prompt

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    53a4962 View commit details
    Browse the repository at this point in the history
  2. display only user and assistant messages

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    3864b4e View commit details
    Browse the repository at this point in the history
  3. add system instructions

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    585d043 View commit details
    Browse the repository at this point in the history
  4. add close event

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    c005d91 View commit details
    Browse the repository at this point in the history
  5. add empty system instruction when start new chat

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    867bc3b View commit details
    Browse the repository at this point in the history
  6. add reset_everytime

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    de8140f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    889e490 View commit details
    Browse the repository at this point in the history
  8. remove unused log

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    432260a View commit details
    Browse the repository at this point in the history
  9. select all when click on input component

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    788dae8 View commit details
    Browse the repository at this point in the history
  10. update style

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    2ba44c1 View commit details
    Browse the repository at this point in the history
  11. implement llama_reset_everytime

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    248ec5a View commit details
    Browse the repository at this point in the history