-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add ai-proxy plugin #232
Conversation
Signed-off-by: chengzw <[email protected]>
|
|
||
访问示例: | ||
|
||
```json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个不是JSON吧。。。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改成 bash 了,之前用 json 是想让里面的 json 部分显示好看点。。😂
sidebars.js
Outdated
@@ -34,7 +34,7 @@ const sidebars = { | |||
{ | |||
type: 'category', | |||
label: 'Plugins', | |||
items: ['plugins/intro', 'plugins/custom', 'plugins/jwt-auth', 'plugins/hmac-auth', 'plugins/key-auth', 'plugins/basic-auth', 'plugins/key-rate-limit', 'plugins/custom-response', 'plugins/bot-detect', 'plugins/request-block', 'plugins/waf'], | |||
items: ['plugins/intro', 'plugins/ai-proxy', 'plugins/custom', 'plugins/jwt-auth', 'plugins/hmac-auth', 'plugins/key-auth', 'plugins/basic-auth', 'plugins/key-rate-limit', 'plugins/custom-response', 'plugins/bot-detect', 'plugins/request-block', 'plugins/waf'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ai-proxy和其他的插件有什么区别么?为什么要单独把它放在自定义插件里,其他的算是官方提供的插件?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CH3CHO 顺序调整好了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不是放在自定义插件里面,是排在它的下面。因为自定义插件那一页是讲插件开发的。
| |
Kent Dong
|
|
***@***.***
|
---- Replied Message ----
| From | ***@***.***> |
| Date | 05/21/2024 19:30 |
| To | ***@***.***> |
| Cc | Kent ***@***.***>,
Review ***@***.***> |
| Subject | Re: [higress-group/higress-group.github.io] doc: add ai-proxy plugin (PR #232) |
@cr7258 commented on this pull request.
In sidebars.js:
@@ -34,7 +34,7 @@ const sidebars = {
{
type: 'category',
label: 'Plugins',
- items: ['plugins/intro', 'plugins/custom', 'plugins/jwt-auth', 'plugins/hmac-auth', 'plugins/key-auth', 'plugins/basic-auth', 'plugins/key-rate-limit', 'plugins/custom-response', 'plugins/bot-detect', 'plugins/request-block', 'plugins/waf'],
+ items: ['plugins/intro', 'plugins/ai-proxy', 'plugins/custom', 'plugins/jwt-auth', 'plugins/hmac-auth', 'plugins/key-auth', 'plugins/basic-auth', 'plugins/key-rate-limit', 'plugins/custom-response', 'plugins/bot-detect', 'plugins/request-block', 'plugins/waf'],
ai-proxy和其他的插件有什么区别么?为什么要单独把它放在自定义插件里,其他的算是官方提供的插件?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because your review was requested.Message ID: ***@***.***>
|
内容来自 ai-proxy 插件的 README 文档, 在此基础上补充了 groq, claude 插件的文档,并在最后添加了完整的配置示例。
groq PR: alibaba/higress#967
claude PR: alibaba/higress#969