| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- Introduced Evoai and EvoaiSetting models in both MySQL and PostgreSQL schemas. - Implemented EvoaiController and EvoaiService for managing EvoAI bots. - Created EvoaiRouter for handling API requests related to EvoAI. - Added DTOs and validation schemas for EvoAI integration. - Updated server module and chatbot controller to include EvoAI functionality. - Configured environment settings for EvoAI integration.
Reviewer's GuideThis PR implements full EvoAI integration by extending configuration, registering new services/controllers, enhancing the chatbot flow, defining Prisma models, and adding dedicated controller, service, router, DTOs, and validation schemas to manage EvoAI bots, settings, sessions, and message processing. File-Level Changes
Tips and commands Interacting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Sorry, something went wrong.
…ities - Added support for audio message detection and transcription using OpenAI's Whisper API. - Integrated media downloading for both audio and image messages, with appropriate error handling. - Updated logging to redact sensitive information from payloads. - Modified existing methods to accommodate the new message structure, ensuring seamless integration with EvoAI services.
- Modified the EvoaiService instantiation in the server module to include configService for enhanced configuration management.
| Back | FazBrowse Home | New Git URL |
Summary by Sourcery
Add full EvoAI integration by introducing models, services, controllers, routes, DTOs, and validation schemas, and integrating EvoAI into the main chatbot flow with configuration support.
New Features:
Enhancements: