Skip to content

Commit

Permalink
Downgrade OpenAI package to 1.55.3 to fix CosmosDB connection issue #m…
Browse files Browse the repository at this point in the history
  • Loading branch information
CarteKiwi committed Dec 3, 2024
1 parent 3b22853 commit d590dea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.venv
frontend/node_modules
.env
# static
.azure/
__pycache__/
.ipynb_checkpoints/
/env.json
/.env
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
azure-identity==1.15.0
Flask[async]==3.0.3
openai==1.6.1
openai==1.55.3
azure-search-documents==11.4.0b6
azure-storage-blob==12.17.0
python-dotenv==1.0.0
Expand Down

0 comments on commit d590dea

Please sign in to comment.