From d6d6159c85c1f1ede27b3901852a063a96d7be9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Thu, 26 Sep 2024 10:39:34 +0800 Subject: [PATCH] Update ai-proxy.md --- .../docs/latest/en/plugins/ai/api-provider/ai-proxy.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/docs/latest/en/plugins/ai/api-provider/ai-proxy.md b/src/content/docs/latest/en/plugins/ai/api-provider/ai-proxy.md index 4d057112e1..c9435dcffa 100644 --- a/src/content/docs/latest/en/plugins/ai/api-provider/ai-proxy.md +++ b/src/content/docs/latest/en/plugins/ai/api-provider/ai-proxy.md @@ -1,10 +1,10 @@ --- -title: AI Agent -keywords: [AI Gateway, AI Agent] -description: AI Agent plugin configuration reference +title: AI Proxy +keywords: [AI Gateway, AI Proxy] +description: AI Proxy plugin configuration reference --- ## Function Description -`AI Agent` plugin implements AI agent functionality based on OpenAI API contracts. It currently supports AI service providers such as OpenAI, Azure OpenAI, Moonshot, and Qwen. +`AI Proxy` plugin implements AI proxy functionality based on OpenAI API contracts. It currently supports AI service providers such as OpenAI, Azure OpenAI, Moonshot, and Qwen. > **Note:** > When the request path suffix matches `/v1/chat/completions`, corresponding to text generation scenarios, the request body will be parsed using OpenAI's text generation protocol and then converted to the corresponding LLM vendor's text generation protocol. @@ -212,7 +212,7 @@ provider: 'text-embedding-v1': 'text-embedding-v1' '*': "qwen-turbo" ``` -### Using original protocol to Proxy Baichuan AI Agent application +### Using original protocol to Proxy Baichuan AI proxy application **Configuration Information** ```yaml provider: