LocalAI/core
Ettore Di Giacinto 7f06954425
fix(model-loading): keep track of open GRPC Clients (#3377)
Due to a previous refactor we moved the client constructor tight to the
model address, however that was just a string which we would use to
build the client each time.

With this change we make the loader to return a *Model which carries a
constructor for the client and stores the client on the first
connection.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2024-08-25 14:36:09 +02:00
..
backend feat: elevenlabs sound-generation api (#3355) 2024-08-24 00:20:28 +00:00
cli fix(p2p): correctly allow to pass extra args to llama.cpp (#3368) 2024-08-24 10:30:24 +02:00
clients feat(store): add Golang client (#1977) 2024-04-16 15:54:14 +02:00
config chore: allow to disable gallery endpoints, improve p2p connection handling (#3256) 2024-08-17 08:28:52 +02:00
dependencies_manager fix: be consistent in downloading files, check for scanner errors (#3108) 2024-08-02 20:06:25 +02:00
explorer feat(explorer): make possible to run sync in a separate process (#3224) 2024-08-12 19:25:44 +02:00
gallery fix: be consistent in downloading files, check for scanner errors (#3108) 2024-08-02 20:06:25 +02:00
http feat: elevenlabs sound-generation api (#3355) 2024-08-24 00:20:28 +00:00
p2p feat(p2p): allow to set intervals (#3353) 2024-08-21 18:23:51 +02:00
schema feat: elevenlabs sound-generation api (#3355) 2024-08-24 00:20:28 +00:00
services fix(model-loading): keep track of open GRPC Clients (#3377) 2024-08-25 14:36:09 +02:00
startup chore: drop gpt4all.cpp (#3106) 2024-08-07 23:35:55 +02:00
application.go feat(model-list): be consistent, skip known files from listing (#2760) 2024-07-10 15:28:39 +02:00