Tags: SuperCollectionAI/codegate-ai
Tags
Bump jinja2 from 3.1.5 to 3.1.6 (stacklok#1249) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.5...3.1.6) --- 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>
feat: remove not needed encryption of secrets (stacklok#1123) * feat: remove not needed encryption of secrets Instead use an uuid generator as we do for pii, and reuse same session store mechanism Closes: stacklok#929 * fix tests * unify interface in sensitive data * add missing tests * changes from rebase * fixes from review * fixes in tests * fix tests
Bump litellm from 1.61.17 to 1.61.20 (stacklok#1175) Bumps [litellm](https://github.com/BerriAI/litellm) from 1.61.17 to 1.61.20. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) --- updated-dependencies: - dependency-name: litellm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump library/node from `f498ea1` to `054f13a` (stacklok#1160) Bumps library/node from `f498ea1` to `054f13a`. --- updated-dependencies: - dependency-name: library/node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yolanda Robla Mota <yolanda@stacklok.com>
Switch usage of `re` package for `regex` which is slightly more perfo… …rmant (stacklok#1127) `regex` is a drop-in replacement of `re` and provides better performance. Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
Bump bandit from 1.8.2 to 1.8.3 (stacklok#1083) Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.8.2...1.8.3) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Pin blis dependency (stacklok#1047) * Pin blis dependency Pinning `spacy` was not working * pin also en_core_web_sm model * also update poetry * include readme * pin spacy
Add hash presentation support of CodeSnipped (stacklok#1041)
Add healthcheck test for codegate (stacklok#1042) Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
Fix ollama support for Kodu when muxing (stacklok#1022) Muixing was failing for 2 reasons: 1. Sometimes we return OpenAI format from ollama provider. Before we were assuming that everything that was returned from ollama provider had ollama format. 2. The OpenAI format returned from ollama provider had an invalid `created` field.
PreviousNext