docs: Bump Toolbox version in Colab Quickstart + fix typo (#533)

This commit is contained in:
Anubhav Dhawan
2025-05-06 18:21:52 +07:00
committed by GitHub
parent 717f43420a
commit 1dce40fc26
2 changed files with 2 additions and 2 deletions

View File

@@ -222,7 +222,7 @@
},
"outputs": [],
"source": [
"! curl -O https://storage.googleapis.com/genai-toolbox/v0.2.0/linux/amd64/toolbox\n",
"! curl -O https://storage.googleapis.com/genai-toolbox/v0.4.0/linux/amd64/toolbox\n",
"\n",
"# Make the binary executable\n",
"! chmod +x toolbox"

View File

@@ -26,7 +26,7 @@ This guide assumes you have already done the following:
## Step 1: Set up your database
In this section, we will create a database, insert some data that needs to be
access by our agent, and create a database user for Toolbox to connect with.
accessed by our agent, and create a database user for Toolbox to connect with.
1. Connect to postgres using the `psql` command: