DocsGPT icon indicating copy to clipboard operation
DocsGPT copied to clipboard

Problems with embedding and replying

Open Cometzyc opened this issue 2 years ago • 2 comments

embedding: This will cause the training progress bar to remain at 0. 50566ffe9890174f6d639ee1f587ee8

replying: This will result in a reply of "something went wrong". 5313ad8aef3aeccc5c781024aff1b43

Cometzyc avatar Oct 05 '23 09:10 Cometzyc

Can you expand more on the issue, what did you do for it to happen, what do you have in the .env file?

dartpain avatar Oct 05 '23 12:10 dartpain

I made two changes before docker compose. One was to write: API_KEY=sk-*** VITE_API_STREAMING=true SELF_HOSTED_MODEL=false in .env. The second was to put VITE_API_HOST to my own ubuntu server ip in docker-compose.yaml

Cometzyc avatar Oct 07 '23 07:10 Cometzyc

Seems like a directory map issue, should be solved

dartpain avatar Sep 12 '24 09:09 dartpain