We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2708ce6 commit 6fefd3bCopy full SHA for 6fefd3b
core/cli/run.go
@@ -95,6 +95,10 @@ func (r *RunCMD) Run(ctx *cliContext.Context) error {
95
token = p2p.GenerateToken()
96
log.Info().Msg("Generated Token:")
97
fmt.Println(token)
98
+
99
+ log.Info().Msg("To use the token, you can run the following command in another node or terminal:")
100
+ fmt.Printf("export TOKEN=\"%s\"\nlocal-ai worker p2p-llama-cpp-rpc\n", token)
101
102
// Ask for user confirmation
103
log.Info().Msg("Press a button to proceed")
104
var input string
0 commit comments