Skip to content

Commit 20a79b3

Browse files
authored
Merge pull request microsoft#35 from nitya/feat/merge-lesson-4
Feat/merge lesson 4
2 parents ed27a5f + 05dda47 commit 20a79b3

10 files changed

+520
-534
lines changed

.devcontainer/devcontainer.json

+12-14
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,20 @@
44
"name": "Generative AI For Beginners",
55
"image": "mcr.microsoft.com/devcontainers/universal:2",
66
"hostRequirements": {
7-
"cpus": 4
7+
"cpus": 4
88
},
9-
109
"waitFor": "onCreateCommand",
1110
"updateContentCommand": "python3 -m pip install -r requirements.txt",
12-
"postCreateCommand": "bash .devcontainer/post-create.sh",
13-
11+
"postCreateCommand": "bash .devcontainer/post-create.sh",
1412
"customizations": {
15-
"codespaces": {
16-
"openFiles": []
17-
},
18-
"vscode": {
19-
"extensions": [
20-
"ms-toolsai.jupyter",
21-
"ms-python.python"
22-
]
23-
}
13+
"codespaces": {
14+
"openFiles": []
15+
},
16+
"vscode": {
17+
"extensions": [
18+
"ms-python.python",
19+
"ms-toolsai.jupyter"
20+
]
21+
}
2422
}
25-
}
23+
}

4-prompt-engineering-fundamentals/1-introduction.ipynb

+124-122
Large diffs are not rendered by default.

4-prompt-engineering-fundamentals/4.0-introduction.md

-49
This file was deleted.

4-prompt-engineering-fundamentals/4.1-what-is-prompt-engineering.md

-114
This file was deleted.

0 commit comments

Comments
 (0)