Results 2 issues of zlwleng

请问这种要怎么处理 ``` "make" -f nbproject/Makefile-x64.mk x64/EasyRTSPLive make[1]: Entering directory `/data/wwwroot/EasyRTSPLive/EasyRTSPLive' mkdir -p build/x64/GNU-Linux rm -f "build/x64/GNU-Linux/ini.o.d" g++ -c -O2 -I../../Include -I../../EasyAACEncoder/Include -I../../EasyRTMP/Include -I../../EasyRTSPClient/Include -MMD -MP -MF "build/x64/GNU-Linux/ini.o.d" -o build/x64/GNU-Linux/ini.o ini.cpp...

Asking A Question: ``` curl --location 'http://127.0.0.1:8080/v1/completions' \ --header 'Content-Type: application/json' \ --data '{ "model": "ggml-gpt4all-j", "temperature": 0.9, "prompt": "How are you?" }' ``` Run Log: ``` Attaching to localai-api-1...