This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
baoshi-ai
/
baoshi-ai-agent-python-demo
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
start.sh
fengyanglei
hace 4 meses
padre
cef7727e1c
commit
c7ab038dbe
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
start.sh
+ 3
- 0
start.sh
Ver fichero
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+uvicorn main:app --host 0.0.0.0 --port 5000 &