Commit graph

26 commits

Author SHA1 Message Date
46da392a53 fix: semcache version pinned 2026-03-11 09:40:00 +01:00
fbdc73eebb fix: improvements, fixes and opt-in cache
doc: semantic-cache.md added with detailed write-up
2026-03-10 15:19:37 +01:00
dd4b12da6a feat: adding a semantic cache layer 2026-03-08 09:12:09 +01:00
e7196146ad feat: add uvloop to requirements.txt as optional dependency to improve performance in high concurrent scenarios 2026-03-03 10:31:10 +01:00
eda48562da feat(router): add logprob support in /api/chat
Add logprob support to the OpenAI-to-Ollama proxy by converting OpenAI logprob formats to Ollama types. Also update the ollama dependency.
2026-02-13 13:29:45 +01:00
c545f413a5
Merge pull request #23 from JTHesse/main
Fix for SSL verification and SQL Bug
2026-02-13 10:19:07 +01:00
dependabot[bot]
99f5a3bc91
Bump pillow from 11.3.0 to 12.1.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.3.0 to 12.1.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/11.3.0...12.1.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-11 17:43:19 +00:00
dd30ab9422 fix SSL: CERTIFICATE_VERIFY_FAILED 2026-02-11 13:47:11 +01:00
b718d575b7
Merge pull request #22 from nomyo-ai/dev-v0.5.x
Dev v0.5.x
2026-01-30 18:18:42 +01:00
0ebfa7c519 security: bump orjson to >=3.11.5 preventing a recursive DOS attack 2026-01-29 18:12:05 +01:00
dependabot[bot]
66cabcf3a9
Bump aiohttp from 3.12.15 to 3.13.3
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.13.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-06 00:33:28 +00:00
baf5d98318 adding token timeseries counting in db for future data viz 2025-11-18 11:16:21 +01:00
1427e98e6d various performance improvements and json replacement orjson 2025-11-10 15:37:46 +01:00
YetheSamartaka
9a4bcb6f97 Add Docker support
Adds comprehensive docker support
2025-11-07 13:59:16 +01:00
20f4d1ac96
Merge pull request #10 from nomyo-ai/dev-v0.3.x
Fixes and Improvements for 0.4 release
2025-10-30 09:26:12 +01:00
dependabot[bot]
b04f0e3a44
Bump starlette from 0.47.2 to 0.49.1
Bumps [starlette](https://github.com/Kludex/starlette) from 0.47.2 to 0.49.1.
- [Release notes](https://github.com/Kludex/starlette/releases)
- [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)
- [Commits](https://github.com/Kludex/starlette/compare/0.47.2...0.49.1)

---
updated-dependencies:
- dependency-name: starlette
  dependency-version: 0.49.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-28 22:30:50 +00:00
ac25feadf8 requirements fix 2025-09-24 16:40:26 +02:00
e66c0ed0fc new requirement for image preprocessing to downsize and convert to png for faster and safer transaction 2025-09-24 11:46:38 +02:00
d3e4555c8c moving from httpx to aiohttp 2025-09-09 17:08:00 +02:00
a23ccafc5a
Add files via upload
dashboard polling removed in favour for SSE pub:sub
2025-09-05 09:44:35 +02:00
ef936bb2a0
Update requirements.txt
remove unnecessary dependecy
2025-09-04 19:16:34 +02:00
b3b67fdbf2
Add files via upload
BREAKING CHANGE:
- new config.yaml config block
- new dependency: httpx-aiohttp for faster endpoint queries in bigger installations
- new dynamic dashboard
2025-09-04 19:07:28 +02:00
caca498f49
Add files via upload
switching to custom cache logic for faster cache invalidation in faulty cache scenarios
removing aiocache dependency
2025-09-01 13:38:49 +02:00
0c6387f5af
Add files via upload
adding persistent connections for endpoints
adding cache to available models routine
2025-09-01 11:07:07 +02:00
516ec8b102
Adding OpenAI compatibility
New Endpoints
New Requirements
2025-08-28 09:40:33 +02:00
5f1f3f7b57
Initial commit 2025-08-26 18:19:43 +02:00