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
97deca0f57f64c6957c2a0aa88d4a0f9074f39c5
engine-v5-pipecat-core
/
engine
History
Xin Wang
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.
2026-05-26 14:15:26 +08:00
..
__init__.py
first vesion
2026-05-21 13:08:40 +08:00
config.py
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.
2026-05-26 14:15:26 +08:00
context_sync.py
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.
2026-05-26 10:44:12 +08:00
fastgpt_llm.py
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.
2026-05-26 14:15:26 +08:00
main.py
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.
2026-05-26 14:15:26 +08:00
pipeline.py
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.
2026-05-26 14:15:26 +08:00
product_protocol.py
Add input image to product protocol
2026-05-23 08:28:56 +08:00
services.py
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.
2026-05-26 14:15:26 +08:00
text_input.py
first vesion
2026-05-21 13:08:40 +08:00
text_stream.py
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.
2026-05-26 10:44:12 +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