一些经验之谈 #17
lvyonghuan
started this conversation in
Ideas
一些经验之谈
#17
Replies: 1 comment
-
|
可以关注一下我的新工作,之后我大概会基于这套体系重新构建新的AI Vtuber系统(作为某种引入)。不过也许我会摸了( 另外现在缺一个前端 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
项目大概是不会继续维护了。感觉要弄估计也是c sharp重构了,用go和js确实有点不合适。
回想一下,整个项目核心的部分大概是一个大根堆。当时设计的时候有些流程我还是有点一拍脑袋,没想到后面还可以加功能,然后给我搞糊了,变成屎山了。
如果要重新规划,我会以大根堆为分水岭,大根堆前面的作为input,后面的作为worker,worker把工作结果通过接口统一汇入一个output接口就行了。我当时把工作都拧巴在一起,结果加个唱歌的需求就变成屎了(悲)。
如果有人想做这方面的工作,这也算是经验之谈了吧。
2024.10.9更新:
关于AI Vtuber高可用架构的思考
基于这套架构甚至可以不止于vtuber了。
Beta Was this translation helpful? Give feedback.
All reactions