mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-08 11:13:58 +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
|