Back to Baml

EnablePlaygroundProxy

fern/03-reference/vscode-ext/enablePlaygroundProxy.mdx

0.222.0396 B
Original Source
TypeValue
boolean | nulltrue
<Tip> When running VSCode from a remote machine, you likely need to set this to `false`. </Tip>

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

json
{
  "baml.enablePlaygroundProxy": false
}