add voice in openai api (not tested)
This commit is contained in:
@@ -11,4 +11,5 @@ OPENAI_API_BASE = os.getenv("OPENAI_API_BASE", "https://api.openai.com/v1")
|
||||
DEEPSEEK_API_KEY = os.getenv("DEEPSEEK_API_KEY", "")
|
||||
DEEPSEEK_API_BASE = os.getenv("DEEPSEEK_API_BASE", "https://api.deepseek.com/v1")
|
||||
DEEPSEEK_MODEL = os.getenv("DEEPSEEK_MODEL", "deepseek-chat")
|
||||
OPENAI_AUDIO_MODEL = os.getenv("OPENAI_AUDIO_MODEL", "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user