Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Foundry Local is a unified local AI runtime that supports both **text generation
- [JavaScript: Chat + Audio](../samples/js/chat-and-audio-foundry-local/) — Unified chat and audio in one app
- [JavaScript: Tool Calling](../samples/js/tool-calling-foundry-local/) — Function calling with local models
- [JavaScript: Electron Chat App](../samples/js/electron-chat-application/) — Desktop chat application
- [C#: Getting Started](../samples/cs/GettingStarted/) — C# SDK examples including audio transcription
- [C#: Samples](../samples/cs/) — C# SDK examples including audio transcription
2 changes: 1 addition & 1 deletion sdk/cs/test/FoundryLocal.Tests/LOCAL_MODEL_TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ The tests will automatically find the models in the configured test model cache

```bash
cd /path/to/parent-dir/foundry-local-sdk/sdk/cs/test/FoundryLocal.Tests
dotnet test Microsoft.AI.Foundry.Local.Tests.csproj --configuration Release# Running Local Model Tests
dotnet test Microsoft.AI.Foundry.Local.Tests.csproj --configuration Release
```