From 693a8975c26eb01ecf56f2de0fcbaabe0c883442 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 29 Jun 2023 02:22:24 +0300 Subject: [PATCH] works: add yandex gpt telegram bot --- modules/work/data.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/work/data.ts b/modules/work/data.ts index 59c293a..fda5b28 100644 --- a/modules/work/data.ts +++ b/modules/work/data.ts @@ -4,6 +4,15 @@ import { Technology } from "./domain/Technology.ts"; import { Work } from "./domain/Work.ts"; export const CHRONOLOGICAL_WORKS: Work[] = [ + { + name: "yandexgpt_tg_bot", + url: "/pleshevskiy/yandexgpt_tg_bot", + description: "The Telegram bot to describe article with link by YandexGPT.", + roles: [Role.Author], + technologies: [Technology.JavaScript, Technology.NodeJS, Technology.Nix], + startDate: new Date("2023-06-27"), + status: Status.PassivelyMaintained, + }, { name: "tree-sitter-plpgsql", url: "/pleshevskiy/tree-sitter-plpgsql",