abdibrahem commited on
Commit
24135cd
·
1 Parent(s): c6fe741

Update 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://9f87-197-54-54-66.ngrok-free.app'
72
  self.headers = {'Content-type': 'application/json'}
73
- self.user_id = 'e2fe5655-d6ac-447d-8237-850413288561'
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://f376-197-54-54-66.ngrok-free.app'
72
  self.headers = {'Content-type': 'application/json'}
73
+ self.user_id = '86639f4c-5dfc-441d-b229-084f0fcdd748'
74
  self.max_retries = 3
75
  self.retry_delay = 2
76