Files
Open-Assistant/backend/scripts/run-local.sh
T

6 lines
128 B
Bash
Executable File

#!/usr/bin/env bash
export DATABASE_URI=postgresql://fozziethebeat@localhost:5432/ocgpt_backend
uvicorn app.main:app --reload