mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 06:25:00 +00:00
refactor: move federated server logic to its own service (#2914)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
bf9dd1de7f
commit
24a8eebcef
6 changed files with 153 additions and 124 deletions
|
@ -6,7 +6,6 @@ import (
|
|||
)
|
||||
|
||||
const defaultServicesID = "services_localai"
|
||||
const FederatedID = "federated"
|
||||
|
||||
type NodeData struct {
|
||||
Name string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue