Skip to content

Commit

Permalink
Update ai-proxy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Sep 26, 2024
1 parent 8f24db3 commit d6d6159
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/content/docs/latest/en/plugins/ai/api-provider/ai-proxy.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 d6d6159

Please sign in to comment.