Skip to content

Commit

Permalink
update requirements.txt and add api test to readme.me (#84)
Browse files Browse the repository at this point in the history
* update requirements.txt and add api test to readme.me

Signed-off-by: ZYLIII <[email protected]>

* Update example/requirements.txt

Signed-off-by: Aisuko <[email protected]>

---------

Signed-off-by: ZYLIII <[email protected]>
Signed-off-by: Aisuko <[email protected]>
Co-authored-by: ZYLIII <[email protected]>
Co-authored-by: Aisuko <[email protected]>
  • Loading branch information
3 people committed Sep 6, 2024
1 parent 28009d3 commit 03fc8ac
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.35.7

0 comments on commit 03fc8ac

Please sign in to comment.