Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni committed Sep 25, 2024
1 parent 9033a72 commit 2161edc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backend/sdk/src/main/resources/plugins/ai-proxy/README_EN.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2161edc

Please sign in to comment.