feat: 新增 Gemini Live API 接入演示

This commit is contained in:
Del Wang
2025-04-26 19:00:56 +08:00
parent 0900b4cf2a
commit e53bc65715
14 changed files with 1854 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from .gemini import Gemini
from .xiaoai import XiaoAi
__all__ = ["Gemini", "XiaoAi"]