Spaces:
Running
Running
ai: Update the project details.
Browse files- Dockerfile +4 -1
- README.md +4 -2
Dockerfile
CHANGED
@@ -13,7 +13,10 @@ WORKDIR /app/backend
|
|
13 |
COPY webui.db /app/backend/data/
|
14 |
|
15 |
# Set the database file to read-only
|
16 |
-
# to prevent unauthorized changes and improve security
|
|
|
|
|
|
|
17 |
RUN chmod 555 /app/backend/data/webui.db
|
18 |
|
19 |
# Open the port so the application can be accessed
|
|
|
13 |
COPY webui.db /app/backend/data/
|
14 |
|
15 |
# Set the database file to read-only
|
16 |
+
# to prevent unauthorized changes and improve security.
|
17 |
+
# This database is a placeholder or dummy,
|
18 |
+
# and the core configuration is located in the Environment
|
19 |
+
# and Secret Environment settings of Hugging Face Spaces.
|
20 |
RUN chmod 555 /app/backend/data/webui.db
|
21 |
|
22 |
# Open the port so the application can be accessed
|
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: UltimaX Intelligence
|
3 |
-
short_description:
|
4 |
license: mit
|
5 |
emoji: ⚡
|
6 |
colorFrom: purple
|
@@ -46,4 +46,6 @@ models:
|
|
46 |
- Qwen/Qwen3-235B-A22B
|
47 |
- THUDM/GLM-4.1V-9B-Thinking
|
48 |
- tngtech/DeepSeek-TNG-R1T2-Chimera
|
49 |
-
---
|
|
|
|
|
|
1 |
---
|
2 |
title: UltimaX Intelligence
|
3 |
+
short_description: Premium AI for everyone, equipped with advanced tools.
|
4 |
license: mit
|
5 |
emoji: ⚡
|
6 |
colorFrom: purple
|
|
|
46 |
- Qwen/Qwen3-235B-A22B
|
47 |
- THUDM/GLM-4.1V-9B-Thinking
|
48 |
- tngtech/DeepSeek-TNG-R1T2-Chimera
|
49 |
+
---
|
50 |
+
|
51 |
+
This service is powered by the [Pollinations](https://github.com/pollinations/pollinations) open-source AI community.
|