This commit is contained in:
Raphaël MANSUY 2025-12-04 19:18:14 +08:00
parent 282dacc291
commit 86a6159b3f

View file

@ -5,6 +5,7 @@ import logging
from collections.abc import AsyncIterator
import pipmaster as pm
# install specific modules
if not pm.is_installed("openai"):
pm.install("openai")