abdibrahem commited on
Commit
76d036e
·
1 Parent(s): 4d047b2

Update the backend url

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -67,9 +67,9 @@ class HealthcareChatbot:
67
  self.endpoints_documentation = endpoints_documentation
68
  self.ollama_base_url = "http://localhost:11434"
69
  self.model_name = "gemma3"
70
- self.BASE_URL = 'https://d623-105-196-69-205.ngrok-free.app'
71
  self.headers = {'Content-type': 'application/json'}
72
- self.user_id = 'e14761ad-c1ba-4a10-a814-c1b12bcdbb41'
73
  self.max_retries = 3
74
  self.retry_delay = 2
75
 
 
67
  self.endpoints_documentation = endpoints_documentation
68
  self.ollama_base_url = "http://localhost:11434"
69
  self.model_name = "gemma3"
70
+ self.BASE_URL = 'https://ae84-197-54-54-66.ngrok-free.app'
71
  self.headers = {'Content-type': 'application/json'}
72
+ self.user_id = 'c5e7e4f0-63c0-4fe6-801e-4a0880e155bc'
73
  self.max_retries = 3
74
  self.retry_delay = 2
75