encore installed: ``` encore version encore version v1.45.7 ``` app created ``` encore app create gpt-functions-example --example=ts/gpt-functions ``` no secret set ``` encore secret list Secret Key Production Development Local Preview Specific Envs ``` **error on attempt to create secret:** ``` encore secret set OpenAPIKey Enter secret value: error: must specify at least one environment with --type/--env (or --dev/--prod) ``` update missing information in [/examples/tree/main/ts/gpt-functions](https://github.com/encoredev/examples/tree/main/ts/gpt-functions ) `encore secret set --type dev,local OpenAPIKey`