mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-24 23:06:42 +00:00
eed5706994
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
|