Jiechao Wu

Results 4 comments of Jiechao Wu

``` NODE_ENV=development HOST=0.0.0.0 pnpm run dev ``` but there is no log either. It seems that `setWSState(ClientWSState.READY)` only will be invoked in Generate.tsx, and then I log in api.llama.subscription.useSubscription, not...

Now, I can access the web with the latest code. But after submitting a question, got error as following: ``` ... [llama-tcp] start(): error: connect ECONNREFUSED ::1:61841 , retrying in...

> HOST=0.0.0.0 pnpm with start command ``` HOST=0.0.0.0 pnpm start ```

If I use ``` ./bin/main -l 3001 -m ``` the llama start ``` ... system_info: n_threads = 16 / 16 | AVX = 1 | AVX2 = 1 | AVX512...