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 interceptor to capture messages into a database #642

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Aug 8, 2024

  1. add interceptor

    ahuang11 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5881200 View commit details
    Browse the repository at this point in the history
  2. add other kwargs

    ahuang11 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    66be0a5 View commit details
    Browse the repository at this point in the history
  3. return response

    ahuang11 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6aac8f3 View commit details
    Browse the repository at this point in the history
  4. tweak

    ahuang11 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8903760 View commit details
    Browse the repository at this point in the history
  5. fix for response

    ahuang11 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1c2bad7 View commit details
    Browse the repository at this point in the history
  6. remove print

    ahuang11 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    df0ba92 View commit details
    Browse the repository at this point in the history
  7. remove print

    ahuang11 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    abe7a1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fea80f3 View commit details
    Browse the repository at this point in the history
  9. Cleanup

    ahuang11 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3d226ef View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. use model

    ahuang11 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b60c92e View commit details
    Browse the repository at this point in the history
  2. fix

    ahuang11 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    bc22760 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    738df51 View commit details
    Browse the repository at this point in the history
  2. fix rename

    ahuang11 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6abc131 View commit details
    Browse the repository at this point in the history
  3. bug fix

    ahuang11 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0e0f7f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    c18ba00 View commit details
    Browse the repository at this point in the history
  2. rm import

    ahuang11 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e95f034 View commit details
    Browse the repository at this point in the history
  3. Update lumen/ai/llm.py

    ahuang11 authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c8733be View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. add serialize method

    ahuang11 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    40f1a73 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    cd98505 View commit details
    Browse the repository at this point in the history
  2. refactor tables

    ahuang11 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b95409f View commit details
    Browse the repository at this point in the history
  3. fix ordering

    ahuang11 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5fa21ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4c43b0 View commit details
    Browse the repository at this point in the history