Skip to content

Commit

Permalink
Use the 0.28.1 openai version
Browse files Browse the repository at this point in the history
Signed-off-by: SimFG <bang.fu@zilliz.com>
  • Loading branch information
SimFG committed Nov 22, 2023
1 parent e49e9b1 commit e419c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gptcache/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def import_httpx():


def import_openai():
_check_library("openai")
_check_library("openai", package="openai==0.28.1")


def import_docarray():
Expand Down

0 comments on commit e419c5c

Please sign in to comment.