GalaxyTab commited on
Commit
100254d
·
1 Parent(s): 0d13157

Adjusted endpoints for bots

Browse files
Files changed (1) hide show
  1. 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/frozone-475719/locations/us-central1/endpoints/34576342158671872"
74
- coolbot = "projects/700531062565/locations/us-central1/endpoints/827209876575879168"
75
- frobot = "projects/700531062565/locations/us-central1/endpoints/6323923590525747200"
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/")