-
Notifications
You must be signed in to change notification settings - Fork 465
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
[LLM] Add client #2231
base: llm
Are you sure you want to change the base?
[LLM] Add client #2231
Conversation
luotingdan seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
llm/client/Client.py
Outdated
@@ -0,0 +1,124 @@ | |||
import queue |
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.
代码文件名不要大写
llm/client/test_client.py
Outdated
@@ -0,0 +1,7 @@ | |||
from Client import grpcClient |
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.
所有代码添加copyright
PR types(PR类型)
Serving
Description
增加客户端
openai 接口接入