Files
n8n-translator/CHANGELOG.md
2025-11-14 16:04:24 +08:00

13 lines
783 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Changelog Translator Workflow
## v1.0.0 - 2025-11-14
### **New Features & Updates**
- **Telegram Trigger Node:** Added a trigger to initiate the workflow via Telegram messages.
- **OpenAI Chat Integration:** Integrated OpenAIs chat model for language translation and processing.
- **LangChain Agent:** Implemented a LangChain agent to manage and execute translation tasks.
- **Memory Buffer Window:** Added a memory buffer to maintain context and improve translation accuracy.
- **Telegram Response Node:** Enabled sending translated responses back to Telegram.
### **Workflow Overview**
- The workflow is designed to receive messages via Telegram, process them using OpenAIs chat model, manage context with a memory buffer, and send translated responses back to the user.