Commit graph

300 commits

Author SHA1 Message Date
ee8788e482
Add files via upload
textformatting improved
2025-09-05 12:00:47 +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
20790d95ed
Update README.md 2025-09-04 16:12:05 +02:00
75de210039
Update config.yaml 2025-09-04 16:09:30 +02:00
7a4e0bb08c
Update config.yaml
fixing config for ollama /v1 compatible endpoint usage
2025-09-04 16:08:02 +02:00
fbce181a81
Add files via upload
herding ollamas
- added management functions to dashboard and updated routes in backend
2025-09-04 15:00:50 +02:00
2f09dbe22c
Add files via upload
adding dashboard copy link
adding copy get route for dashboard
2025-09-04 10:39:10 +02:00
190fa874c7
Add files via upload
cosmetics
2025-09-03 19:20:01 +02:00
2ead1112e7
Add files via upload
centralizing remote endpoint secrets management for unified endpoints
2025-09-03 18:01:39 +02:00
e7fd79c461
Update config.yaml
centralizing remote endpoint secrets
2025-09-03 18:00:20 +02:00
d257073cb1
Add files via upload
preparations for /v1 endpoints with auth
2025-09-03 16:34:41 +02:00
0a456e6e21
Add files via upload
fixing v1/models
2025-09-02 16:24:00 +02:00
9f32fcf75d
Add files via upload
fixing /v1/models:
- relabel model.id with model.name for OpenAI compliance
2025-09-02 14:44:21 +02:00
7ed872379b
Add files via upload
adding missing authorization headers for open ai endpoints
2025-09-02 13:30:04 +02:00
f01843d12b
Add files via upload
refined available models view for copy and paste with open ai compatible endpoints
2025-09-02 12:48:19 +02:00
b27b3608ce
Update config.yaml 2025-09-01 16:36:27 +02:00
2c82e5964f
Add files via upload
minor updates
2025-09-01 16:35:22 +02:00
40ef8ec0c2
Merge pull request #2 from nomyo-ai/dev-v.0.2.x
Add files via upload
2025-09-01 13:59:18 +02:00
038e1b0f9a
Update README.md 2025-09-01 13:47:54 +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
8783d623b7
Merge pull request #1 from nomyo-ai/v0.2
v0.2 - candidate
2025-09-01 11:22:37 +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
9f19350f55
Add files via upload
improving high load endpoint selection by moving from rr to lc algorithm for connections > max_concurrent_connections
2025-09-01 09:30:23 +02:00
64549b4e1c
Add files via upload
Increasing timeout for heavy load situatuions
2025-09-01 09:01:41 +02:00
966d119fec
Add files via upload
fixing tpyes, outputs and flatten responses in helper func
2025-08-31 15:33:33 +02:00
295ace0401
Add files via upload
fixing a result type bug in exception handleer
2025-08-31 11:40:13 +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
65ad74a452
Add files via upload
smaller adjustments and adds
2025-08-30 17:40:39 +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
cb7224c030
Add files via upload
Adding:
- health endpoint
- extended /api/config
- frontend extension of backend server viz
2025-08-30 12:43:35 +02:00
d577099845
Add files via upload 2025-08-30 00:13:50 +02:00
f40516195b
Create index.html 2025-08-30 00:13:35 +02:00
9e0b53bba3
Additions
- Frontend
- Internal Monitoring Endpoints
- External OpenAI compatible backends
2025-08-30 00:12:56 +02:00
1403c08a81
enhance routing logic
add a pre-routing model check:
allows for different configs on the ollama backend servers
2025-08-29 13:13:25 +02:00
516ec8b102
Adding OpenAI compatibility
New Endpoints
New Requirements
2025-08-28 09:40:33 +02:00
cdb4485334
Update router.py
added t.b.d. OpenAI API compatible endpoints
2025-08-27 09:23:59 +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
5f1f3f7b57
Initial commit 2025-08-26 18:19:43 +02:00
5b19fbf739
Create README.md 2025-08-26 18:15:13 +02:00
25e7631aa9
Create LICENSE 2025-08-26 18:14:45 +02:00