diff --git a/ai/backend/base_config.py b/ai/backend/base_config.py index be475fe2..9976b871 100644 --- a/ai/backend/base_config.py +++ b/ai/backend/base_config.py @@ -6,7 +6,7 @@ def __init__(self): self.load_conf() def load_conf(self): - self.ApiHost = "https://apiserver.deep-thought.io/proxy" + self.ApiHost = "https://apiserver.deepbi.com/proxy" # self.database_model = 'test' self.database_model = 'online' diff --git a/bi/templates/emails/invite.html b/bi/templates/emails/invite.html index 3916a11b..133d0915 100644 --- a/bi/templates/emails/invite.html +++ b/bi/templates/emails/invite.html @@ -2,18 +2,33 @@ {% block content %} -

Hi {{ invited.name }},

-

- {{ inviter.name }} ({{ inviter.email }}) +

Hi + {{ invited.name }},

+

+ {{ inviter.name }} ({{ inviter.email }}) 诚邀加入{{ org.name }}.

-
Setup Account
+ + + + +
Setup + Account

可以拷贝/粘贴链接地址到浏览器: {{ invite_url }}

电子邮箱: {{ invited.email }}
- 账户信息: {{ url_for('redash.index', org_slug=org.slug, _external=True) }} + 账户信息: {{ url_for('bi.index', org_slug=org.slug, + _external=True) }}

-{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/client/app/llm.json b/client/app/llm.json index 5ff24031..5804f94a 100644 --- a/client/app/llm.json +++ b/client/app/llm.json @@ -6,8 +6,7 @@ "HttpProxyPort": "", "ApiHost": "", "required": [ - "OpenaiApiKey", - "HttpProxyHost" + "OpenaiApiKey" ] }, "DeepInsight": { diff --git a/client/dist_source/llm.json b/client/dist_source/llm.json index cc1016a6..8f058ff9 100644 --- a/client/dist_source/llm.json +++ b/client/dist_source/llm.json @@ -6,8 +6,7 @@ "HttpProxyPort": "", "ApiHost": "", "required": [ - "OpenaiApiKey", - "HttpProxyHost" + "OpenaiApiKey" ] }, "DeepInsight": {