abdibrahem commited on
Commit
9aa80fd
·
1 Parent(s): 4339866

Update backend url

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -75,7 +75,7 @@ class HealthcareChatbot:
75
  self.cached_endpoints_documentation = json.dumps(self.endpoints_documentation, indent=2)
76
  self.ollama_base_url = "http://localhost:11434"
77
  self.model_name = "gemma3"
78
- self.BASE_URL = 'https://637d-102-191-151-183.ngrok-free.app'
79
  self.headers = {'Content-type': 'application/json'}
80
  self.user_id = '1'
81
  self.max_retries = 3
 
75
  self.cached_endpoints_documentation = json.dumps(self.endpoints_documentation, indent=2)
76
  self.ollama_base_url = "http://localhost:11434"
77
  self.model_name = "gemma3"
78
+ self.BASE_URL = 'https://84e3-197-54-1-213.ngrok-free.app'
79
  self.headers = {'Content-type': 'application/json'}
80
  self.user_id = '1'
81
  self.max_retries = 3