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

Refactor gradio tools to isolate non-gradio functions. Fix audio streaming for TTS through OpenAI. WIP for direct OpenAI nochat call without gradio. #1543

Merged
merged 50 commits into from
May 18, 2024

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    d0a7fe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b26a2f0 View commit details
    Browse the repository at this point in the history
  3. Fix key handling, see uvicorn workers help speed by more than 2x alre…

    …ady with no gradio removal
    pseudotensor committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1443fcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7c0a0e View commit details
    Browse the repository at this point in the history
  5. Cosmetics

    pseudotensor committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0c4a2ce View commit details
    Browse the repository at this point in the history
  6. Resolve

    pseudotensor committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c7dad98 View commit details
    Browse the repository at this point in the history
  7. Resolve

    pseudotensor committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    66b089c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    a63fb53 View commit details
    Browse the repository at this point in the history
  2. 0.1.0 -> 0.2.0 for docs

    pseudotensor committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6d4126c View commit details
    Browse the repository at this point in the history
  3. Clean-up vllm install

    pseudotensor committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    978fe2d View commit details
    Browse the repository at this point in the history
  4. Resolve

    pseudotensor committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a3ba938 View commit details
    Browse the repository at this point in the history
  5. Update TGI client

    pseudotensor committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0e559c7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Resolve merge conflicts

    pseudotensor committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e634d2f View commit details
    Browse the repository at this point in the history
  2. Simplify imports

    pseudotensor committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b27193c View commit details
    Browse the repository at this point in the history
  3. Simplify imports

    pseudotensor committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2100807 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Move bot

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    15af4a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fe2a29 View commit details
    Browse the repository at this point in the history
  3. more and less prints

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    28087d4 View commit details
    Browse the repository at this point in the history
  4. more and less prints

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c1b7a04 View commit details
    Browse the repository at this point in the history
  5. fewer prints

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5892ecd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5610326 View commit details
    Browse the repository at this point in the history
  7. Pass in verbose

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    48696c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    86192c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ae3f40 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2dd5291 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    79a0b37 View commit details
    Browse the repository at this point in the history
  12. Comment out debug

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3545e8d View commit details
    Browse the repository at this point in the history
  13. Fix test

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1bac21a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    06cac12 View commit details
    Browse the repository at this point in the history
  15. Update test

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    df2d6eb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b1c2005 View commit details
    Browse the repository at this point in the history
  17. Update test

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c46d5b1 View commit details
    Browse the repository at this point in the history
  18. Update test

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    49dd3d2 View commit details
    Browse the repository at this point in the history
  19. Update test

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    75e203d View commit details
    Browse the repository at this point in the history
  20. Update test

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    272f732 View commit details
    Browse the repository at this point in the history
  21. Update test

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    be652b7 View commit details
    Browse the repository at this point in the history
  22. Update test

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d02ea0b View commit details
    Browse the repository at this point in the history
  23. Update note

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8a59b86 View commit details
    Browse the repository at this point in the history
  24. Update test

    pseudotensor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1ddd2ae View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    e668743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc00f1c View commit details
    Browse the repository at this point in the history
  3. rephrase

    pseudotensor committed May 18, 2024
    Configuration menu
    Copy the full SHA
    acc1fe2 View commit details
    Browse the repository at this point in the history
  4. Fix example

    pseudotensor committed May 18, 2024
    Configuration menu
    Copy the full SHA
    dcc0462 View commit details
    Browse the repository at this point in the history
  5. Update doc string

    pseudotensor committed May 18, 2024
    Configuration menu
    Copy the full SHA
    7ef7535 View commit details
    Browse the repository at this point in the history
  6. Update test

    pseudotensor committed May 18, 2024
    Configuration menu
    Copy the full SHA
    8d51d48 View commit details
    Browse the repository at this point in the history
  7. Update test

    pseudotensor committed May 18, 2024
    Configuration menu
    Copy the full SHA
    a722725 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59091ec View commit details
    Browse the repository at this point in the history
  9. Update test

    pseudotensor committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e4179ea View commit details
    Browse the repository at this point in the history
  10. Update test

    pseudotensor committed May 18, 2024
    Configuration menu
    Copy the full SHA
    ec50f71 View commit details
    Browse the repository at this point in the history
  11. More keys when failure

    pseudotensor committed May 18, 2024
    Configuration menu
    Copy the full SHA
    f9d4712 View commit details
    Browse the repository at this point in the history