mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-02 16:53:17 +00:00
Refactor: channel based llm flow and services split --------- Signed-off-by: Dave Lee <dave@gray101.com>
7 lines
252 B
Go
7 lines
252 B
Go
package config
|
|
|
|
// This file re-exports private functions to be used directly in unit tests.
|
|
// Since this file's name ends in _test.go, theoretically these should not be exposed past the tests.
|
|
|
|
var ReadBackendConfigFile = readBackendConfigFile
|