SIGN IN SIGN UP
2023-07-07 03:38:51 -04:00
#!/bin/bash
make build
uvicorn --factory llama_cpp.server.app:create_app --host $HOST --port $PORT