diff --git a/dial-cookbook/examples/data/images/jupyter-notebook.png b/dial-cookbook/examples/data/images/jupyter-notebook.png new file mode 100644 index 00000000..de7609a8 Binary files /dev/null and b/dial-cookbook/examples/data/images/jupyter-notebook.png differ diff --git a/dial-cookbook/examples/how_to_call_image_to_text_applications.ipynb b/dial-cookbook/examples/how_to_call_image_to_text_applications.ipynb index 284e298e..3b2b5059 100644 --- a/dial-cookbook/examples/how_to_call_image_to_text_applications.ipynb +++ b/dial-cookbook/examples/how_to_call_image_to_text_applications.ipynb @@ -6,7 +6,11 @@ "source": [ "# How to call image-to-text DIAL applications\n", "\n", - "From [this notebook](https://github.com/epam/ai-dial/blob/main/dial-cookbook/examples/how_to_call_image_to_text_applications.ipynb), you will learn how to call image-to-text DIAL applications via [DIAL API chat/completions](https://epam-rail.com/dial_api#/paths/~1openai~1deployments~1%7BDeployment%20Name%7D~1chat~1completions/post) call.\n", + "From this notebook, you will learn how to call image-to-text DIAL applications via [DIAL API chat/completions](https://epam-rail.com/dial_api#/paths/~1openai~1deployments~1%7BDeployment%20Name%7D~1chat~1completions/post) call.\n", + "\n", + "\n", + "[![Jupyter Notebook](./data/images/jupyter-notebook.png)](https://github.com/epam/ai-dial/blob/main/dial-cookbook/examples/how_to_call_image_to_text_applications.ipynb)", + "\n", "\n", "**DIAL application** is a general term, which encompasses model adapters and application with any custom logic.\n", "\n", diff --git a/dial-cookbook/examples/how_to_call_text_to_image_applications.ipynb b/dial-cookbook/examples/how_to_call_text_to_image_applications.ipynb index a9015f08..bb023ed4 100644 --- a/dial-cookbook/examples/how_to_call_text_to_image_applications.ipynb +++ b/dial-cookbook/examples/how_to_call_text_to_image_applications.ipynb @@ -6,7 +6,11 @@ "source": [ "# How to call text-to-image DIAL applications\n", "\n", - "From [this notebook](https://github.com/epam/ai-dial/blob/main/dial-cookbook/examples/how_to_call_text_to_image_applications.ipynb), you will learn how to call text-to-image applications via [DIAL API chat/completions](https://epam-rail.com/dial_api#/paths/~1openai~1deployments~1%7BDeployment%20Name%7D~1chat~1completions/post) call.\n", + "From this notebook, you will learn how to call text-to-image applications via [DIAL API chat/completions](https://epam-rail.com/dial_api#/paths/~1openai~1deployments~1%7BDeployment%20Name%7D~1chat~1completions/post) call.\n", + "\n", + "\n", + "[![Jupyter Notebook](./data/images/jupyter-notebook.png)](https://github.com/epam/ai-dial/blob/main/dial-cookbook/examples/how_to_call_text_to_image_applications.ipynb)", + "\n", "\n", "**DIAL application** is a general term, which encompasses model adapters and applications with any custom logic.\n", "\n", diff --git a/dial-cookbook/examples/how_to_call_text_to_text_applications.ipynb b/dial-cookbook/examples/how_to_call_text_to_text_applications.ipynb index dece5b17..17a0e068 100644 --- a/dial-cookbook/examples/how_to_call_text_to_text_applications.ipynb +++ b/dial-cookbook/examples/how_to_call_text_to_text_applications.ipynb @@ -6,7 +6,11 @@ "source": [ "# How to call text-to-text DIAL applications\n", "\n", - "From [this notebook](https://github.com/epam/ai-dial/blob/main/dial-cookbook/examples/how_to_call_text_to_text_applications.ipynb), you can learn how to call text-to-text DIAL applications via [DIAL API chat/completions](https://epam-rail.com/dial_api#/paths/~1openai~1deployments~1%7BDeployment%20Name%7D~1chat~1completions/post) call.\n", + "From this notebook, you can learn how to call text-to-text DIAL applications via [DIAL API chat/completions](https://epam-rail.com/dial_api#/paths/~1openai~1deployments~1%7BDeployment%20Name%7D~1chat~1completions/post) call.\n", + "\n", + "\n", + "[![Jupyter Notebook](./data/images/jupyter-notebook.png)](https://github.com/epam/ai-dial/blob/main/dial-cookbook/examples/how_to_call_text_to_text_applications.ipynb)", + "\n", "\n", "For this example, we use a sample text-to-text application called **Echo**, which returns the content of the last user message.\n", "\n",