GigaChat large language models API.
To use, you should pass login and password to access GigaChat API or use token.
Example:
.. code-block:: python
from langchain_community.llms import GigaChat giga = GigaChat(credentials=..., scope=..., verify_ssl_certs=False)