This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
baoshi-ai
/
baoshi-ai-agent-python-demo
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
start.sh
fengyanglei
4 mesi fa
parent
cef7727e1c
commit
c7ab038dbe
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
3
0
start.sh
+ 3
- 0
start.sh
Vedi File
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+uvicorn main:app --host 0.0.0.0 --port 5000 &