0
0
mirror of https://gitflic.ru/project/maks1ms/ocab.git synced 2025-10-11 06:22:37 +03:00

Начало разработки модуля YandexGPT

This commit is contained in:
Armatik
2024-01-02 22:39:00 +03:00
parent 649e780109
commit dee4f5bc79
6 changed files with 151 additions and 3 deletions

1
src/modules/external/__init__.py vendored Normal file
View File

@@ -0,0 +1 @@
from . import yandexgpt

View File

View File

@@ -0,0 +1,6 @@
{
"name": "YandexGPT",
"description": "Модуль для работы с Yandex GPT",
"author": "OCAB Team",
"version": "1.0"
}