AICodeBot icon indicating copy to clipboard operation
AICodeBot copied to clipboard

AI-powered tool for developers, simplifying coding tasks and improving workflow efficiency. 🤖

Results 52 AICodeBot issues
Sort by recently updated
recently updated
newest added

Bumps [tiktoken](https://github.com/openai/tiktoken) from 0.5.1 to 0.7.0. Changelog Sourced from tiktoken's changelog. [v0.7.0] Support for gpt-4o Performance improvements [v0.6.0] Optimise regular expressions for a 20% performance improvement, thanks to @​paplorinc! Add...

dependencies
python

Bumps [openai](https://github.com/openai/openai-python) from 1.3.3 to 1.30.1. Release notes Sourced from openai's releases. v1.30.1 1.30.1 (2024-05-14) Full Changelog: v1.30.0...v1.30.1 Chores internal: add slightly better logging to scripts (#1422) (43dffab) v1.30.0 1.30.0...

dependencies
python

Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.338 to 0.1.20. Release notes Sourced from langchain's releases. langchain==0.1.20 Release langchain==0.1.20 Package-specific release note generation coming soon. langchain-azure-dynamic-sessions==0.1.0rc0 Release langchain-azure-dynamic-sessions==0.1.0rc0 Package-specific release note generation coming soon....

dependencies
python

Claude 2 looks interesting

enhancement

Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 6. Release notes Sourced from github/super-linter's releases. v6 Full Changelog: https://github.com/github/super-linter/compare/v4.10.2...v6 Changelog Sourced from github/super-linter's changelog. 6.4.0 (2024-04-16) 🚀 Features add clang-format style configuration (#5424)...

dependencies
github_actions

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.43. Release notes Sourced from gitpython's releases. 3.1.43 Particularly Important Changes These are likely to affect you, please do take a careful look. Issue and...

dependencies
python

Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. Release notes Sourced from pre-commit/action's releases. pre-commit/[email protected] Misc Update actions/cache to v4 #190 PR by @​SukiCZ. #189 issue by @​bakerkj. Commits 2c7b380 v3.0.1 8e2deeb...

dependencies
github_actions

Bumps [humanize](https://github.com/python-humanize/humanize) from 4.8.0 to 4.9.0. Release notes Sourced from humanize's releases. 4.9.0 Added Add support for Python 3.13 (#156) @​hugovk Add Norwegian localization (#155) @​fdanielsen Add Hebrew localization (#149)...

dependencies
python

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies
github_actions

i believe using a vectorDB to store the files, then only search for relevant portions would work to get around the input context limit. https://python.langchain.com/docs/modules/chains/additional/vector_db_text_generation Could break it down into...