From e4b79613cc679d17d0ccddeb695a9189145f076d Mon Sep 17 00:00:00 2001 From: Maedah Batool Date: Mon, 7 Oct 2024 13:02:40 -0700 Subject: [PATCH] Remove mentions for sg-private from Cody Gateway docs --- docs/cody/core-concepts/cody-gateway.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/cody/core-concepts/cody-gateway.mdx b/docs/cody/core-concepts/cody-gateway.mdx index 5b1a5780d..d658958d7 100644 --- a/docs/cody/core-concepts/cody-gateway.mdx +++ b/docs/cody/core-concepts/cody-gateway.mdx @@ -62,6 +62,4 @@ In addition to the above, we may throttle concurrent requests to Cody Gateway pe Sourcegraph Cody Gateway does not retain sensitive data (prompt test and source code included in requests, etc.) from any traffic received. Only rate limit consumption per Sourcegraph Enterprise license and some high-level diagnostic data (error codes from upstream, numeric/enum request parameters, etc) are tracked. -The code that powers Cody Gateway is also [source-available](https://sourcegraph.com/search?q=context:global+repo:%5Egithub%5C.com/sourcegraph/sourcegraph$+f:cmd/cody-gateway+lang:go&patternType=keyword&groupBy=path) for audit. - For more details about Cody Gateway security practices, please reach out to your account manager. You can also refer to the [Cody usage and privacy notice](https://about.sourcegraph.com/terms/cody-notice) for more privacy details about Cody in general.