3 lines
59 B
Bash
Executable file
3 lines
59 B
Bash
Executable file
#!/bin/bash
|
|
|
|
uvicorn chatbots:api --host 10.0.1.1 --reload
|