Created
June 2, 2025 12:05
-
-
Save waldekmastykarz/aed048d055fe086f635534123da43c64 to your computer and use it in GitHub Desktop.
Dev Proxy with Foundry Local
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"$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