/yandexgpt-api-python-example

A simple example for using YandexGPT API with python

Primary LanguagePython

YandexGPT API python example

A simple example for using YandexGPT API with python.

How to run:

  1. Create .env file:
cp .env.sample .env
  1. Replace "<IAM_TOKEN>" and "<FOLDER_ID>" with appropriate values. Follow Yandex API official instruction to get them

  2. Run following command:

./run.sh

Done!