mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-05 02:29:55 +00:00
fixed tts
This commit is contained in:
parent
404dfe98bd
commit
4c76c866c1
@ -33,6 +33,9 @@ import shutil
|
||||
from tqdm import tqdm
|
||||
import threading
|
||||
from io import BytesIO
|
||||
import pipmaster as pm
|
||||
if not pm.is_installed("openai"):
|
||||
pm.install("openai")
|
||||
from openai import OpenAI
|
||||
|
||||
if not PackageManager.check_package_installed("sounddevice"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user