Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ llm = ChatGroq(temperature=0, groq_api_key=api_keys[2], model_name="llama3-70b-8
|
|
28 |
|
29 |
# MongoDB setup
|
30 |
username = 'laiba'
|
31 |
-
password = '
|
32 |
encoded_username = urllib.parse.quote_plus(username)
|
33 |
encoded_password = urllib.parse.quote_plus(password)
|
34 |
MONGODB_ATLAS_CLUSTER_URI = f'mongodb+srv://{encoded_username}:{encoded_password}@cluster0.jdfp3.mongodb.net/'
|
|
|
28 |
|
29 |
# MongoDB setup
|
30 |
username = 'laiba'
|
31 |
+
password = 'VRwiQ8padD_gN8t'
|
32 |
encoded_username = urllib.parse.quote_plus(username)
|
33 |
encoded_password = urllib.parse.quote_plus(password)
|
34 |
MONGODB_ATLAS_CLUSTER_URI = f'mongodb+srv://{encoded_username}:{encoded_password}@cluster0.jdfp3.mongodb.net/'
|