Add application files and update setup script

pull/825/head
Alex 4 months ago
parent e1b2991aa6
commit 71cc22325d

Binary file not shown.

Binary file not shown.

@ -62,6 +62,20 @@ use_openai() {
echo "The application will run on http://localhost:5173"
echo "You can stop the application by running the following command:"
echo "docker-compose down"
}
use_openai() {
echo "LLM_NAME=docsgpt" > .env
echo "VITE_API_STREAMING=true" >> .env
echo "The .env file has been created with API_KEY set to your provided key."
docker-compose build && docker-compose up -d
echo "The application will run on http://localhost:5173"
echo "You can stop the application by running the following command:"
echo "docker-compose down"

Loading…
Cancel
Save