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

Implementing local OpenAI API-style chat completions on any given inference server #1174

Merged
merged 15 commits into from
Dec 20, 2023

Commits on Dec 20, 2023

  1. LocalChatCompletionsLM add

    veekaybee committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a0a4618 View commit details
    Browse the repository at this point in the history
  2. clean up completions class

    veekaybee committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b4e5ab1 View commit details
    Browse the repository at this point in the history
  3. clean up completions class

    veekaybee committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8624188 View commit details
    Browse the repository at this point in the history
  4. update tokens

    veekaybee committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6a0073b View commit details
    Browse the repository at this point in the history
  5. README

    veekaybee committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    bfd31aa View commit details
    Browse the repository at this point in the history
  6. fix constructor

    veekaybee committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9039c02 View commit details
    Browse the repository at this point in the history
  7. eos token

    veekaybee committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    26954fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5065e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    290fcc0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db85da5 View commit details
    Browse the repository at this point in the history
  11. Ruff and README fix

    veekaybee committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    abafff5 View commit details
    Browse the repository at this point in the history
  12. generalize to **kwargs

    veekaybee committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7dae152 View commit details
    Browse the repository at this point in the history
  13. remove unnecessary kwargs

    veekaybee committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    bd30c9c View commit details
    Browse the repository at this point in the history
  14. README and remove kwargs

    veekaybee committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b48ea13 View commit details
    Browse the repository at this point in the history
  15. README

    veekaybee committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4ad3dc7 View commit details
    Browse the repository at this point in the history