Spaces:
Sleeping
Sleeping
Commit
·
9aa80fd
1
Parent(s):
4339866
Update backend url
Browse files
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://
|
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
|