Skip to content

Commit

Permalink
fix description about the execution order of the ai-request-transform…
Browse files Browse the repository at this point in the history
…er plugin (#7628)

Fix: fix description about the execution order of the ai-request-transformer.
  • Loading branch information
liverpool8056 authored Jul 11, 2024
1 parent fd59669 commit cca08cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin supports `llm/v1/chat` style requests for all of the same providers

It also uses all of the same configuration and tuning parameters as the AI Proxy plugin, under the [`config.llm`](/hub/kong-inc/ai-request-transformer/configuration/#config-llm) block.

The AI Request Transformer plugin runs **after** all of the [AI Prompt](/hub/?search=ai%2520prompt) plugins, but **before** the
The AI Request Transformer plugin runs **before** all of the [AI Prompt](/hub/?search=ai%2520prompt) plugins and the
AI Proxy plugin, allowing it to also introspect LLM requests against the same, or a different, LLM.

## How it works
Expand Down

0 comments on commit cca08cd

Please sign in to comment.