Skip to content

Commit

Permalink
update requirements.txt and add api test to readme.me
Browse files Browse the repository at this point in the history
Signed-off-by: ZYLIII <[email protected]>
  • Loading branch information
ZYLIII committed Sep 6, 2024
1 parent 28009d3 commit 2871895
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ example/test_apis.py::TestAllAPIs::test_inference_by_request_stream PASSED
================================================================================== 5 passed in 7.30s ==================================================================================
```

## Api Test
![Successful Running example](img/api_test.png)
Binary file added example/img/api_test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
openai==1.35.7
pytest==8.1.1
pytest==8.1.1
streamlit==1.37.1
tiktoken==0.7.0
openai==1.41.0

0 comments on commit 2871895

Please sign in to comment.