Spaces:
Running
Running
Adjusted endpoints for bots
Browse files- chat_application/main.py +3 -3
chat_application/main.py
CHANGED
|
@@ -70,9 +70,9 @@ coolbot = GenerativeModel(cooltj.tuned_model_endpoint_name)
|
|
| 70 |
frobot = GenerativeModel(frotj.tuned_model_endpoint_name)
|
| 71 |
"""
|
| 72 |
#change to endpoints
|
| 73 |
-
hotbot = "projects/
|
| 74 |
-
coolbot = "projects/700531062565/locations/us-central1/endpoints/
|
| 75 |
-
frobot = "projects/700531062565/locations/us-central1/endpoints/
|
| 76 |
|
| 77 |
# MongoDB setup
|
| 78 |
client = MongoClient("mongodb://localhost:27017/")
|
|
|
|
| 70 |
frobot = GenerativeModel(frotj.tuned_model_endpoint_name)
|
| 71 |
"""
|
| 72 |
#change to endpoints
|
| 73 |
+
hotbot = "projects/700531062565/locations/us-central1/endpoints/6225523347153747968"
|
| 74 |
+
coolbot = "projects/700531062565/locations/us-central1/endpoints/1700531621553242112"
|
| 75 |
+
frobot = "projects/700531062565/locations/us-central1/endpoints/2951406418055397376"
|
| 76 |
|
| 77 |
# MongoDB setup
|
| 78 |
client = MongoClient("mongodb://localhost:27017/")
|