mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-29 06:54:59 +00:00
chore(p2p): make commands easier to copy-paste (#3273)
chore(p2p): make box easier to copy-paste Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
bb6d06f0d1
commit
73c9b3598d
3 changed files with 54 additions and 21 deletions
|
@ -379,7 +379,7 @@ func newNodeOpts(token string) ([]node.Option, error) {
|
|||
}
|
||||
libp2ploglevel := os.Getenv("LOCALAI_LIBP2P_LOGLEVEL")
|
||||
if libp2ploglevel == "" {
|
||||
libp2ploglevel = "info"
|
||||
libp2ploglevel = "fatal"
|
||||
}
|
||||
c := config.Config{
|
||||
Limit: config.ResourceLimit{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue