Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.Net: Merge feature/oobabooga branch to main (microsoft#2016)
### Motivation and Context <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> Merge [feature/oobabooga](https://github.com/microsoft/semantic-kernel/tree/feature/oobabooga) branch to `main` with [Oobabooga](https://github.com/oobabooga/text-generation-webui) AI Connector functionality. Functionality verified with unit and integration testing. ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> From original PR (microsoft#1357): > This PR adds to the solution a project similar to HuggingFace connectors project, and an additional integration test also similar to HuggingFace connector's The code for the connector was based on the existing HuggingFace's, with a couple improvements (e.g. using web sockets for streaming API) ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#dev-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄 Co-authored-by: Jean-Sylvain Boige <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Jean-Sylvain Boige <[email protected]> Co-authored-by: Shawn Callegari <[email protected]> Co-authored-by: Gina Triolo <[email protected]> Co-authored-by: Devis Lucato <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Presti <[email protected]> Co-authored-by: Craig Presti <[email protected]> Co-authored-by: Mark Wallace <[email protected]> Co-authored-by: Teresa Hoang <[email protected]> Co-authored-by: Abby Harrison <[email protected]> Co-authored-by: Tao Chen <[email protected]> Co-authored-by: Aman Sachan <[email protected]> Co-authored-by: cschadewitz <[email protected]> Co-authored-by: Abby Harrison <[email protected]>
- Loading branch information