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.

dataflow-rust.yml 380 B

12345678910111213141516
  1. nodes:
  2. - id: dora-openai-server
  3. build: cargo build -p dora-openai-proxy-server --release
  4. path: ../../target/release/dora-openai-proxy-server
  5. outputs:
  6. - text
  7. inputs:
  8. text: dora-echo/echo
  9. - id: dora-echo
  10. build: pip install -e ../../node-hub/dora-echo
  11. path: dora-echo
  12. inputs:
  13. echo: dora-openai-server/text
  14. outputs:
  15. - echo