Commit graph

83 commits

Author SHA1 Message Date
16dba93c0d compliance for ollama embeddings endpoints using openai models 2025-09-15 17:48:17 +02:00
4b5834d7df comliance with ollama naming conventions and openai model['id'] 2025-09-15 17:39:15 +02:00
733e215be2 Merge branch 'dev-v0.3.x' of https://github.com/nomyo-ai/nomyo-router into dev-v0.3.x 2025-09-15 17:10:50 +02:00
da8b165f4a fixing openai models relabling for ollama client libs 2025-09-15 17:00:53 +02:00
beb5395e24
Update README.md 2025-09-15 12:06:42 +02:00
ed84be2760 relabling openai models with ollama compatible tags 2025-09-15 11:57:00 +02:00
6c9ffad834 adding ollama embeddings conversion calls to openai endpoint 2025-09-15 11:47:55 +02:00
bd21906687 fixing /v1/embeddings 2025-09-15 09:04:38 +02:00
49b1ea16d0 hotfix ep2base 2025-09-13 18:11:05 +02:00
9ea852f154 adding fetch class and ollama client completions on openai endpoints 2025-09-13 16:57:09 +02:00
0a7fd8ca52 simplification in rechunk 2025-09-13 12:38:13 +02:00
b7b3967296 adding stream == False options to ollama 2 openai translation in /api/chat 2025-09-13 12:28:42 +02:00
fd49a09c8b fix: openai endpoint if loop and extending chunk vars 2025-09-13 12:10:40 +02:00
6381dd09c3 starting an openai2ollama client translation layer with rechunking class 2025-09-13 11:24:28 +02:00
25b287eba6 improved SSE queue handling on shutdown 2025-09-12 09:44:56 +02:00
175f035d86 removing reserved words var names 2025-09-11 18:53:23 +02:00
0c353939d9 better v1 endpoint paramter handling 2025-09-11 13:56:51 +02:00
af24cf5c87 adding CORS middleware 2025-09-11 09:46:19 +02:00
ee0d9c6cca fixing fetch_loaded_models and safer usage_counts calls 2025-09-10 18:42:24 +02:00
ddd3eb9e84 params handling for googleapis 2025-09-10 15:25:25 +02:00
2813ecb044 using global aiohttp sessionpool for improved performance 2025-09-10 10:21:49 +02:00
d3e4555c8c moving from httpx to aiohttp 2025-09-09 17:08:00 +02:00
b6a9aa82cb cosmetic fixes 2025-09-08 17:33:32 +02:00
ad9457d571
Merge pull request #4 from FirephoenixX02/new-dashboard-design
Improve dashboard design & Add toggleable dark mode
2025-09-08 17:18:43 +02:00
047f73e269 gitignore update 2025-09-08 08:43:06 +02:00
82f4783d8a Replace json response on model pull with only the status message 2025-09-06 16:14:10 +02:00
5132adc8be Replace fontawesome with emoji for less dependencies 2025-09-06 16:07:45 +02:00
62a4c700c3 Improve design and add dark mode with toggle button 2025-09-06 15:37:36 +02:00
36fa34c5ab Fix typo in install instructions 2025-09-06 13:26:22 +02:00
25dc250225 adding gitignore 2025-09-05 13:23:15 +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
ca3908412a
Add files via upload 2025-09-05 12:15:57 +02:00
9fc0593d3a
Add files via upload
final touches
2025-09-05 12:11:31 +02:00
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