Skip to content

Commit

Permalink
chore: add links for python notebooks (#142)
Browse files Browse the repository at this point in the history
* Add files via upload

* Update how_to_call_image_to_text_applications.ipynb

* Update how_to_call_image_to_text_applications.ipynb

* Update how_to_call_image_to_text_applications.ipynb

* 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
  • Loading branch information
sr-remsha committed Jul 23, 2024
1 parent c761861 commit 9634742
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9634742

Please sign in to comment.