1. 20 Dec, 2023 2 commits
    • Vicki Boykis's avatar
      Implementing local OpenAI API-style chat completions on any given inference server (#1174) · fcfc0c60
      Vicki Boykis authored
      * LocalChatCompletionsLM add
      
      * clean up completions class
      
      * clean up completions class
      
      * update tokens
      
      * README
      
      * fix constructor
      
      * eos token
      
      * folding local-chat-completions into OpenAIChatCompletions
      
      * refactoring to include gen_kwargs as passable option
      
      * add todo on chat completion kwarg validation
      
      * Ruff and README fix
      
      * generalize to **kwargs
      
      * remove unnecessary kwargs
      
      * README and remove kwargs
      
      * README
      fcfc0c60
    • Baber Abbasi's avatar
      Switch Linting to `ruff` (#1166) · 65b8761d
      Baber Abbasi authored
      * add ruff and isort. remove black and flake8
      
      * remove unnecessary dependencies
      
      * remove dependency from table
      
      * change order
      
      * ran ruff
      
      * check 3.9
      
      * exclude evaluator
      
      * update CI workflow
      
      * use ruff config in pyproject.toml
      
      * test
      
      * add isort rules to ruff
      
      * sort imports
      
      * import `make_table`
      
      * try stages for no-commit-to-branch
      
      * turn on mypy for pre-commit
      
      * test
      
      * test
      
      * test
      
      * change no-commit-to-branch to default
      
      * nits
      
      * fixed dependency
      65b8761d
  2. 19 Dec, 2023 2 commits
  3. 16 Dec, 2023 2 commits
  4. 15 Dec, 2023 2 commits
  5. 14 Dec, 2023 3 commits
  6. 12 Dec, 2023 2 commits
  7. 10 Dec, 2023 1 commit
  8. 04 Dec, 2023 1 commit
  9. 03 Dec, 2023 3 commits
  10. 29 Nov, 2023 9 commits
  11. 28 Nov, 2023 2 commits
  12. 27 Nov, 2023 9 commits
  13. 26 Nov, 2023 1 commit
  14. 24 Nov, 2023 1 commit