-
Notifications
You must be signed in to change notification settings - Fork 4.3k
lru_cache(_TypeAdapter) _models.py", line 542 TypeError: Expected maxsize to be an integer or None
#1267
-
fixed with: TypeAdapter = lru_cache(maxsize=None)(_TypeAdapter)
using python 3.7 openai-1.14.2
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment