logo
openai
repo-copy-icon

copied

Browse Source

Add requirements

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 2 years ago
parent
commit
f2f3496385
  1. 2
      openai_qa.py

2
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

Loading…
Cancel
Save