-
Notifications
You must be signed in to change notification settings - Fork 527
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
feat: Add an AI-Proxy Wasm plugin #921
Conversation
0d0913c
to
f42951d
Compare
6ee8647
to
1a7ee3a
Compare
return types.ActionContinue | ||
} | ||
|
||
func getApiName(path string) provider.ApiName { |
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.
这个是不是应该放到provider实现中,如果provider是openai,应该要支持所有API,例如embedding等。
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.
OK
a74a030
to
8c37308
Compare
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.
Great Work!
Ⅰ. Describe what this PR did
Add an AI-Proxy Wasm plugin.
Support following AI service providers:
Qwen streaming test with NextChat:
Ⅱ. Does this pull request fix one issue?
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews