Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 402 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 402 Bytes

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!