This website requires JavaScript.
Explore
Help
Register
Sign In
wx44wx
/
engine-v5-pipecat-core
Watch
1
Star
0
Fork
0
You've already forked engine-v5-pipecat-core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e7a8cb1faa4acdd9015fdaba2a48865e67823ff4
engine-v5-pipecat-core
/
engine
History
Xin Wang
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.
2026-05-26 08:33:02 +08:00
..
__init__.py
first vesion
2026-05-21 13:08:40 +08:00
config.py
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.
2026-05-25 08:45:30 +08:00
fastgpt_llm.py
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.
2026-05-25 08:45:30 +08:00
main.py
Add input image to product protocol
2026-05-23 08:28:56 +08:00
pipeline.py
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.
2026-05-26 08:33:02 +08:00
product_protocol.py
Add input image to product protocol
2026-05-23 08:28:56 +08:00
services.py
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.
2026-05-25 08:45:30 +08:00
text_input.py
first vesion
2026-05-21 13:08:40 +08:00
text_stream.py
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.
2026-05-26 08:33:02 +08:00
transcript_stream.py
Add xfyun asr service
2026-05-21 15:42:49 +08:00
turn_start.py
Add gated turn start strategy
2026-05-22 13:36:47 +08:00
xfyun_asr.py
Update xfyun asr service
2026-05-22 08:37:31 +08:00
xfyun_tts.py
Fix xfyun asr tts error
2026-05-21 16:27:24 +08:00