Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,8 +27,8 @@ api_keys = [
|
|
27 |
llm = ChatGroq(temperature=0, groq_api_key=api_keys[2], model_name="llama3-70b-8192")
|
28 |
|
29 |
# MongoDB setup
|
30 |
-
username = '
|
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/'
|
|
|
27 |
llm = ChatGroq(temperature=0, groq_api_key=api_keys[2], model_name="llama3-70b-8192")
|
28 |
|
29 |
# MongoDB setup
|
30 |
+
username = 'laiba'
|
31 |
+
password = 'comsatsbot1234'
|
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/'
|