Skip to content
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

Add the client sample paired with openai_api.py #504

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexhegit
Copy link

The openai_api.py is just the server sample code of openai. So I write this client sample to show how-to send the request w/ the api of openai and get the response from the server. And I also try the benchmark to get the throughput in words/sencond.

Usage:

  1. Start the server by run "python openai_api.py".
  2. Start the client with this file with jupyter-notebook.

The openai_api.py is just the server sample code of openai. So I write
this client sample to show how-to send the request w/ the api of openai
and get the response from the server. And I also try the benchmark to get
the throughput in words/sencond.

Usage:
1. Start the server by run "python openai_api.py".
2. Start the client with this file with jupyter-notebook.

Signed-off-by: Alex He <heye_dev@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant