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

🍞 fix: Minor fixes and improved Bun support #1916

Merged
merged 7 commits into from
Feb 27, 2024
Merged

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    03100c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7de82f4 View commit details
    Browse the repository at this point in the history
  3. fix(OpenAIClient.chatCompletion): remove redundant call of stream.con…

    …troller.abort() as `break` aborts the request and prevents abort errors when not called redundantly
    danny-avila committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    eb7f407 View commit details
    Browse the repository at this point in the history
  4. chore: bump bun.lockb

    danny-avila committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c94acd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d00a4c5 View commit details
    Browse the repository at this point in the history
  6. fix(bun): improve Bun support by forcing use of old method in bun env…

    …, also update old methods with new customizable params
    danny-avila committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    34111d0 View commit details
    Browse the repository at this point in the history
  7. fix(ci): pass tests

    danny-avila committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cb8ea71 View commit details
    Browse the repository at this point in the history