mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-29 16:30:24 +08:00
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export ALLOW_ANY_API_KEY=True
|
|
|
|
uvicorn app.main:app --reload
|