go-chatgpt-api-new / render.yaml
dvc890's picture
Upload 30 files
f16d50c
raw
history blame contribute delete
184 Bytes
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