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

554 improve tokenization function #556

Closed
wants to merge 66 commits into from

Conversation

VinciGit00
Copy link
Collaborator

No description provided.

VinciGit00 and others added 30 commits August 9, 2024 17:35
## [1.13.0-beta.8](v1.13.0-beta.7...v1.13.0-beta.8) (2024-08-09)

### Bug Fixes

* broken node ([1272273](1272273))
…e-to-0

feat: add refactoring of default temperature
## [1.13.0-beta.9](v1.13.0-beta.8...v1.13.0-beta.9) (2024-08-10)

### Features

* add refactoring of default temperature ([6c3b37a](6c3b37a))
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
## [1.14.0-beta.1](v1.13.3...v1.14.0-beta.1) (2024-08-11)

### Features

* add refactoring of default temperature ([6c3b37a](6c3b37a))

### Bug Fixes

* broken node ([1272273](1272273))
* merge_anwser prompt import ([f17cef9](f17cef9))

### CI

* **release:** 1.13.0-beta.8 [skip ci] ([b470d97](b470d97))
* **release:** 1.13.0-beta.9 [skip ci] ([d4c1a1c](d4c1a1c))
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
Co-Authored-By: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com>
VinciGit00 and others added 26 commits August 12, 2024 18:32
## [1.14.0-beta.3](v1.14.0-beta.2...v1.14.0-beta.3) (2024-08-13)

### Bug Fixes

* **models_tokens:** incorrect provider names ([cb6b353](cb6b353))

### chore

* **examples:** add vertex examples, rename genai examples ([1aa9c6e](1aa9c6e))
* **examples:** update provider names to match tokens dictionary ([ee078cb](ee078cb))
## [1.14.0-beta.4](v1.14.0-beta.3...v1.14.0-beta.4) (2024-08-15)

### Features

* update abstract graph ([c77231c](c77231c))
…ariants

Add new feature to support gpt-4o variant models with different pricing
## [1.14.0-beta.5](v1.14.0-beta.4...v1.14.0-beta.5) (2024-08-16)

### Features

* Add new feature to support gpt-4o variant models with different pricing ([8551448](8551448))
## [1.14.0-beta.6](v1.14.0-beta.5...v1.14.0-beta.6) (2024-08-16)

### Features

* add integration for new module of gpt4o ([982150e](982150e))
## [1.14.0-beta.7](v1.14.0-beta.6...v1.14.0-beta.7) (2024-08-16)

### Bug Fixes

* model count ([faef318](faef318))
@VinciGit00 VinciGit00 linked an issue Aug 17, 2024 that may be closed by this pull request
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/google-generativeai 0.7.2 UnknownUnknown
pip/tiktoken 0.7.0 🟢 4.6
Details
CheckScoreReason
Code-Review🟢 3Found 10/30 approved changesets -- score normalized to 3
Maintained🟢 53 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 5
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Manifest Files

pyproject.toml
  • google-generativeai@0.7.2
  • tiktoken@0.7.0
  • langchain-community@>= 0.2.9
  • tiktoken@>= 0.7
requirements.txt
  • langchain-community@>= 0.2.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improve tokenization function
6 participants