b28f175b61
feat: transparent openai responses api integration
2026-06-10 18:48:26 +02:00
353fadac48
doc: update
2026-05-05 11:04:18 +02:00
d2c461d821
doc: update readme
2026-04-16 13:56:34 +02:00
27d77c6e5d
fix: docker build
2026-04-07 17:50:42 +02:00
e912b71b5c
doc: update readme
2026-04-07 09:14:00 +02:00
dd4b12da6a
feat: adding a semantic cache layer
2026-03-08 09:12:09 +01:00
c3d47c7ffe
docs: adding ghcr docker pull instructions
2026-03-05 11:54:42 +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
b718d575b7
Merge pull request #22 from nomyo-ai/dev-v0.5.x
...
Dev v0.5.x
2026-01-30 18:18:42 +01:00
ff402ba0bb
Update video link to clickable thumbnail
...
Replace static video link with a clickable thumbnail.
2026-01-26 18:34:30 +01:00
d4b2558116
refactor: improve snapshot safety and usage tracking
...
Create atomic snapshots by deep copying usage data structures to prevent race conditions.
Protect concurrent reads of usage counts with explicit locking in endpoint selection.
Replace README screenshot with a video link.
2026-01-26 17:18:57 +01:00
YetheSamartaka
eca4a92a33
add: Optional router-level API key that gates router/API/web UI access
...
Optional router-level API key that gates router/API/web UI access (leave empty to disable)
## Supplying the router API key
If you set `nomyo-router-api-key` in `config.yaml` (or `NOMYO_ROUTER_API_KEY` env), every request to NOMYO Router must include the key:
- HTTP header (recommended): `Authorization: Bearer <router_key>`
- Query param (fallback): `?api_key=<router_key>`
Examples:
```bash
curl -H "Authorization: Bearer $NOMYO_ROUTER_API_KEY" http://localhost:12434/api/tags
curl "http://localhost:12434/api/tags?api_key=$NOMYO_ROUTER_API_KEY "
```
2026-01-14 09:28:02 +01:00
c6c1059ede
Merge pull request #12 from nomyo-ai/dev-v0.4.x
...
token usage counter for non-stream openai ollama endpoints and improvements
2025-11-08 11:54:33 +01:00
YetheSamartaka
9a4bcb6f97
Add Docker support
...
Adds comprehensive docker support
2025-11-07 13:59:16 +01:00
60694e885b
Update README.md
2025-10-31 13:54:22 +01:00
beb5395e24
Update README.md
2025-09-15 12:06:42 +02:00
36fa34c5ab
Fix typo in install instructions
2025-09-06 13:26:22 +02:00
58490c2302
Merge pull request #3 from nomyo-ai/dev-v.0.2.x
...
PR v.0.2.2
2025-09-05 12:18:31 +02:00
20790d95ed
Update README.md
2025-09-04 16:12:05 +02:00
038e1b0f9a
Update README.md
2025-09-01 13:47:54 +02:00
ae0f6c14f7
Update README.md
2025-08-30 23:32:07 +02:00
8ce7277884
Update README.md
2025-08-30 23:30:21 +02:00
8fde5834ba
Update README.md
2025-08-30 12:55:47 +02:00
394b38f418
Update README.md
2025-08-30 12:49:47 +02:00
e06745c39e
Update README.md
2025-08-30 12:47:08 +02:00
f6ab185116
Update README.md
2025-08-27 09:22:07 +02:00
9d13545932
Update README.md
2025-08-26 19:51:36 +02:00
b07de40e13
Update README.md
2025-08-26 19:41:45 +02:00
019490b6bd
Update README.md
2025-08-26 18:42:32 +02:00
1c95bbca66
Update README.md
2025-08-26 18:40:56 +02:00
2cbea0008b
Update README.md
2025-08-26 18:40:23 +02:00
5b19fbf739
Create README.md
2025-08-26 18:15:13 +02:00