deep-diver/LLM-As-Chatbot

Something went wrong Expecting value: line 1 column 1 (char 0)

cainiaoDJ opened this issue · 3 comments

I had installed all of this requirement, but when I chat with it on website ,ti toast error.

Something went wrong
Expecting value: line 1 column 1 (char 0)

企业微信截图_20230413184500

Is this error casued by my server? or how do I resolve this error, I have no idea. help me pls, thanks

what is your environment? OS, model

cat /proc/version
Linux version 5.4.0-139-generic (buildd@lcy02-amd64-112) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)) #156-Ubuntu SMP Fri Jan 20 17:27:18 UTC 2023

the step is :

$ BASE_URL=decapoda-research/llama-7b-hf
$ FINETUNED_CKPT_URL=tloen/alpaca-lora-7b

$ python app.py --base_url $BASE_URL --ft_ckpt_url $FINETUNED_CKPT_URL --port 6006

unset http_proxy to solve this error. It works fine now!