apocas / restai

RESTai is an AIaaS (AI as a Service) open-source platform. Built on top of LlamaIndex & Langchain. Supports any public LLM supported by LlamaIndex and any local LLM suported by Ollama/vLLM/etc. Precise embeddings usage and tuning. Built-in image generation (Dall-E, SD, Flux) and dynamic loading generators.
https://apocas.github.io/restai/
Apache License 2.0
388 stars 75 forks source link

404 while reloading page #95

Open noverd opened 1 month ago

noverd commented 1 month ago

For some reason unknown to me, when updating the admin frontend page, the code 404 is returned. Also, because of this, my tests do not work. I deployed restai on two different servers and had the same problem in both cases

noverd commented 1 week ago

@apocas

apocas commented 1 week ago
git clone https://github.com/apocas/restai-frontend
cd restai-frontend
npm install
echo "REACT_APP_RESTAI_API_URL=\"http://127.0.0.1:9001\""  > .env
npm run start

This must work :)