Spaces:
Running
on
Zero
Running
on
Zero
Update multipurpose_chatbot/configs.py
Browse files
multipurpose_chatbot/configs.py
CHANGED
@@ -46,18 +46,22 @@ MODEL_DESC = f"""
|
|
46 |
<a href='https://arxiv.org/pdf/2312.00738.pdf'><img src='https://img.shields.io/badge/Paper-PDF-red'></a>
|
47 |
</div>
|
48 |
<span style="font-size: larger">
|
49 |
-
<a href="https://huggingface.co/SeaLLMs/SeaLLM-7B-v2" target="_blank">
|
50 |
-
Explore <a href="https://huggingface.co/SeaLLMs/SeaLLM-7B
|
51 |
</span>
|
52 |
<br>
|
53 |
<span>
|
54 |
-
<span style="color: red">
|
55 |
-
By using our service, you are required to agree to our <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b/blob/main/LICENSE" target="_blank" style="color: red">Terms Of Use</a
|
56 |
-
not to use our service to generate any harmful, inappropriate or illegal content.
|
57 |
-
The service collects user dialogue data for testing and improvement under
|
58 |
-
<a href="https://creativecommons.org/licenses/by/4.0/">(CC-BY)</a> or similar license. So do not enter any personal information!
|
59 |
</span>
|
60 |
""".strip()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
"""
|
63 |
By using our service, you are required to agree to our <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b/blob/main/LICENSE" target="_blank" style="color: red">Terms Of Use</a>, which includes
|
@@ -88,7 +92,7 @@ If you find our project useful, hope you can star our repo and cite our paper as
|
|
88 |
USE_PANEL = bool(int(os.environ.get("USE_PANEL", "1")))
|
89 |
CHATBOT_HEIGHT = int(os.environ.get("CHATBOT_HEIGHT", "500"))
|
90 |
|
91 |
-
ALLOWED_PATHS = ["
|
92 |
|
93 |
|
94 |
DEMOS = os.environ.get("DEMOS", "")
|
|
|
46 |
<a href='https://arxiv.org/pdf/2312.00738.pdf'><img src='https://img.shields.io/badge/Paper-PDF-red'></a>
|
47 |
</div>
|
48 |
<span style="font-size: larger">
|
49 |
+
<a href="https://huggingface.co/SeaLLMs/SeaLLM-7B-v2" target="_blank">SeaLLM-7B-v2</a> - a helpful assistant for Southeast Asian Languages ๐ฌ๐ง ๐ป๐ณ ๐ฎ๐ฉ ๐น๐ญ ๐ฒ๐พ ๐ฐ๐ญ ๐ฑ๐ฆ ๐ต๐ญ ๐ฒ๐ฒ.
|
50 |
+
Explore <a href="https://huggingface.co/spaces/SeaLLMs/SeaLLM-7B" target="_blank">SeaLMMM-7B</a> - our multi-modal version of SeaLLMs.
|
51 |
</span>
|
52 |
<br>
|
53 |
<span>
|
54 |
+
<span style="color: red">The chatbot may produce false and harmful content!</span>
|
55 |
+
By using our service, you are required to agree to our <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b/blob/main/LICENSE" target="_blank" style="color: red">Terms Of Use</a>
|
|
|
|
|
|
|
56 |
</span>
|
57 |
""".strip()
|
58 |
+
# <span>
|
59 |
+
# <span style="color: red">NOTE: The chatbot may produce false and harmful content and does not have up-to-date knowledge.</span>
|
60 |
+
# By using our service, you are required to agree to our <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b/blob/main/LICENSE" target="_blank" style="color: red">Terms Of Use</a>, which includes
|
61 |
+
# not to use our service to generate any harmful, inappropriate or illegal content.
|
62 |
+
# The service collects user dialogue data for testing and improvement under
|
63 |
+
# <a href="https://creativecommons.org/licenses/by/4.0/">(CC-BY)</a> or similar license. So do not enter any personal information!
|
64 |
+
# </span>
|
65 |
|
66 |
"""
|
67 |
By using our service, you are required to agree to our <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b/blob/main/LICENSE" target="_blank" style="color: red">Terms Of Use</a>, which includes
|
|
|
92 |
USE_PANEL = bool(int(os.environ.get("USE_PANEL", "1")))
|
93 |
CHATBOT_HEIGHT = int(os.environ.get("CHATBOT_HEIGHT", "500"))
|
94 |
|
95 |
+
ALLOWED_PATHS = ["seal_logo.png"]
|
96 |
|
97 |
|
98 |
DEMOS = os.environ.get("DEMOS", "")
|