abdibrahem commited on
Commit
6d159aa
·
1 Parent(s): 305a6d5

Update 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://fcc0-197-54-54-66.ngrok-free.app'
71
  self.headers = {'Content-type': 'application/json'}
72
- self.user_id = 'e78c100b-f46d-4843-aa3b-d48a6757aa85'
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://4646-197-54-54-66.ngrok-free.app'
71
  self.headers = {'Content-type': 'application/json'}
72
+ self.user_id = '81236d27-e4e3-48e2-8bc0-a48958013c9c'
73
  self.max_retries = 3
74
  self.retry_delay = 2
75