|
1 | 1 | W9_REPO="cozedev/coze-studio-web" |
2 | 2 | W9_DIST='community' |
3 | 3 | W9_VERSION='latest' |
4 | | -W9_POWER_PASSWORD='o91DD8ys!I7p10ZQ' |
| 4 | +W9_POWER_PASSWORD='fem!17NVbvU9H1bz' |
5 | 5 |
|
6 | 6 | # Environments which for user settings when create application |
7 | 7 | # Named expression: W9_xxx_xxx_SET, xxx refer to file fields |
8 | 8 | W9_HTTP_PORT_SET='9001' |
9 | 9 |
|
10 | | -# Model Configuration - Users can configure their AI model provider |
11 | | -W9_MODEL_PROTOCOL_SET='ark' |
12 | | -W9_MODEL_NAME_SET='deepseek-reasoner' |
13 | | -W9_MODEL_ID_SET='deepseek-reasoner' |
14 | | -W9_MODEL_API_KEY_SET='sk-be9b46a22a19470681173e9417676b2d' |
15 | | -W9_MODEL_BASE_URL_SET='https://api.deepseek.com' |
16 | | - |
17 | 10 | #### -- Not allowed to edit below environments when recreate app based on existing data -- #### |
18 | 11 | W9_ID='coze' |
19 | 12 |
|
20 | 13 | # W9_HTTP_PORT or W9_HTTPS_PORT is need at leaset and used for proxy for web application |
21 | 14 | W9_HTTP_PORT=80 |
22 | 15 |
|
23 | | -W9_LOGIN_USER=admin |
24 | | -W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD |
25 | | - |
26 | | -# Container name's suffix must use one of the value |
27 | | -W9_DB_EXPOSE="mysql,redis,elasticsearch,minio,etcd,milvus" |
| 16 | +W9_DB_EXPOSE="mysql" |
28 | 17 |
|
29 | 18 | # It is used when the application APP needs to set an external URL, which can be IP(or domain), IP:PORT |
30 | 19 | W9_URL='internet_ip:$W9_HTTP_PORT_SET' |
@@ -88,12 +77,12 @@ ARK_EMBEDDING_DIMS="2048" # (int, required) Ark embedding dimensions |
88 | 77 | ARK_EMBEDDING_API_TYPE="" # (string, optional) Ark embedding api type, should be "text_api" / "multi_modal_api". Default "text_api". |
89 | 78 |
|
90 | 79 | # Model Configuration for Agent & Workflow |
91 | | -MODEL_PROTOCOL_0="${W9_MODEL_PROTOCOL_SET:-ark}" |
| 80 | +MODEL_PROTOCOL_0="" |
92 | 81 | MODEL_OPENCOZE_ID_0="100001" |
93 | | -MODEL_NAME_0="${W9_MODEL_NAME_SET:-}" |
94 | | -MODEL_ID_0="${W9_MODEL_ID_SET:-}" |
95 | | -MODEL_API_KEY_0="${W9_MODEL_API_KEY_SET:-}" |
96 | | -MODEL_BASE_URL_0="${W9_MODEL_BASE_URL_SET:-}" |
| 82 | +MODEL_NAME_0="" |
| 83 | +MODEL_ID_0="" |
| 84 | +MODEL_API_KEY_0="" |
| 85 | +MODEL_BASE_URL_0="" |
97 | 86 |
|
98 | 87 | # Built-in Chat Model for Knowledge Base |
99 | 88 | BUILTIN_CM_TYPE="ark" |
|
0 commit comments