mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-18 12:10:34 +08:00
6 lines
128 B
Bash
Executable File
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
|