Skip to content

Commit

Permalink
fix: Open AI version 1.0.0 dropped support for APIs in use, so pinnin…
Browse files Browse the repository at this point in the history
…g the version.
  • Loading branch information
saleem-latif committed Nov 29, 2023
1 parent 4d16bad commit 6ea07a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@ openedx-learning==0.3.5
# existing custom parameter configurations unusable.
# https://github.com/openedx/xblock-lti-consumer/issues/410 has been opened to track a fix
lti-consumer-xblock==9.6.1

# Open AI version 1.0.0 dropped support for openai.ChatCompletion which is currently in use in enterprise.
openai<=0.28.1

0 comments on commit 6ea07a2

Please sign in to comment.