-
Notifications
You must be signed in to change notification settings - Fork 12
feat: Release Candidate v2.0.0 #26
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* ci: precommit * fix: version name * ci: Added rc pipeline for semantic release * ci: pypi api keys * ci: Added rc pipeline for semantic release * ci: pypi api keys
* ci: updated precommit hooks * docs: more readme updates * docs: removed extra lines * fix: rename * docs: readme * docs: full readme * docs: badges * ci: commitizen version * revert: via
* docs: instance text * docs: client instance explanation
* ci: python 3.8 >= support * ci: unittests * test: dummy test
* fix: removed unnecessary url env var * fix: README.md CR
* test: get_tokenizer tests * fix: cases * test: Added some unittests to resources * fix: rename var * test: Added ai21 studio client tsts * fix: rename files * fix: Added types * test: added test to http * fix: removed unnecessary auth param * test: Added tests * test: Added sagemaker * test: Created a single session per instance * ci: removed unnecessary action
* test: get_tokenizer tests * fix: cases * test: Added some unittests to resources * fix: rename var * test: Added ai21 studio client tsts * fix: rename files * fix: Added types * test: added test to http * fix: removed unnecessary auth param * test: Added tests * test: Added sagemaker * test: Created a single session per instance * ci: removed unnecessary action * fix: errors * fix: error renames * fix: rename upload * fix: rename type * fix: rename variable * fix: removed experimental * test: fixed * test: Added some unittests to resources * test: Added ai21 studio client tsts * fix: rename files * fix: Added types * test: added test to http * fix: removed unnecessary auth param * test: Added tests * test: Added sagemaker * test: Created a single session per instance * fix: errors * fix: error renames * fix: rename upload * fix: rename type * fix: rename variable * fix: removed experimental * test: fixed
* refactor: answer enum * refactor: answer - mode enum * refactor: moved imports * refactor: Added enums to chat requests/response * refactor: Added enums to completion requests/response * fix: imports * refactor: Added embed types enum * refactor: Added correction type enum * refactor: Added improvement type enum * refactor: Added enums to paraphrase and library answer * refactor: Added enums to segmentation * refactor: Added enums to summary * refactor: Added enums to summary by segment * fix: test
* refactor: moved classes to models package * refactor: moved responses = to models package * refactor: moved resources to common package * refactor: chat message rename * refactor: init * fix: imports * refactor: added more to imports
* fix: removed application and organization * fix: tests
* fix: env vars to http * fix: env vars to http
* fix: removed name parameter from chat message * fix: imports in integration tests
* fix: parameters for chat create * fix: imports
* test: added user agent with more details * test: changed to capital * test: Removed class into single tests
* ci: rc branch trigger for integration test * fix: wrapped in quotes
* ci: rc branch trigger for integration test * fix: wrapped in quotes * fix: AWS tests * test: ci * fix: AWS tests * test: ci * fix: Removed testing pattern for tests
* fix: types * test: Added some integration tests * test: improvements * test: test_paraphrase.py * fix: doc * fix: removed unused comment * test: test_summarize.py * test: Added tests for test_summarize_by_segment.py * test: test_segmentation.py * fix: file id in library response * fix: example for library * ci: Add rc branch prefix trigger for integration tests (#43) * ci: rc branch trigger for integration test * fix: wrapped in quotes * fix: types * test: Added some integration tests * test: improvements * test: test_paraphrase.py * fix: doc * fix: removed unused comment * test: test_summarize.py * test: Added tests for test_summarize_by_segment.py * test: test_segmentation.py * fix: file id in library response * fix: example for library * docs: docstrings * fix: question * fix: CR * test: Added tests to segment type in embed
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: asafgardin <147075902+asafgardin@users.noreply.github.com>
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: asafgardin <147075902+asafgardin@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: asafgardin <147075902+asafgardin@users.noreply.github.com>
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.8.11. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@27b3170...2f6f737) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: asafgardin <147075902+asafgardin@users.noreply.github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: asafgardin <147075902+asafgardin@users.noreply.github.com>
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.0.2 to 5.4.0. - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](amannn/action-semantic-pull-request@v5.0.2...v5.4.0) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: asafgardin <147075902+asafgardin@users.noreply.github.com>
* test: Added tests for library * fix: CR
etang-ai21
reviewed
Jan 30, 2024
etang-ai21
reviewed
Jan 30, 2024
etang-ai21
reviewed
Jan 30, 2024
etang-ai21
reviewed
Jan 30, 2024
etang-ai21
reviewed
Jan 30, 2024
etang-ai21
reviewed
Jan 30, 2024
etang-ai21
approved these changes
Jan 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.