Commit Graph

17 Commits

Author SHA1 Message Date
fd9e651e09 Implement model management for llama.cpp instances 2025-12-18 19:14:20 +01:00
5ccf493e04 Add permission checks to proxies 2025-12-03 21:14:44 +01:00
560850f86d Add shutdown state checks in HTTP handlers 2025-10-30 18:00:59 +01:00
77c0e22fd0 Use instance's ServeHTTP in handlers 2025-10-29 00:01:29 +01:00
249ff2a7aa Capitalize godoc tags 2025-10-26 16:49:27 +01:00
356c5be2c6 Improve comments 2025-10-26 10:34:36 +01:00
94dce4c9bb Implement helper response handling functions 2025-10-26 00:12:33 +02:00
a3f9213f04 Implement ensureInstanceRunning helper 2025-10-25 23:44:21 +02:00
c038aac91b Remove redundant UpdateLast RequestTime calls 2025-10-25 16:09:57 +02:00
ff719f3ef9 Remove remote instance proxy handling from handlers 2025-10-25 14:07:11 +02:00
a9fb0d613d Validate instance name in openai proxy 2025-10-22 18:55:57 +02:00
113b51eda2 Refactor instance node handling to use a map 2025-10-18 00:33:16 +02:00
80ca0cbd4f Rename Process to Instance 2025-10-16 19:38:44 +02:00
7f6725da96 Refactor NodeConfig handling to use a map 2025-10-08 19:24:24 +02:00
6298b03636 Refactor RemoteOpenAIProxy to use cached proxies and restore request body handling 2025-10-07 18:57:08 +02:00
16b28bac05 Merge branch 'main' into feat/multi-host 2025-10-07 18:04:24 +02:00
670f8ff81b Split up handlers 2025-10-02 23:11:20 +02:00