Spaces:
Sleeping
Sleeping
Commit
·
a781967
1
Parent(s):
47b9de8
Update the backend url and user id
Browse files
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://
|
76 |
self.headers = {'Content-type': 'application/json'}
|
77 |
-
self.user_id = '
|
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()
|