From 525b95da1de7ea690d2f79ae34a88932f1c5dd36 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Fri, 23 Jan 2026 00:30:44 +0900 Subject: [PATCH 1/2] Fix formatting of note about GitHub token permissions https://github.com/microsoft/PhiCookBook/blob/main/md/02.Application/02.Code/Phi4r/azure_models_inference.ipynb #PingMSFTDocs --- md/02.Application/02.Code/Phi4r/azure_models_inference.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md/02.Application/02.Code/Phi4r/azure_models_inference.ipynb b/md/02.Application/02.Code/Phi4r/azure_models_inference.ipynb index bd6d90a7ef..1c1c85ef76 100644 --- a/md/02.Application/02.Code/Phi4r/azure_models_inference.ipynb +++ b/md/02.Application/02.Code/Phi4r/azure_models_inference.ipynb @@ -89,7 +89,7 @@ "3. Replace `your_personal_access_token_here` with your GitHub Personal Access Token\n", "4. You can optionally change the model to `microsoft/Phi-4-mini-reasoning` for a smaller model\n", "\n", - "**Note:** The GitHub token requires appropriate permissions to access the AI models service.\n", + "**Note:** The GitHub token requires appropriate permissions to access the AI models service. \n", "**Note:** Keep your Azure API key secure and don't share it in public repositories or notebooks." ] }, From c53175aed71bf76e8f8aea771d62bdda86d9b4ae Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Sat, 24 Jan 2026 00:30:30 +0900 Subject: [PATCH 2/2] Fix note formatting in azure_models_inference.ipynb Updated note formatting for GitHub token permissions. --- md/02.Application/02.Code/Phi4r/azure_models_inference.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md/02.Application/02.Code/Phi4r/azure_models_inference.ipynb b/md/02.Application/02.Code/Phi4r/azure_models_inference.ipynb index 1c1c85ef76..02929df588 100644 --- a/md/02.Application/02.Code/Phi4r/azure_models_inference.ipynb +++ b/md/02.Application/02.Code/Phi4r/azure_models_inference.ipynb @@ -89,7 +89,7 @@ "3. Replace `your_personal_access_token_here` with your GitHub Personal Access Token\n", "4. You can optionally change the model to `microsoft/Phi-4-mini-reasoning` for a smaller model\n", "\n", - "**Note:** The GitHub token requires appropriate permissions to access the AI models service. \n", + "**Note:** The GitHub token requires appropriate permissions to access the AI models service. \n\n", "**Note:** Keep your Azure API key secure and don't share it in public repositories or notebooks." ] },