Skip to content

Commit

Permalink
Updated requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
A-R007 committed Dec 23, 2024
1 parent 929af4d commit 5719cd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vercel
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Flask==2.2.2
Flask>=2.1
Werkzeug>=2.1
groq==0.13.1
python-dotenv==0.21.0
requests==2.28.1
Expand Down
5 changes: 1 addition & 4 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"src": "/.*",
"dest": "app.py"
}
],
"env": {
"GROQ_API_KEY": "@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"
}
]
}

0 comments on commit 5719cd1

Please sign in to comment.