abdibrahem commited on
Commit
a781967
·
1 Parent(s): 47b9de8

Update the backend url and user id

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -72,9 +72,9 @@ class HealthcareChatbot:
72
  self.cached_endpoints_documentation = json.dumps(self.endpoints_documentation, indent=2)
73
  self.ollama_base_url = "http://localhost:11434"
74
  self.model_name = "gemma3"
75
- self.BASE_URL = 'https://90cb-197-54-60-164.ngrok-free.app'
76
  self.headers = {'Content-type': 'application/json'}
77
- self.user_id = '8e5720d5-7243-42bd-97aa-10217309be82'
78
  self.max_retries = 3
79
  self.retry_delay = 2
80
  self.cache = CacheManager()
 
72
  self.cached_endpoints_documentation = json.dumps(self.endpoints_documentation, indent=2)
73
  self.ollama_base_url = "http://localhost:11434"
74
  self.model_name = "gemma3"
75
+ self.BASE_URL = 'https://637d-102-191-151-183.ngrok-free.app'
76
  self.headers = {'Content-type': 'application/json'}
77
+ self.user_id = '1'
78
  self.max_retries = 3
79
  self.retry_delay = 2
80
  self.cache = CacheManager()