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 openai.AsyncOpenAI and stream and function support #109

Merged
merged 16 commits into from
Feb 23, 2024

Commits on Feb 22, 2024

  1. add logging for AsyncOpenAI

    - current support only chat completion calls
    - used httpx event hooks and transport to trigger logging
    wenzhe-log10 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6fbd400 View commit details
    Browse the repository at this point in the history
  2. add examples

    wenzhe-log10 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3c92a85 View commit details
    Browse the repository at this point in the history
  3. minor

    wenzhe-log10 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d466a55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f53807f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a34f59e View commit details
    Browse the repository at this point in the history
  6. Tools and functions support

    nqn committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    52925ec View commit details
    Browse the repository at this point in the history
  7. Remove print statements

    nqn committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b588ec2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5678269 View commit details
    Browse the repository at this point in the history
  9. Fix non-message prompts

    nqn committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    71b0e12 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'nqn/tools-and-functions' of github.com:log10-io/log10 i…

    …nto nqn/tools-and-functions
    nqn committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9bca4c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a25a4dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d249400 View commit details
    Browse the repository at this point in the history
  13. enable stream function

    wenzhe-log10 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    5fe9cbd View commit details
    Browse the repository at this point in the history
  14. minor

    wenzhe-log10 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ed1d0d6 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #110 from log10-io/nqn/tools-and-functions

    Tools and functions
    wenzhe-log10 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f90ef37 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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