From cf2315218cc32bb854b58ee4d764198d0c4fd5f7 Mon Sep 17 00:00:00 2001 From: Gustav Alerby Date: Wed, 28 May 2025 21:31:47 +0200 Subject: [PATCH] Added Foundry configuration to get the labs running --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0dd2309..df3dda4 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ These challenges are designed to teach security professionals to systematically You can set the environment variables for the Azure OpenAI endpoint in the `.env` file. Please use the `.env.example` file as a template. +### Azure Foundry configuration + +Create a deployment named `text-embedding-ada-002` ussing the model `text-embedding-ada-002` + ### Running the Playground Labs The easiest way to run the playground labs is to use the [Docker Compose](https://docs.docker.com/compose/) file included in this repository. This will start all the components needed to run the playground environment with a set of 12 challenges.