Skip to content

Commit

Permalink
Update Python prereq to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkurtz-MSFT committed Jan 15, 2025
1 parent 90a80e7 commit 988efa9
Show file tree
Hide file tree
Showing 44 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ This is a list of potential future labs to be developed.

### Prerequisites

* [Python 3.9 or later version](https://www.python.org/) installed
* [Python 3.12 or later version](https://www.python.org/) installed
* [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
* [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
* [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions
Expand Down
2 changes: 1 addition & 1 deletion labs/GPT-4o-inferencing/GPT-4o-inferencing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"- [🗑️ Clean up resources](#clean)\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [Pandas Library](https://pandas.pydata.org/) installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/GPT-4o-inferencing/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Playground to try the new GPT-4o model. GPT-4o ("o" for "omni") is designed to h

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [Pandas Library](https://pandas.pydata.org) installed
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
Expand Down
2 changes: 1 addition & 1 deletion labs/_deprecated/advanced-load-balancing/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This load balancer is based on a custom policy configuration forked from this gr

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"- Stickiness for the stateful [assistants API](https://cookbook.openai.com/examples/assistants_api_overview_python)\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
"- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/_deprecated/backend-circuit-breaking/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Playground to try the built-in [backend circuit breaker functionality of APIM](h

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
- [VS Code](https://code.visualstudio.com/) installed
- [An Azure Subscription](https://azure.microsoft.com/free/) with access permissions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Playground to try the built-in [backend circuit breaker functionality of APIM](https://learn.microsoft.com/azure/api-management/backends?tabs=bicep) to either an Azure OpenAI endpoints or a mock server.\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
"- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/_deprecated/developer-tooling/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Playground to try the developer tooling available with APIM to develop, debugg,

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions
Expand Down
2 changes: 1 addition & 1 deletion labs/_deprecated/developer-tooling/developer-tooling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Playground to try the developer tooling available with APIM to develop, debugg, test and publish AI Service APIs.\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
"- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/_deprecated/request-forwarding/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Playground to try forwarding requests to either an Azure OpenAI endpoint or a mo

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
- [VS Code](https://code.visualstudio.com/) installed
- [An Azure Subscription](https://azure.microsoft.com/free/) with access permissions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Playground to try forwarding requests to either an Azure OpenAI endpoint or a mock server. APIM uses the system managed identity to authenticate into the Azure OpenAI service.\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
"- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/access-controlling/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Playground to try the [OAuth 2.0 authorization feature](https://learn.microsoft.

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [Pandas Library](https://pandas.pydata.org) installed
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
Expand Down
2 changes: 1 addition & 1 deletion labs/access-controlling/access-controlling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"- [🗑️ Clean up resources](#clean)\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [Pandas Library](https://pandas.pydata.org/) installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/ai-foundry-sdk/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This experimentation involves integrating [Azure AI Foundry SDK](https://learn.m

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions
Expand Down
2 changes: 1 addition & 1 deletion labs/ai-foundry-sdk/ai-foundry-sdk.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"- [🗑️ Clean up resources](#clean)\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
"- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/backend-pool-load-balancing/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Playground to try the built-in load balancing [backend pool functionality of API

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"- [🗑️ Clean up resources](#clean)\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [Pandas Library](https://pandas.pydata.org/) and matplotlib installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/built-in-logging/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Playground to try the [built-in logging capabilities of API Management](https://

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [Pandas Library](https://pandas.pydata.org) installed
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
Expand Down
2 changes: 1 addition & 1 deletion labs/built-in-logging/built-in-logging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"- Add OpenAI diagnostics\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [Pandas Library](https://pandas.pydata.org/) installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/content-filtering/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [Pandas Library](https://pandas.pydata.org) installed
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
Expand Down
2 changes: 1 addition & 1 deletion labs/content-filtering/content-filtering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"⚠️ The sample data in this guide might contain offensive content. User discretion is advised.\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [Pandas Library](https://pandas.pydata.org/) installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/content-filtering/prompt-shielding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"⚠️ The sample data in this guide might contain offensive content. User discretion is advised.\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [Pandas Library](https://pandas.pydata.org/) installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/function-calling/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ At a high level you can break down working with functions into three steps:

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [Pandas Library](https://pandas.pydata.org/) installed
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
Expand Down
2 changes: 1 addition & 1 deletion labs/function-calling/function-calling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"- [🗑️ Clean up resources](#clean)\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [Pandas Library](https://pandas.pydata.org/) installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/message-storing/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Playground to test storing message details into Cosmos DB through the [Log to ev

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [Pandas Library](https://pandas.pydata.org) installed
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
Expand Down
2 changes: 1 addition & 1 deletion labs/message-storing/message-storing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"- [🗑️ Clean up resources](#clean)\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [Pandas Library](https://pandas.pydata.org/) and azure-cosmos library installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/model-routing/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Playground to try routing to a backend based on Azure OpenAI model and version.

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [Pandas Library](https://pandas.pydata.org) installed
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
Expand Down
2 changes: 1 addition & 1 deletion labs/model-routing/model-routing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"- Improve the notebook\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [Pandas Library](https://pandas.pydata.org/) installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/prompt-flow/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Prompt flow is available independently as an open-source project on [GitHub](htt

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [Prompt flow](https://microsoft.github.io/promptflow/how-to-guides/installation/index.html#install-prompt-flow) installed
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
Expand Down
2 changes: 1 addition & 1 deletion labs/prompt-flow/prompt-flow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"- [🗑️ Clean up resources](#clean)\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [Prompt flow](https://microsoft.github.io/promptflow/how-to-guides/installation/index.html#install-prompt-flow) installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/response-streaming/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This lab reuses the [Cookbook - How to stream completions](https://cookbook.open

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions
Expand Down
2 changes: 1 addition & 1 deletion labs/response-streaming/response-streaming.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"- [🗑️ Clean up resources](#clean)\n",
"\n",
"### Prerequisites\n",
"- [Python 3.9 or later version](https://www.python.org/) installed\n",
"- [Python 3.12 or later version](https://www.python.org/) installed\n",
"- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled\n",
"- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed\n",
"- [An Azure Subscription](https://azure.microsoft.com/free/) with Contributor permissions\n",
Expand Down
2 changes: 1 addition & 1 deletion labs/semantic-caching/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The azure-openai-semantic-cache-lookup policy conducts a cache lookup of respons

### Prerequisites

- [Python 3.9 or later version](https://www.python.org/) installed
- [Python 3.12 or later version](https://www.python.org/) installed
- [Pandas Library](https://pandas.pydata.org) installed
- [VS Code](https://code.visualstudio.com/) installed with the [Jupyter notebook extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) enabled
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed
Expand Down
Loading

0 comments on commit 988efa9

Please sign in to comment.