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 chat completion method #645

Merged
merged 31 commits into from
May 13, 2024
Merged

Add chat completion method #645

merged 31 commits into from
May 13, 2024

Commits on May 1, 2024

  1. implement chat completion

    radames committed May 1, 2024
    Configuration menu
    Copy the full SHA
    332648d View commit details
    Browse the repository at this point in the history
  2. missing import type

    radames committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d63db89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26dd3b1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. 🩹

    coyotte508 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a90c0e7 View commit details
    Browse the repository at this point in the history
  2. ✅ Update tests file

    coyotte508 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a3928f4 View commit details
    Browse the repository at this point in the history
  3. ✅ Update tests

    coyotte508 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1d509c3 View commit details
    Browse the repository at this point in the history
  4. 🐛 One more test

    coyotte508 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4e9ba18 View commit details
    Browse the repository at this point in the history
  5. ✅ More tests

    coyotte508 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c535893 View commit details
    Browse the repository at this point in the history
  6. ✅ one more test

    coyotte508 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    63d5151 View commit details
    Browse the repository at this point in the history
  7. ✅ Fix last test

    coyotte508 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9d2f737 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 4, 2024

  1. remove skips

    radames committed May 4, 2024
    Configuration menu
    Copy the full SHA
    6a9ad56 View commit details
    Browse the repository at this point in the history
  2. recorded tapes.json

    radames committed May 4, 2024
    Configuration menu
    Copy the full SHA
    23637bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca54d67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ff57f2 View commit details
    Browse the repository at this point in the history
  5. tests

    radames committed May 4, 2024
    Configuration menu
    Copy the full SHA
    91ec869 View commit details
    Browse the repository at this point in the history
  6. test with error message

    radames committed May 4, 2024
    Configuration menu
    Copy the full SHA
    8fd2621 View commit details
    Browse the repository at this point in the history
  7. test

    radames committed May 4, 2024
    Configuration menu
    Copy the full SHA
    c9b95a5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. better error handling

    radames committed May 5, 2024
    Configuration menu
    Copy the full SHA
    5ab21ca View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    074aa76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32ad989 View commit details
    Browse the repository at this point in the history
  3. fix

    radames committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3d8bfc6 View commit details
    Browse the repository at this point in the history
  4. 📝 Update README.md

    coyotte508 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5e3a9d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ca9ad0 View commit details
    Browse the repository at this point in the history
  6. remove return_full_text

    radames committed May 8, 2024
    Configuration menu
    Copy the full SHA
    72cfa24 View commit details
    Browse the repository at this point in the history
  7. tests

    radames committed May 8, 2024
    Configuration menu
    Copy the full SHA
    779b828 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Update packages/inference/README.md

    Co-authored-by: Julien Chaumond <[email protected]>
    radames and julien-c authored May 9, 2024
    Configuration menu
    Copy the full SHA
    b66fcf3 View commit details
    Browse the repository at this point in the history
  2. fix chat completion example

    radames committed May 9, 2024
    Configuration menu
    Copy the full SHA
    87ee635 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. ♻️ Do not sent options

    coyotte508 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    b901f5b View commit details
    Browse the repository at this point in the history
  2. record test

    radames committed May 11, 2024
    Configuration menu
    Copy the full SHA
    5f2b488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6502858 View commit details
    Browse the repository at this point in the history