Skip to content

Commit 6224e44

Browse files
committed
update view code tips
1 parent 25e1b39 commit 6224e44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/intelligentapps/promptbuilder.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ After experimenting with models and prompts, you can get into coding right away
5353

5454
To access the code, follow these steps:
5555
1. Click on **View Code**
56-
2. Select the inference SDK you want to use
56+
2. Select the inference SDK you want to use if it's hosted by GitHub
5757
> [!TIP]
58-
> Currently AI Toolkit supports [`Azure AI Inference SDK`](https://learn.microsoft.com/python/api/overview/azure/ai-inference-readme?view=azure-python-preview) and [OpenAI SDK](https://platform.openai.com/docs/libraries) in Python.
58+
> AI Toolkit will generate the code for the corresponding model you selected using the provider's client SDK. For models hosted by GitHub, you have the option to select the inference SDK you want to use: [`Azure AI Inference SDK`](https://learn.microsoft.com/python/api/overview/azure/ai-inference-readme?view=azure-python-preview) or the SDK from model provider such as [OpenAI SDK](https://platform.openai.com/docs/libraries) or [Mistral API](https://docs.mistral.ai/api).
5959
3. You can view the generated code snippet in a new file window and copy them into your application.
6060
> [!TIP]
61-
> To authenticate with the model you will need to [generate a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) (PAT) in your GitHub settings
61+
> To authenticate with the model you will normally need API key from the provider. To access models hosted by GitHub, [generate a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) (PAT) in your GitHub settings
6262
6363
## Next steps
6464

0 commit comments

Comments
 (0)