Skip to content

Commit ee603e2

Browse files
authored
Merge pull request #4 from aliyun/feat-update-folder
Feat update folder
2 parents f882e1d + c1ba587 commit ee603e2

File tree

290 files changed

+172
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

290 files changed

+172
-128
lines changed

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
functions/**/node_modules/
2+
functions/**/package-lock.json
3+
functions/**/pnpm-lock.yaml
4+
functions/**/yarn.lock
5+
functions/**/.DS_Store
6+
functions/**/.cache/
7+
functions/**/dist/
8+
functions/**/build/
9+
functions/**/.next/
10+
functions/**/.nuxt/
11+
functions/**/.vite/

functions/AB_test/esa.jsonc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "A/B Test",
3+
"description": "Route traffic to test services of different versions.",
4+
"entry": "./src/index.js",
5+
"codeVersions": [],
6+
"dev": {
7+
"port": 18080,
8+
"localUpstream": ""
9+
}
10+
}
File renamed without changes.
File renamed without changes.

functions/ai_templates/esa.jsonc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "DeepSeek model invocation",
3+
"description": "How to invoke DeepSeek series models through API calls on the BaiLian platform.",
4+
"entry": "./src/index.js",
5+
"codeVersions": [],
6+
"dev": {
7+
"port": 18080,
8+
"localUpstream": ""
9+
}
10+
}
File renamed without changes.
File renamed without changes.

functions/cache_api/esa.jsonc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "Cache API",
3+
"description": "A simple example to help you quickly understand how to use the cache API.",
4+
"entry": "./src/index.js",
5+
"codeVersions": [],
6+
"dev": {
7+
"port": 18080,
8+
"localUpstream": ""
9+
}
10+
}

0 commit comments

Comments
 (0)