Skip to content

Instantly share code, notes, and snippets.

@waldekmastykarz
Created June 2, 2025 12:05
Show Gist options
  • Save waldekmastykarz/aed048d055fe086f635534123da43c64 to your computer and use it in GitHub Desktop.
Save waldekmastykarz/aed048d055fe086f635534123da43c64 to your computer and use it in GitHub Desktop.
Dev Proxy with Foundry Local
{
"$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/rc.schema.json",
"plugins": [
// add plugins here
],
"languageModel": {
"enabled": true,
"model": "Phi-4-mini-instruct-generic-gpu",
"url": "http://localhost:5272/v1"
},
"logLevel": "information",
"newVersionNotification": "stable",
"showSkipMessages": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment