update readme

This commit is contained in:
2025-12-12 13:52:24 +08:00
parent 9fc6b8aaeb
commit f2759ef493

View File

@@ -26,9 +26,12 @@ LANGSMITH_API_KEY=<LANG SMITH API KEY> # for testing only; location of where dat
# for easy debug; streams full message internally for visibility
python fastapi_server/fake_stream_server_dashscopy.py
# for live production
# for live production; this is streaming
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
```