Stan Girard
Stan Girard
Tagging for later :) Anyone is welcome to do it.
Hey my friend you can just submit a pull request :) On Tue, Mar 19 2024 at 10:27 AM, John Parks < ***@***.*** > wrote: > > > > >...
The goal here is to evaluate an LLM in realtime. We give them the ability to make 3-5 moves ahead of time. Large LLMs can generate more move but yes...
Can you try to do a `supabase db reset` ?
Hey @zulfaiflakhul, did you install on a server ? If yes you need to change some values in the .env as it is not host.docker.internal anymore but your IP address.
Hey my friend, can you try to git pull and rerun the `docker compose up` ? Or else, follow this procedure if on your own vps: https://docs.quivr.app/deployment/digital_ocean
Can you make sure that the NEXT_PUBLIC_FRONTEND_URL is correctly set to use either your ip or your domain name ?
Hey guys! If you are installing on your own vps, you can follow this tutorial :) https://docs.quivr.app/deployment/digital_ocean
@joewinke Hey I tried to reproduce but I can't. Can you try to rebuild it ? with `docker compose up --build`
Can you try to do a `git pull` and then a `docker compose up --build` ? We might have fixed this