Commit 1db07a5
Migrate Python samples to new SDK (foundry_local_sdk)
- audio-transcription: foundry_local -> foundry_local_sdk, use model.get_audio_client()
- langchain-integration: foundry_local -> foundry_local_sdk, use start_web_service()
- web-server: foundry_local -> foundry_local_sdk, use start_web_service()
- Remove hello-foundry-local (legacy), add native-chat-completions (new SDK)
- Remove functioncalling (Jupyter), add tool-calling (new SDK, how-to style)
- Use qwen2.5-0.5b model alias across all samples
- Use common app_name 'foundry_local_samples' for shared model cache
- Update all 4 tutorials to use qwen2.5-0.5b and foundry_local_samples
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ad0184c commit 1db07a5
File tree
15 files changed
+314
-505
lines changed- samples/python
- audio-transcription/src
- functioncalling
- hello-foundry-local
- src
- langchain-integration/src
- native-chat-completions
- src
- tool-calling
- src
- tutorial-chat-assistant/src
- tutorial-document-summarizer/src
- tutorial-tool-calling/src
- tutorial-voice-to-text/src
- web-server/src
15 files changed
+314
-505
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
10 | 26 | | |
11 | 27 | | |
12 | 28 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 29 | + | |
| 30 | + | |
18 | 31 | | |
19 | 32 | | |
20 | 33 | | |
21 | 34 | | |
22 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
23 | 39 | | |
This file was deleted.
0 commit comments