Skip to content

Commit f5f8b9f

Browse files
fix
1 parent 3972828 commit f5f8b9f

File tree

1 file changed

+1
-1
lines changed
  • services/web/server/src/simcore_service_webserver/chatbot

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/chatbot/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ChatbotSettings(BaseCustomSettings, MixinServiceSettings):
1313

1414
@cached_property
1515
def base_url(self) -> str:
16-
# http://chatbot:8000/v1
16+
# http://chatbot:8000
1717
return self._compose_url(
1818
prefix="CHATBOT",
1919
port=URLPart.REQUIRED,

0 commit comments

Comments
 (0)