From 515c719b8f9142f25d4cf434f4096a2974f910bf Mon Sep 17 00:00:00 2001 From: "Cg." Date: Sat, 29 Jun 2024 17:40:22 +0900 Subject: [PATCH] Minor fix of GCP docs --- docs/gcp-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gcp-configuration.md b/docs/gcp-configuration.md index 7bf65e5..698baa9 100644 --- a/docs/gcp-configuration.md +++ b/docs/gcp-configuration.md @@ -4,7 +4,7 @@ The proxy supports GCP models via the `/proxy/gcp/claude` endpoint. There are a - [Setting keys](#setting-keys) - [Setup Vertex AI](#setup-vertex-ai) -- [Note regarding logging](#note-regarding-logging) +- [Supported model IDs](#supported-model-ids) ## Setting keys @@ -25,7 +25,7 @@ GCP_CREDENTIALS=my-first-project:xxx@yyy.com:us-east5:-----BEGIN PRIVATE KEY---- 4. On the service account page you just created, create a new key and select "JSON". The JSON file will be downloaded automatically. 5. The required credential is in the JSON file you just downloaded. -### Supported model IDs +## Supported model IDs Users can send these model IDs to the proxy to invoke the corresponding models. - **Claude** - `claude-3-haiku@20240307`