From 29e903c5bdf18ab19c47400c7bc580d391f1d66c Mon Sep 17 00:00:00 2001 From: goulustis Date: Fri, 26 Dec 2025 14:51:50 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3b825e..73a02af 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ python fastapi_server/server_dashscope.py # start server with chatty tool node; NOTE: streaming only! python fastapi_server/server_dashscope.py route chatty_tool_node -# this supports openai-api; unmaintained; NOT RECOMMENDED -python fastapi_server/server.py +# this supports openai-api; +python fastapi_server/server_openai.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` service