Browse Source
Add requirements
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
1 changed files with
1 additions and
1 deletions
-
openai_qa.py
|
|
@ -13,7 +13,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
|
|
|
|
|
|
|
|
from openai import Embedding |
|
|
|
import openai |
|
|
|
from tenacity import retry, stop_after_attempt, wait_random_exponential |
|
|
|
from towhee.operator.base import PyOperator |
|
|
|
|
|
|
|