BenderV / ada

Accelerate your data analysis with AI.

Home Page:https://ada.universaldata.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to get any results from chat in standard Docker-compose via README

Handfish opened this issue · comments

Hi,

I created an OpenAI API key and spun up the docker compose. The chat instantly clears upon send, and neither the browser console or the docker consoles log any information about the failed request. Any ideas?

I commented out the view in the docker-compose, and am running via yarn dev and it is successfully providing error messages from OpenAI now.

Hi there, I ran into the same problem as you and I also commented out the view section in the docker-compose file and run the front end via yarn dev but when I open localhost:5173, there is nothing where I can enter prompts shown. Did you encounter the same thing or is there anything way to fix the problem. Many thanks.

@Handfish @nhut-ntm thanks for the issue ! I forgot to add the nginx socket.io route. This should be fixed with the last commit.