diff --git a/docs/my-website/docs/simple_proxy.md b/docs/my-website/docs/simple_proxy.md index 16a0b7313d..dcd0904675 100644 --- a/docs/my-website/docs/simple_proxy.md +++ b/docs/my-website/docs/simple_proxy.md @@ -63,9 +63,13 @@ Looking for the CLI tool/local proxy? It's [here](./proxy_server.md) ::: ## 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) +On a successfull deploy your Cloud Run Shell will have this output + + ### Set LLM API Keys #### Environment Variables More info [here](https://cloud.google.com/run/docs/configuring/services/environment-variables#console) diff --git a/docs/my-website/img/cloud_run0.png b/docs/my-website/img/cloud_run0.png new file mode 100644 index 0000000000..eecd395a2f Binary files /dev/null and b/docs/my-website/img/cloud_run0.png differ diff --git a/docs/my-website/img/swagger.png b/docs/my-website/img/swagger.png new file mode 100644 index 0000000000..0b252a4185 Binary files /dev/null and b/docs/my-website/img/swagger.png differ