This website requires JavaScript.
Explore
Help
Register
Sign In
wx44wx
/
AI-VideoAssistant
Watch
1
Star
0
Fork
0
You've already forked AI-VideoAssistant
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cdd8275e355e3e41dd37b07cbf1053e6526aa599
AI-VideoAssistant
/
api
/
app
/
routers
History
Xin Wang
cdd8275e35
Add voice_message_prompt tool to API and UI components. Update DuplexPipeline, Assistants, and DebugDrawer to support new tool functionality, including parameter validation and speech synthesis integration. Ensure existing tools are preserved during seeding process in the database.
2026-02-27 16:04:49 +08:00
..
__init__.py
…
asr.py
Use generated short id for llm asr tts
2026-02-12 19:05:50 +08:00
assistants.py
Implement runtime tool ID and display name mapping in DuplexPipeline. Enhance Assistants and ToolLibrary components to utilize new mappings for improved tool identification and display. Update DebugDrawer to reflect changes in tool display names during interactions.
2026-02-27 15:50:43 +08:00
history.py
…
knowledge.py
…
llm.py
Use generated short id for llm asr tts
2026-02-12 19:05:50 +08:00
tools.py
Add voice_message_prompt tool to API and UI components. Update DuplexPipeline, Assistants, and DebugDrawer to support new tool functionality, including parameter validation and speech synthesis integration. Ensure existing tools are preserved during seeding process in the database.
2026-02-27 16:04:49 +08:00
voices.py
Voice library support dashscope
2026-02-26 03:54:52 +08:00
workflows.py
…