From 4fb359edd8e69d6bd0acdf358d3628ac4705c660 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 21 Aug 2024 08:39:24 -0700 Subject: [PATCH] docs - use litellm on gcp cloud run --- docs/my-website/docs/proxy/deploy.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/proxy/deploy.md b/docs/my-website/docs/proxy/deploy.md index 9f21068e03b..523f80ba073 100644 --- a/docs/my-website/docs/proxy/deploy.md +++ b/docs/my-website/docs/proxy/deploy.md @@ -827,9 +827,12 @@ Once the container is running, you can access the application by going to `http: ### Deploy on Google Cloud Run -**Click the button** to deploy to Google Cloud Run -[![Deploy](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run/?git_repo=https://github.com/BerriAI/litellm) +1. Fork this repo - [github.com/BerriAI/example_litellm_gcp_cloud_run](https://github.com/BerriAI/example_litellm_gcp_cloud_run) + +2. Edit the `litellm_config.yaml` file in the repo to include your model settings + +3. Deploy your forked github repo on Google Cloud Run #### Testing your deployed proxy **Assuming the required keys are set as Environment Variables**