LocalAI/core/http/endpoints/localai
Ettore Di Giacinto 36e185ba63
feat(p2p): allow to run multiple clusters in the same p2p network (#3128)
feat(p2p): allow to run multiple clusters in the same network

Allow to specify a network ID via CLI which allows to run multiple
clusters, logically separated within the same network (by using the same
shared token).

Note: This segregation is not "secure" by any means, anyone having the
network token can see the services available in all the network,
however, this provides a way to separate the inference endpoints.

This allows for instance to have a node which is both federated and
having attached a set of llama.cpp workers.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2024-08-07 23:35:44 +02:00
..
backend_monitor.go docs(swagger): core more localai/openai endpoints (#2904) 2024-07-18 00:38:41 -04:00
gallery.go docs: more swagger, update docs (#2907) 2024-07-18 11:25:21 +02:00
metrics.go docs(swagger): core more localai/openai endpoints (#2904) 2024-07-18 00:38:41 -04:00
p2p.go feat(p2p): allow to run multiple clusters in the same p2p network (#3128) 2024-08-07 23:35:44 +02:00
stores.go chore: fix go.mod module (#2635) 2024-06-23 08:24:36 +00:00
tts.go feat(model-list): be consistent, skip known files from listing (#2760) 2024-07-10 15:28:39 +02:00
welcome.go fix(ui): do not show duplicate entries if not installed by gallery (#3107) 2024-08-01 17:27:40 +02:00