Spaces:
Sleeping
Sleeping
Commit
·
2951130
1
Parent(s):
b65cd76
Update the user id and backend url
Browse files
main.py
CHANGED
@@ -68,9 +68,9 @@ class HealthcareChatbot:
|
|
68 |
self.endpoints_documentation = endpoints_documentation
|
69 |
self.ollama_base_url = "http://localhost:11434"
|
70 |
self.model_name = "gemma3"
|
71 |
-
self.BASE_URL = 'https://
|
72 |
self.headers = {'Content-type': 'application/json'}
|
73 |
-
self.user_id = '
|
74 |
self.max_retries = 3
|
75 |
self.retry_delay = 2
|
76 |
|
|
|
68 |
self.endpoints_documentation = endpoints_documentation
|
69 |
self.ollama_base_url = "http://localhost:11434"
|
70 |
self.model_name = "gemma3"
|
71 |
+
self.BASE_URL = 'https://a21e-197-54-54-66.ngrok-free.app'
|
72 |
self.headers = {'Content-type': 'application/json'}
|
73 |
+
self.user_id = '8eb58851-f276-4854-8548-5abd40ed383d'
|
74 |
self.max_retries = 3
|
75 |
self.retry_delay = 2
|
76 |
|