From 0bc67761dc242ae694051e52c8e0955f1d59bb2d Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 17 Aug 2024 17:38:28 -0700 Subject: [PATCH] docs access groups --- docs/my-website/docs/proxy/virtual_keys.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/my-website/docs/proxy/virtual_keys.md b/docs/my-website/docs/proxy/virtual_keys.md index 65582b0f73..fa2da9f28a 100644 --- a/docs/my-website/docs/proxy/virtual_keys.md +++ b/docs/my-website/docs/proxy/virtual_keys.md @@ -230,11 +230,6 @@ Expected Response Set allowed models for a key using the `models` param -:::info - -This key can only make requests to `models` that are `gpt-3.5-turbo` or `gpt-4` - -::: ```shell curl 'http://0.0.0.0:4000/key/generate' \ @@ -243,6 +238,11 @@ curl 'http://0.0.0.0:4000/key/generate' \ --data-raw '{"models": ["gpt-3.5-turbo", "gpt-4"]}' ``` +:::info + +This key can only make requests to `models` that are `gpt-3.5-turbo` or `gpt-4` + +::: Verify this is set correctly by