• Joined on 2025-04-27
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-28 15:03:42 +08:00
a5839e5668 Update camera drawer font to lighter
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-28 14:53:03 +08:00
966dadda38 Add camera drawer for voice demo
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-28 14:29:19 +08:00
1dcfb98e63 Add set_info input event
wx44wx pushed to main at wx44wx/ZNJJ-api-server 2026-05-28 13:46:41 +08:00
ed9621dfe0 Update VOICE_CONFIG to use new FastGPT state-enabled configuration and add TEXT_DELTA log group for websocket responses.
9e2374f492 Add voice state tags, SuperTTS configs, and demo WS log groups.
Compare 2 commits »
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-28 13:36:20 +08:00
3357585443 Add response state configuration to FastGPT XFYun JSON file, enabling state tracking with customizable parameters for improved interaction management.
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-28 13:29:39 +08:00
ad232fdbd9 Add configuration files for FastGPT with XFYun services, including STT, TTS, and audio filtering settings. Introduce new JSON files for different service configurations and enhance logging for text delta responses in the web application.
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-28 10:02:15 +08:00
2d5fd65721 Add demo page shows state code
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-28 09:36:55 +08:00
d94da4b4d1 Add support for prefix state code
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-27 20:04:48 +08:00
8c3789754f Add xfyun super tts service
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-27 16:40:34 +08:00
5328b90e2e Update deepfilternet readme and config
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-27 16:37:25 +08:00
673a54049a Add deepfilternet
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-27 14:08:29 +08:00
c4a53b5205 Add voice activity detection and interruption handling configurations to FastGPT and XFYun JSON files. Enhance interruption short replies with additional phrases for improved user interaction.
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-26 14:39:02 +08:00
7ab10eba32 Rename browser demo mount path from /demo to /voice-demo.
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-26 14:30:11 +08:00
d64a5315a5 update fastgpt config
97deca0f57 Update LLM configuration to support FastGPT integration. Modify requirements to include fastgpt-python-sdk, enhance greeting messages, and adjust LLM service creation to handle app_id. Implement welcome text fetching for FastGPT and improve context handling in the pipeline based on LLM provider. Update related configurations and properties for better integration.
3dfff0c937 Add AssistantContextSyncProcessor to manage LLM context synchronization during assistant interruptions. Update ProductTextStreamProcessor to track last streamed text and modify pipeline to integrate new context sync functionality. Enhance tests to verify context sync behavior for interrupted assistant turns.
Compare 3 commits »
wx44wx pushed to main at wx44wx/ZNJJ-api-server 2026-05-26 10:57:23 +08:00
b14ef64665 Add configuration files for FastGPT and Xfyun voice services, enhancing LLM service capabilities. Update LLMConfig to include chat_id, variables, detail, and timeout settings. Refactor create_llm_service to support FastGPT integration and adjust pipeline to handle chat_id and greeting prompts. Implement context synchronization for interrupted assistant turns in text streaming.
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-26 08:36:15 +08:00
e7a8cb1faa Enhance text stream processing by adding synchronization for interrupted assistant turns. Introduce sync_streamed_assistant_context to align LLM context with UI text, and modify ProductTextStreamProcessor to handle interrupted text. Update pipeline to utilize the new functionality for managing assistant turn interruptions.
2edcb51805 Add chat_id, variables, detail, timeout_sec, and send_system_prompt to LLMConfig; update create_llm_service to accept new parameters and handle FastGPT integration. Modify pipeline to utilize chat_id and adjust message handling based on provider settings.
Compare 2 commits »
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-24 21:56:11 +08:00
b918eec5c1 Fix text stream frame forwarding order and transport message type.
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-24 21:37:44 +08:00
f301af396d Update AGENTS.md with additional context on implementation and modify pipeline.py to include assistant aggregator in the processing flow.
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-24 11:02:07 +08:00
003a4abe8c Collapse high-frequency audio frames in the demo websocket log.
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-23 08:29:14 +08:00
5b087f8610 Add input image to product protocol