You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- nodes:
- - id: dora-openai-server
- build: pip install -e ../../node-hub/dora-openai-server
- path: dora-openai-server
- outputs:
- - v1/chat/completions
- inputs:
- v1/chat/completions: dora-echo/echo
-
- - id: dora-echo
- build: pip install -e ../../node-hub/dora-echo
- path: dora-echo
- inputs:
- echo: dora-openai-server/v1/chat/completions
- outputs:
- - echo
|