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.

README.md 384 B

1234567891011121314151617
  1. # Dora openai echo example
  2. This is a quick example to showcase how use the `dora-openai-server` to receive and send back data.
  3. Dora Openai Server is still experimental and may change in the future.
  4. Make sure to have, dora, pip and cargo installed.
  5. ```bash
  6. dora up
  7. dora build dataflow.yml
  8. dora start dataflow.yml
  9. # In a separate terminal
  10. python openai_api_client.py
  11. dora stop
  12. ```