Spaces:
Running
Running
Commit
·
76d036e
1
Parent(s):
4d047b2
Update the backend url
Browse files
main.py
CHANGED
@@ -67,9 +67,9 @@ class HealthcareChatbot:
|
|
67 |
self.endpoints_documentation = endpoints_documentation
|
68 |
self.ollama_base_url = "http://localhost:11434"
|
69 |
self.model_name = "gemma3"
|
70 |
-
self.BASE_URL = 'https://
|
71 |
self.headers = {'Content-type': 'application/json'}
|
72 |
-
self.user_id = '
|
73 |
self.max_retries = 3
|
74 |
self.retry_delay = 2
|
75 |
|
|
|
67 |
self.endpoints_documentation = endpoints_documentation
|
68 |
self.ollama_base_url = "http://localhost:11434"
|
69 |
self.model_name = "gemma3"
|
70 |
+
self.BASE_URL = 'https://ae84-197-54-54-66.ngrok-free.app'
|
71 |
self.headers = {'Content-type': 'application/json'}
|
72 |
+
self.user_id = 'c5e7e4f0-63c0-4fe6-801e-4a0880e155bc'
|
73 |
self.max_retries = 3
|
74 |
self.retry_delay = 2
|
75 |
|