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

Store chat history with stream update #56

Merged
merged 10 commits into from
Jul 11, 2024

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    dd728d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge branch 'master' into store_chat_history_update

    Accept String and &str for history_id
    
    Fix tests errors missed
    ushinnary committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    db425a8 View commit details
    Browse the repository at this point in the history
  2. function calling abilities, multiple tools and base traits for variou…

    …s function calling standards.
    andthattoo authored and ushinnary committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f40944b View commit details
    Browse the repository at this point in the history
  3. Added stream option with chat history

    Using code suggested by ZBcheng
    ushinnary committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ccdf4b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Simplify stream with history

    Going back to idea to store responses on success only
    Remove async history
    Added tests
    Improve tests coverage and history management
    ushinnary committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    6d05d90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f046426 View commit details
    Browse the repository at this point in the history
  3. Fix clippy for CI

    ushinnary committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    2a95ab5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ed083d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Remove all Into<String> by imp ToString

    Thanks again to ZBcheng
    ushinnary committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    fc0a771 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    9ad1a09 View commit details
    Browse the repository at this point in the history