update readme
This commit is contained in:
@@ -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
|
# for easy debug; streams full message internally for visibility
|
||||||
python fastapi_server/fake_stream_server_dashscopy.py
|
python fastapi_server/fake_stream_server_dashscopy.py
|
||||||
|
|
||||||
# for live production
|
# for live production; this is streaming
|
||||||
python fastapi_server/server_dashscope.py
|
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
|
# this supports openai-api; unmaintained; NOT RECOMMENDED
|
||||||
python fastapi_server/server.py
|
python fastapi_server/server.py
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user