We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28009d3 commit 03fc8acCopy full SHA for 03fc8ac
example/README.md
@@ -46,3 +46,6 @@ example/test_apis.py::TestAllAPIs::test_inference_by_request_stream PASSED
46
47
================================================================================== 5 passed in 7.30s ==================================================================================
48
```
49
+
50
+## Api Test
51
+
example/img/api_test.png
378 KB
example/requirements.txt
@@ -1,2 +1,4 @@
1
-openai==1.35.7
2
-pytest==8.1.1
+pytest==8.1.1
+streamlit==1.37.1
3
+tiktoken==0.7.0
4
+openai==1.35.7
0 commit comments