abdibrahem commited on
Commit
2951130
·
1 Parent(s): b65cd76

Update the user id and backend url

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -68,9 +68,9 @@ class HealthcareChatbot:
68
  self.endpoints_documentation = endpoints_documentation
69
  self.ollama_base_url = "http://localhost:11434"
70
  self.model_name = "gemma3"
71
- self.BASE_URL = 'https://d623-105-196-69-205.ngrok-free.app'
72
  self.headers = {'Content-type': 'application/json'}
73
- self.user_id = '5c745974-f1e6-4a9d-b93f-0e0aa75c5b09'
74
  self.max_retries = 3
75
  self.retry_delay = 2
76
 
 
68
  self.endpoints_documentation = endpoints_documentation
69
  self.ollama_base_url = "http://localhost:11434"
70
  self.model_name = "gemma3"
71
+ self.BASE_URL = 'https://a21e-197-54-54-66.ngrok-free.app'
72
  self.headers = {'Content-type': 'application/json'}
73
+ self.user_id = '8eb58851-f276-4854-8548-5abd40ed383d'
74
  self.max_retries = 3
75
  self.retry_delay = 2
76