baml.enablePlaygroundProxy

TypeValue
boolean | nulltrue

When running VSCode from a remote machine, you likely need to set this to false.

Many LLM providers don’t accept requests from the browser. This setting enables a proxy that runs in the background and forwards requests to the LLM provider.

Usage

settings.json
1{
2 "baml.enablePlaygroundProxy": false
3}