Skip to content

Commit

Permalink
Merge pull request #179 from Azure-Samples/main
Browse files Browse the repository at this point in the history
Merging - updates from main.
  • Loading branch information
nitya authored Sep 18, 2024
2 parents 712ccdc + 4ce2db0 commit 3b54714
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 25 deletions.
16 changes: 7 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,30 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/python
{
"name": "Contoso Chat (v3)",
"name": "Contoso Chat (v2)",
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
"features": {
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/azure-cli:1": {
"installBicep": true,
"extensions": "ml"
},
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/azure/azure-dev/azd:latest": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/python:1": {
"installJupyterlab": true
},
"ghcr.io/devcontainers/features/node:1": {}
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"customizations": {
"vscode": {
"extensions": [
"ms-toolsai.prompty@prerelease",
"ms-azuretools.vscode-docker",
"ms-python.python",
"ms-toolsai.jupyter",
"ms-azuretools.vscode-bicep"
"ms-azuretools.vscode-bicep",
"rogalmic.bash-debug"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Offered as instructor-led sessions on the [Microsoft AI Tour](https://aka.ms/ait
- [X] The infrastructure will be pre-provisioned for you to save you time (just launch lab VM)
- [X] You will have a fixed time (**75 minutes**) to complete the workshop (in venue)

!!! info "Start Here: 01 | Tour Guided: Setup → [1️⃣ | Getting Started](./../01%20|%20Tour%20Guided%20:%20Setup/01-setup.md)"
!!! info "Start Here: 01 | Tour Guided: Setup → [1️⃣ | Getting Started](./../01-Tour-Guide-Setup/01-setup.md)"

## Self-Guided Version

Expand All @@ -49,4 +49,4 @@ Work through the instructions on your own
- [X] You will provision Azure infrastructure and deploy the application yourself.
- [X] You can work at your own pace and explore todebase with no time constraints.

!!! info "Start Here: 02 | Self Guided: Setup → [1️⃣ | Getting Started](./../02%20|%20Self%20Guided%20:%20Setup/01-setup.md)"
!!! info "Start Here: 02 | Self Guided: Setup → [1️⃣ | Getting Started](./../02-Self-Guide-Setup/01-setup.md)"
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Thie instructions are for participants of the instructor-led **"WRK550: Build a
- [**Register to attend**](https://aitour.microsoft.com/) at a tour stop near you.
- [**View Lab resources**](https://aka.ms/aitour/wrk550) to continue your journey.

!!! info "First → Review [ 0️⃣ | Pre-requisites](./../00%20|%20Before%20You%20Begin/index.md) before you begin setup"
!!! info "First → Review [ 0️⃣ | Pre-requisites](./../00-Before-You-Begin/index.md) before you begin setup"

## 1. Launch Skillable Lab

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

These are the instructions for **Self Guided** learners for this workshop. By the end of this section, you should have provisioned your Azure infrastructure yourself, and validated your local development environment in GitHub Codespaces.

!!! info "First → Review [ 0️⃣ | Pre-requisites](./../00%20|%20Before%20You%20Begin/index.md) before you begin setup"
!!! info "First → Review [ 0️⃣ | Pre-requisites](./../00-Before-You-Begin/index.md) before you begin setup"


## 1. Setup Dev Environment
Expand Down
10 changes: 0 additions & 10 deletions requirements.txt

This file was deleted.

3 changes: 1 addition & 2 deletions src/api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ azure-monitor-opentelemetry-exporter
aiohttp==3.9.5
python-dotenv==1.0.1
azure-cognitiveservices-speech==1.37.0
prompty
prompty[azure]
prompty[azure]==0.1.24
jsonlines
nbconvert
pandas
Expand Down

0 comments on commit 3b54714

Please sign in to comment.