mirror of
https://github.com/mudler/LocalAI.git
synced 2026-03-28 19:52:15 -04:00
chore(ci): remove context size configuration from application
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8aba078439
commit
0e53ce60b4
@@ -1214,7 +1214,6 @@ parameters:
|
||||
application, err := application.New(
|
||||
append(commonOpts,
|
||||
config.WithContext(c),
|
||||
config.WithContextSize(512),
|
||||
config.WithSystemState(systemState),
|
||||
config.WithConfigFile(os.Getenv("CONFIG_FILE")))...,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user