FAQ
Question: How can I use secret .env variables within my YAML?
Answer: Put env:
+ WhatverYourEnvVariableNameIs
in the YAML instead of your secret and it should just work.
Question: Where can I find sample docs?
Answer: Right Here
Question: Can the CLI and or API be used without the YAML?
Answer: Yes. YAML files are entirely optional.
Question: Do YAML settings get overwritten if I pass CLI args or a config in through the API?
Answer: Yes. This is an ideal way to share credentials for multiple models.