instructlab / instructlab-bot

GitHub bot to assist with the taxonomy contribution workflow
Apache License 2.0
14 stars 16 forks source link

Add support for sdg-svc jobs #181

Closed nerdalert closed 5 months ago

nerdalert commented 5 months ago
            "--tls-client-cert", "client-tls-crt.pem2",
            "--tls-client-key", "client-tls-key.pem2",
            "--tls-server-ca-cert", "server-ca-crt.pem2",
nerdalert commented 5 months ago

Run with:

instruct-lab-bot-worker generate --github-token <TOKEN> \
--redis redis:6379  --s3-bucket brent-instruct-lab-dev \
--endpoint-url https://<MODEL_ENDPOINT> \
--aws-region us-east-1 \
--sdg-endpoint-url https://<SDG_BACKEND>

Cert files default to the worker CWD or can be specified via CLI.

russellb commented 5 months ago

lgtm, but we can't deploy this to prod until this CLI PR merges: https://github.com/instruct-lab/cli/pull/833