mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00

Refactor: channel based llm flow and services split --------- Signed-off-by: Dave Lee <dave@gray101.com>
6 lines
252 B
Go
6 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
|