From e69045a5b3aae17269b99a480cafb372c650b5d9 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Thu, 8 Feb 2024 11:42:32 -0500 Subject: [PATCH] add video to openai spec Signed-off-by: Hannah Hunter --- .../components-reference/supported-bindings/openai.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/openai.md b/daprdocs/content/en/reference/components-reference/supported-bindings/openai.md index 34bbeb151fc..a5876566764 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/openai.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/openai.md @@ -276,6 +276,11 @@ The response body contains the following JSON: [0.018574921,-0.00023652936,-0.0057790717,.... (1536 floats total for ada)] ``` +## Learn more about the Azure OpenAI output binding + +Watch [the following Community Call presentation](https://youtu.be/rTovKpG0rhY?si=g7hZTQSpSEXz4pV1&t=80) to learn more about the Azure OpenAI output binding. + + ## Related links