- 12 Aug, 2024 1 commit
-
-
dependabot[bot] authored
Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.5.4 to 0.5.5. - [Release notes](https://github.com/chroma-core/chroma/releases) - [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md) - [Commits](https://github.com/chroma-core/chroma/compare/0.5.4...0.5.5 ) --- updated-dependencies: - dependency-name: chromadb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 11 Aug, 2024 6 commits
-
-
Timothy Jaeryang Baek authored
refactor: re-use utils in Ollama
-
Timothy Jaeryang Baek authored
chore(deps): bump the pip group across 2 directories with 1 update
-
Timothy Jaeryang Baek authored
ci: fix cypress integration tests
-
Jun Siang Cheah authored
-
Jun Siang Cheah authored
-
Jun Siang Cheah authored
-
- 10 Aug, 2024 1 commit
-
-
- 09 Aug, 2024 6 commits
-
-
Timothy Jaeryang Baek authored
i18n: Update of the Ukrainian translation
-
Simon authored
-
dependabot[bot] authored
Bumps the pip group with 1 update in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /backend directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.9.5 to 3.10.2 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.2) Updates `aiohttp` from 3.9.5 to 3.10.2 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.2 ) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Timothy Jaeryang Baek authored
i18n: Update Chinese translation
-
Karl Lee authored
-
Timothy Jaeryang Baek authored
i18n: Updated catalan translation
-
- 08 Aug, 2024 21 commits
-
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Aleix Dorca authored
-
Aleix Dorca authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
dev
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Timothy Jaeryang Baek authored
SSRF Fix
-
Timothy Jaeryang Baek authored
fix: ComfyUI generation no longer causes FastAPI to stall for all users
-
John Karabudak authored
as the get_images() function involves a `while True` loop while waiting for a response from ComfyUI and is not async, when image generation is running the entire UI becomes unresponsive for all users. furthermore, when image generation takes too long, the Docker health check starts failing. this is certainly a bad fix as it does not convert everything to async, but rather just puts the blocking loop in a separate thread. however, it works and it at least fixes the problem for now.
-
- 07 Aug, 2024 5 commits
-
-
Timothy Jaeryang Baek authored
-
Timothy Jaeryang Baek authored
feat: Add OAuth Email Claim Variable
-
Carter Roeser authored
Add an `OAUTH_EMAIL_CLAIM` variable to override the default "email" claim value.
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-