We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72d419 commit df56d35Copy full SHA for df56d35
.devcontainer/environment.yml
@@ -1,10 +1,11 @@
1
name: dev
2
channels:
3
- defaults
4
+ - microsoft
5
dependencies:
6
- python=3.10.0
7
- openai
8
- python-dotenv
9
- pip
10
- pip:
- - azure-ai-inference
11
+ - azure-ai-ml
00-course-setup/load_environment.py
@@ -9,6 +9,6 @@
# Print the environment variables
print("Environment Variables:")
12
-print("GITHUB_TOKEN: ", os.getenv("GITHUB_TOKEN"))
13
-print("GITHUB_REPO: ", os.getenv("GITHUB_REPO"))
14
-print("GITHUB_USERNAME: ", os.getenv("GITHUB_USERNAME"))
+print(" GITHUB_TOKEN:", os.getenv("GITHUB_TOKEN"))
+print(" GITHUB_REPO:", os.getenv("GITHUB_REPO"))
+print("GITHUB_USERNAME:", os.getenv("GITHUB_USERNAME"))
0 commit comments