instructlab / instructlab-bot

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

config yaml file is not required, remove the relevant bits. #258

Closed vishnoianil closed 3 months ago

vishnoianil commented 3 months ago

Reading vars from config.yaml is not required, so removing the relevant code.

Moved the compose.yaml to ./deploy/compose/. Removed dummy private key from .env.example

vishnoianil commented 3 months ago

I think this needs a docs update to the dev environment since that also mentions config.yaml keys IIRC. It also looks like it might need a go mod tidy since viper should be a direct dependency I think.

Let me update the docs, that needs bit of work. I think viper is already a direct dependency for both gobot and worker. I can see that in PR.