From 3d06b51e4efa39445134498e336290519cf8a1b7 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 16 Aug 2024 14:02:56 -0700 Subject: [PATCH] docs correct link to oauth 2.0 --- docs/my-website/docs/proxy/ui.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/my-website/docs/proxy/ui.md b/docs/my-website/docs/proxy/ui.md index 1f71e63328..b18fc152cc 100644 --- a/docs/my-website/docs/proxy/ui.md +++ b/docs/my-website/docs/proxy/ui.md @@ -82,6 +82,13 @@ litellm_settings: - Key will be created with `max_budget=100` since 100 is the upper bound #### Step 2: Setup Oauth Client + +:::tip + +Looking for how to use Oauth 2.0 for /chat, /completions API requests to the proxy? [Follow this doc](.oauth2) + +::: +