-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fea: New updated on the sdks * feat: new updates on the SDK - releasing version v1.0.0 * feat: updating the name of the package to portkey_ai * feat: adding the CI pipeline for publishing to NPM on release * fix: reverting the changes on previos commit * fix: adding the conventional-commit-check * fix: adding metadata in feedback routes * fix: updated feedbacks response, added streaming in post and added over ride function in utils * fix: feedbacks and test cases * fix: fixing the url on the prompt completions API * fix: adding completions method to prompt api * fix: lint issues * fix: renaming the post method * feat: adding the get_headers function to retrieve the headers * fix: linting error fixes * fix: fixing the last chunk in streaming mode * feat: changes * fix: fixing llama_index imports * fix: fixing on the LLMmetadata on llamaindex. Assingned a default value to context window * fix: removing headers when parsing the dict * fix: adding types into llama_index and langchain * fix: formating * fix: removed the unused methods on the integrations and removed headers from the generic response * fix: lint fixes * doc: Udpating the readme file with the latest changes * doc: URL updated
- Loading branch information
1 parent
8451f33
commit 22192ff
Showing
69 changed files
with
2,816 additions
and
3,094 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: verify-conventional-commits | ||
|
||
on: [pull_request] | ||
|
||
jobs: | ||
conventional-commits-checker: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: verify conventional commits | ||
uses: taskmedia/[email protected] | ||
|
This file contains 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
This file contains 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
Oops, something went wrong.