mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
local settings refactor for threads and backend
This commit is contained in:
parent
6e3cbe3be8
commit
8fc4b6cded
3 changed files with 23 additions and 19 deletions
|
@ -56,8 +56,8 @@ func combineRequestAndConfig[RequestType any](configManager *ConfigManager, mode
|
|||
|
||||
return &SpecificConfig[RequestType]{
|
||||
ConfigStub: ConfigStub{
|
||||
Registration: config.GetRegistration(),
|
||||
LocalPaths: config.GetLocalPaths(),
|
||||
Registration: config.GetRegistration(),
|
||||
LocalSettings: config.GetLocalSettings(),
|
||||
},
|
||||
RequestDefaults: request,
|
||||
}, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue