companion
companion copied to clipboard
VSCode coding companion for software teams 🦆 Turn your team insights into a portable plug-and-play context for code generation. Alternative to GitHub Copilot & OpenAI GPT powered by OSS LLMs (Phi 3,...
It makes sense that some users won't have compatible hardware to run LLMs locally. In that case, they might want to use external APIs for this. It could be interesting...
Hey I noticed that at some places the utcnow() method has been use. Since the function will be deprecated soon I have replaced this with the recommended one. ```python from...
Bumps the pip group with 1 update: [tqdm](https://github.com/tqdm/tqdm). Updates `tqdm` from 4.66.2 to 4.66.3 Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) Commits...
The code chat endpoint is only available using streaming for now. This should be flexible
# What does this PR do? HuggingFace -> Hugging Face ## Before submitting - [ ] Was this discussed/approved in a Github [issue](https://github.com/quack-ai/companion/issues?q=is%3Aissue) or a [discussion](https://github.com/quack-ai/companion/discussions)? Please add a link...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.1 to 0.6.1. Release notes Sourced from ruff's releases. 0.6.1 Release Notes This is a hotfix release to address an issue with ruff-pre-commit. In v0.6, Ruff changed...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.0 to 3.8.0. Release notes Sourced from pre-commit's releases. pre-commit v3.8.0 Features Implement health checks for language: r so environments are recreated if the system version of...
Bumps the pip group with 1 update: [setuptools](https://github.com/pypa/setuptools). Updates `setuptools` from 68.2.2 to 70.0.0 Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml...
# What does this PR do? Added integration for Claude! There's just one problem and that is i am not able to find model_card for claude in the docs as...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.0 to 4.0.1. Release notes Sourced from pre-commit's releases. pre-commit v4.0.1 Fixes Fix pre-commit migrate-config for unquoted deprecated stages names with purelib pyyaml. #3324 PR by @asottile....