services: - type: web name: go-chatgpt-api runtime: go plan: free buildCommand: go build -ldflags="-w -s" -o go-chatgpt-api main.go startCommand: ./go-chatgpt-api