Skip to content

Commit 2894d3f

Browse files
Adding ai-bootcamp html files
1 parent bbfd166 commit 2894d3f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

codelabs/ai-bootcamp/codelab.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"format": "html",
44
"prefix": "https://storage.googleapis.com",
55
"mainga": "UA-49880327-14",
6-
"updated": "2025-09-22T19:43:02Z",
6+
"updated": "2025-09-23T11:13:46Z",
77
"id": "ai-bootcamp",
88
"duration": 49,
99
"title": "AI Bootcamp - Solace HQ",

codelabs/ai-bootcamp/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@
145145
<google-codelab-step label="Start SAM Enterprise" duration="10">
146146
<p>This step is involved with running SAM enterprise with the new files generated.</p>
147147
<ol type="1">
148-
<li>Create a docker network bridge so that your SAM container can communicate with your Solace Broker container<pre><code>docker network create -d bridge sam-network
148+
<li>[Optional] Create a docker network bridge so that your SAM container can communicate with your Solace Broker container<pre><code>docker network create -d bridge sam-network
149149
</code></pre>
150-
<aside class="special"><p>aside Positive skip this step if you are connecting to a cloud hosted broker</p>
150+
<aside class="special"><p> skip this step if you are connecting to a cloud hosted broker instead</p>
151151
</aside>
152152
</li>
153153
<li>Create a <code>docker-compose.yaml</code> file with the following content<pre><code language="language-yaml" class="language-yaml">services:
@@ -224,7 +224,7 @@
224224
S3_BUCKET_NAME=&#34;&#34;
225225
S3_ENDPOINT_URL=&#34;&#34;
226226
S3_REGION=&#34;us-east-1&#34;
227-
WEB_UI_GATEWAY_DATABASE_URL=&#34;sqlite:////Users/tamimi/sam-bootcamp/data/webui_gateway.db&#34;
227+
WEB_UI_GATEWAY_DATABASE_URL=&#34;sqlite:///data/webui_gateway.db&#34;
228228
</code></pre>
229229
<aside class="special"><p> Note that the specific model identifier that the endpoint expects in the format of <code>provider/model</code> (e.g., <code>openai/gpt-4</code>, <code>anthropic/claude-3-opus-20240229</code>).</p>
230230
</aside>

0 commit comments

Comments
 (0)