Skip to content

Commit 03fc8ac

Browse files
ZYLIIIZYLIIIAisuko
authored
update requirements.txt and add api test to readme.me (SkywardAI#84)
* 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]>
1 parent 28009d3 commit 03fc8ac

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

example/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ example/test_apis.py::TestAllAPIs::test_inference_by_request_stream PASSED
4646
4747
================================================================================== 5 passed in 7.30s ==================================================================================
4848
```
49+
50+
## Api Test
51+
![Successful Running example](img/api_test.png)

example/img/api_test.png

378 KB
Loading

example/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
openai==1.35.7
2-
pytest==8.1.1
1+
pytest==8.1.1
2+
streamlit==1.37.1
3+
tiktoken==0.7.0
4+
openai==1.35.7

0 commit comments

Comments
 (0)