-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AI] Passthrough token + Moderation endpoint support (#10260)
- Loading branch information
Showing
12 changed files
with
1,633 additions
and
572 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
changelog/v1.18.0-beta31/ai-modertion-passthrough-token.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
changelog: | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/solo-projects/issues/7115 | ||
resolvesIssue: false | ||
description: >- | ||
Add API to enable passthrough auth strategy for AI services. This allows users to pass through the token | ||
to the AI service, rather than requiring them to supply a seprate token for the AI service. | ||
This can be useful if Identity federation has already been done for the backend in question | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/solo-projects/issues/7070 | ||
resolvesIssue: false | ||
description: >- | ||
Add API to add moderation as a possible Prompt Guard step. This allows users to add | ||
run the user prompt through a moderation service before sending it to the backend LLM. |
63 changes: 61 additions & 2 deletions
63
...thub.com/solo-io/gloo/projects/gloo/api/v1/enterprise/options/ai/ai.proto.sk.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.