From 73b551bf607bed72cb924a9aaa4f8583b596e858 Mon Sep 17 00:00:00 2001 From: goulustis Date: Fri, 28 Nov 2025 18:38:05 +0800 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 069266b..3c6b6af 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ python fastapi_server/server_dashscope.py # this supports openai-api; unmaintained; NOT RECOMMENDED python fastapi_server/server.py ``` +see sample usage in `fastapi_server/test_dashscope_client.py` to see how to communicate with `fake_stream_server_dashscopy.py` or `server_dashscope.py` serveice ## Runnables