Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions en/docs/ai-gateway/1.2.0/llm-proxy/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ docker compose version
<!-- Replace ${version} with the actual release version of the API Platform Gateway. -->
```bash
# Download distribution.
wget https://github.com/wso2/api-platform/releases/download/ai-gateway/v1.2.0-rc2/wso2apip-ai-gateway-1.2.0-rc2.zip
wget https://github.com/wso2/api-platform/releases/download/ai-gateway/v1.2.0/wso2apip-ai-gateway-1.2.0.zip

# Unzip the downloaded distribution.
unzip wso2apip-ai-gateway-1.2.0-rc2.zip
unzip wso2apip-ai-gateway-1.2.0.zip

cd wso2apip-ai-gateway-1.2.0/

Expand Down
4 changes: 2 additions & 2 deletions en/docs/ai-gateway/1.2.0/mcp-proxy/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ docker compose version

```bash
# Download distribution.
wget https://github.com/wso2/api-platform/releases/download/ai-gateway/v1.2.0-rc2/wso2apip-ai-gateway-1.2.0-rc2.zip
wget https://github.com/wso2/api-platform/releases/download/ai-gateway/v1.2.0/wso2apip-ai-gateway-1.2.0.zip

# Unzip the downloaded distribution.
unzip wso2apip-ai-gateway-1.2.0-rc2.zip
unzip wso2apip-ai-gateway-1.2.0.zip

cd wso2apip-ai-gateway-1.2.0/

Expand Down
8 changes: 4 additions & 4 deletions en/docs/ai-gateway/1.2.0/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ To call an LLM through the gateway, you also need an OpenAI API key.

## Start the gateway

The commands below use version `1.2.0-rc`. Substitute the API Platform AI Gateway release version you want to run in the download URL, the archive name, and the directory name.
The commands below use version `1.2.0`. Substitute the API Platform AI Gateway release version you want to run in the download URL, the archive name, and the directory name.
Comment thread
Krishanx92 marked this conversation as resolved.

```bash
# Download distribution.
wget https://github.com/wso2/api-platform/releases/download/ai-gateway/v1.2.0-rc/wso2apip-ai-gateway-1.2.0-rc.zip
wget https://github.com/wso2/api-platform/releases/download/ai-gateway/v1.2.0/wso2apip-ai-gateway-1.2.0.zip

# Unzip the downloaded distribution.
unzip wso2apip-ai-gateway-1.2.0-rc.zip
unzip wso2apip-ai-gateway-1.2.0.zip

cd wso2apip-ai-gateway-1.2.0-rc/
cd wso2apip-ai-gateway-1.2.0/

# Run the one-time setup. This provisions the AES-256 at-rest encryption key, the router HTTPS
# listener certificate, api-platform.env, and the gateway-controller admin credentials. It prints
Expand Down
4 changes: 2 additions & 2 deletions en/docs/api-gateway/1.2.0/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ docker compose version

```bash
# Download distribution.
wget https://github.com/wso2/api-platform/releases/download/gateway/v1.2.0-rc2/wso2apip-api-gateway-1.2.0-rc2.zip
wget https://github.com/wso2/api-platform/releases/download/gateway/v1.2.0/wso2apip-api-gateway-1.2.0.zip

# Unzip the downloaded distribution.
unzip wso2apip-api-gateway-1.2.0-rc2.zip
unzip wso2apip-api-gateway-1.2.0.zip

cd wso2apip-api-gateway-1.2.0/

Expand Down
Loading