Skip to content

Commit

Permalink
fix: broken images (#143)
Browse files Browse the repository at this point in the history
* Update how_to_call_image_to_text_applications.ipynb

* Update how_to_call_image_to_text_applications.ipynb

* Update how_to_call_text_to_image_applications.ipynb

* Update how_to_call_text_to_text_applications.ipynb

* Update how_to_call_text_to_text_applications.ipynb
  • Loading branch information
sr-remsha committed Jul 23, 2024
1 parent 9634742 commit ed9c65c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"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)",
"**[View Jupyter Notebook](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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"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)",
"**[View Jupyter Notebook](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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"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)",
"**[View Jupyter Notebook](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",
Expand Down

0 comments on commit ed9c65c

Please sign in to comment.