diff --git a/example/README.md b/example/README.md index 579035c..4e27190 100644 --- a/example/README.md +++ b/example/README.md @@ -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) diff --git a/example/img/api_test.png b/example/img/api_test.png new file mode 100644 index 0000000..29b71c3 Binary files /dev/null and b/example/img/api_test.png differ diff --git a/example/requirements.txt b/example/requirements.txt index 3225438..f2610f6 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,2 +1,4 @@ -openai==1.35.7 -pytest==8.1.1 \ No newline at end of file +pytest==8.1.1 +streamlit==1.37.1 +tiktoken==0.7.0 +openai==1.35.7 \ No newline at end of file