Commit Graph

7 Commits

Author SHA1 Message Date
melod1n 8cff086a8e shitton of the ai changes 2026-05-18 13:31:37 +03:00
melod1n a736f786c2 feat(openai): add chat streaming and model commands
- add /openai (/chatgpt) chat command using OpenAI Responses API (streaming + incremental edits)
- add /openAIListModels, /openAIGetModel, /openAISetModel
- introduce base Command class and migrate non-chat commands to it
- wire OpenAI client + env vars (OPENAI_API_KEY, OPENAI_MODEL)
- bump deps (@google/genai, systeminformation, @types/node) and add openai
2026-02-03 13:39:01 +03:00
melod1n 9a76d36568 fix transliteration command 2026-01-28 16:39:09 +03:00
melod1n 32baaebb93 update regex matching - now bot responds only for base commands (like /ping) and with mention (like /ping@panfilovi4_bot) and ignores command if it mentions other bot;
Add ability to see, change and list gemini, mistral and ollama models
2026-01-20 08:31:05 +03:00
melod1n 2362b9dba1 add title and description to transliteration command 2026-01-18 16:37:20 +03:00
melod1n b34510a32f transliteration now uses reply if it is present 2026-01-18 16:34:34 +03:00
melod1n 20749860ad add transliteration command (en <-> ru) 2026-01-18 16:29:16 +03:00