zhangliwei7758 / unity-AI-Chat-Toolkit

使用unity实现AI聊天相关功能。目前这个库包含了对chatgpt、chatglm等大语言模型的api调用的代码实现以及实现了微软Azure以及百度AI的语音服务功能,语音服务均采用web api实现,支持Windows/WebGL/Android等平台
MIT License
431 stars 62 forks source link

您好,我是新手,我在导入后遇到了这个问题,请问有什么方法解决 #10

Open Misaka20006 opened 10 months ago

Misaka20006 commented 10 months ago

Assets\AIChatTookit\Scripts\TTS&&STT\Xunfei\XunfeiTextToSpeech.cs(9,30): error CS0234: The type or namespace name 'Types' does not exist in the namespace 'UnityEngine.Networking' (are you missing an assembly reference?)

zhangliwei7758 commented 9 months ago

删除报错的命名空间引用即可