mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-19 13:28:11 +08:00
feat: add dalle3 gpt-4-turbo model change
This commit is contained in:
@@ -33,4 +33,8 @@ def create_voice(voice_type):
|
||||
from voice.elevent.elevent_voice import ElevenLabsVoice
|
||||
|
||||
return ElevenLabsVoice()
|
||||
|
||||
elif voice_type == "linkai":
|
||||
from voice.linkai.linkai_voice import LinkAIVoice
|
||||
return LinkAIVoice()
|
||||
raise RuntimeError
|
||||
|
||||
Reference in New Issue
Block a user