Skip to content

Commit 2c1ddc5

Browse files
author
Hannah Do
committed
student notebook changes
1 parent a5dc12c commit 2c1ddc5

3 files changed

Lines changed: 230 additions & 104 deletions

File tree

.project/brev.compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- CMD-SHELL
3131
- curl -f http://localhost:8888/api || exit 1
3232
timeout: 10s
33-
image: ghcr.io/hannahhiendo/build-an-agent/devx:main
33+
image: ghcr.io/brevdev/workshop-build-an-agent/devx:main
3434
ipc: host
3535
networks:
3636
- devx
@@ -39,7 +39,7 @@ services:
3939
restart: always
4040
user: ubuntu
4141
volumes:
42-
- ../build-an-agent:/project:cached
42+
- ../workshop-build-an-agent:/project:cached
4343
- /var/run/docker.sock:/var/run/docker.sock
4444
host-config:
4545
command:

code/intro_to_agents.answers.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@
9999
"metadata": {},
100100
"outputs": [],
101101
"source": [
102-
"# Hard-coded API key for troubleshooting\n",
103-
"API_KEY = \"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\"\n",
102+
"API_KEY = os.environ[\"NVIDIA_API_KEY\"]\n",
104103
"MODEL_URL = \"https://integrate.api.nvidia.com/v1\"\n",
105104
"MODEL_NAME = \"meta/llama-3.3-70b-instruct\"\n"
106105
]

0 commit comments

Comments
 (0)