Skip to content

Commit

Permalink
Пример использования GigaChat для задачи Computer Vision (#43)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Добавил базовый пример работы с GigaChat Vision

---------

Co-authored-by: Konstantin Krestnikov <[email protected]>
Co-authored-by: Mikhail Murtazin <[email protected]>
  • Loading branch information
3 people authored Nov 15, 2024
1 parent 8dabc3d commit b608597
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GigaChat. Python-библиотека для GigaChain
# Python-библиотека для работы с GigaChat API

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ai-forever/gigachat/gigachat.yml?style=flat-square)](https://github.com/ai-forever/gigachat/actions/workflows/gigachat.yml)
[![GitHub License](https://img.shields.io/github/license/ai-forever/gigachat?style=flat-square)](https://opensource.org/license/MIT)
Expand Down
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
* [Пример подсчёта токенов](./example_tokens.py)
* [Пример получения изображения](./example_get_image.py)
* [Jupyter-ноутбук с примером работы с чатом и изображениями](./simple_chat_with_images.ipynb)
* [Jupyter-ноутбук с примером работы c GigaChat Vision](./vision/vision.ipynb)
Binary file added examples/vision/cat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
156 changes: 156 additions & 0 deletions examples/vision/vision.ipynb

Large diffs are not rendered by default.

0 comments on commit b608597

Please sign in to comment.