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

Feat: voice chat with AI #898

Merged
merged 64 commits into from
Aug 13, 2024
Merged

Feat: voice chat with AI #898

merged 64 commits into from
Aug 13, 2024

Commits on Aug 9, 2024

  1. add chats page

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    79d9a37 View commit details
    Browse the repository at this point in the history
  2. add basic layout and types

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    fb56b48 View commit details
    Browse the repository at this point in the history
  3. add chat context

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7aba56c View commit details
    Browse the repository at this point in the history
  4. add more components

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    18e7f1d View commit details
    Browse the repository at this point in the history
  5. add agent form

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c3a6df6 View commit details
    Browse the repository at this point in the history
  6. add destroy button

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dccea5b View commit details
    Browse the repository at this point in the history
  7. update types

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    06b226f View commit details
    Browse the repository at this point in the history
  8. add models

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    fc0e922 View commit details
    Browse the repository at this point in the history
  9. update chat agent

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    02edc6b View commit details
    Browse the repository at this point in the history
  10. create chat agent

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a5399e8 View commit details
    Browse the repository at this point in the history
  11. refactor

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    18de068 View commit details
    Browse the repository at this point in the history
  12. refactor

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7f48a49 View commit details
    Browse the repository at this point in the history
  13. add chats CRUD

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d6e30cf View commit details
    Browse the repository at this point in the history
  14. notify for chat db update

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f1277b6 View commit details
    Browse the repository at this point in the history
  15. refactor

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9ad9487 View commit details
    Browse the repository at this point in the history
  16. typo

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c470b37 View commit details
    Browse the repository at this point in the history
  17. chat CRUD

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7541bd7 View commit details
    Browse the repository at this point in the history
  18. refactor

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9aa3549 View commit details
    Browse the repository at this point in the history
  19. clean code

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8dce3f5 View commit details
    Browse the repository at this point in the history
  20. add vad

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ae40850 View commit details
    Browse the repository at this point in the history
  21. may record

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    92bfbcd View commit details
    Browse the repository at this point in the history
  22. may transcribe recording

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    af039bc View commit details
    Browse the repository at this point in the history
  23. update models

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    33c4853 View commit details
    Browse the repository at this point in the history
  24. edit chat member

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5ae57c5 View commit details
    Browse the repository at this point in the history
  25. chat form update

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d6a5cc7 View commit details
    Browse the repository at this point in the history
  26. refactor

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b7e4e66 View commit details
    Browse the repository at this point in the history
  27. fix chat form

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ff16517 View commit details
    Browse the repository at this point in the history
  28. transcribe in chat

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2d8dabb View commit details
    Browse the repository at this point in the history
  29. create chat session

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0b3e81e View commit details
    Browse the repository at this point in the history
  30. may create chat session

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5e7a4fb View commit details
    Browse the repository at this point in the history
  31. update

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    947ea40 View commit details
    Browse the repository at this point in the history
  32. update chat

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5d30389 View commit details
    Browse the repository at this point in the history
  33. locale

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    29f779f View commit details
    Browse the repository at this point in the history
  34. refactor

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d587364 View commit details
    Browse the repository at this point in the history
  35. refactor

    an-lee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    aa99b0e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. update

    an-lee committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    d23b955 View commit details
    Browse the repository at this point in the history
  2. update

    an-lee committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    8d6d071 View commit details
    Browse the repository at this point in the history
  3. update

    an-lee committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    e6345df View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. refactor chat

    an-lee committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    415b76a View commit details
    Browse the repository at this point in the history
  2. Fix

    an-lee committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    944ee5f View commit details
    Browse the repository at this point in the history
  3. fix

    an-lee committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    580068f View commit details
    Browse the repository at this point in the history
  4. update prompt

    an-lee committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    f593f55 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. refactor

    an-lee committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    da64a15 View commit details
    Browse the repository at this point in the history
  2. make it works

    an-lee committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    91c3af9 View commit details
    Browse the repository at this point in the history
  3. update agent message actions

    an-lee committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c41c2a1 View commit details
    Browse the repository at this point in the history
  4. may assess recording

    an-lee committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3d0f4e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1112db0 View commit details
    Browse the repository at this point in the history
  6. refine

    an-lee committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3ac3a3d View commit details
    Browse the repository at this point in the history
  7. refactor

    an-lee committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9689776 View commit details
    Browse the repository at this point in the history
  8. refactor

    an-lee committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4929900 View commit details
    Browse the repository at this point in the history
  9. may delete message

    an-lee committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1091f6a View commit details
    Browse the repository at this point in the history
  10. may edit message

    an-lee committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f67389e View commit details
    Browse the repository at this point in the history
  11. update locales

    an-lee committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3061023 View commit details
    Browse the repository at this point in the history
  12. fix package issue in Mac

    an-lee committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ae0cbb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. add destroy callbacks

    an-lee committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    95196f9 View commit details
    Browse the repository at this point in the history
  2. fix chats CRUD

    an-lee committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bd37fee View commit details
    Browse the repository at this point in the history
  3. update chats

    an-lee committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    34f7b28 View commit details
    Browse the repository at this point in the history
  4. add quickstart

    an-lee committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6f71072 View commit details
    Browse the repository at this point in the history
  5. update locales

    an-lee committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ba15ff4 View commit details
    Browse the repository at this point in the history
  6. refactor

    an-lee committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8d59dea View commit details
    Browse the repository at this point in the history
  7. refactor prompt

    an-lee committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    df3ad45 View commit details
    Browse the repository at this point in the history
  8. remove console.log

    an-lee committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e0fb420 View commit details
    Browse the repository at this point in the history
  9. update

    an-lee committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1417ced View commit details
    Browse the repository at this point in the history
  10. fix locales

    an-lee committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6fa6b2b View commit details
    Browse the repository at this point in the history