-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpublish.yaml
More file actions
executable file
·65 lines (65 loc) · 1.92 KB
/
publish.yaml
File metadata and controls
executable file
·65 lines (65 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Edition: 3.0.0
Type: Project
Name: start-springaialibaba-hk-cap
Provider:
- 阿里云
Version: 0.0.2
Description: 本案例提供了一个基于 Spring AI Alibaba 框架开发的 AI 智能机票助手,您可以将应用部署到阿里云函数计算 FC 上快速体验运行效果。
HomePage: https://github.com/chickenlj/start-web-framework/tree/dipper/web-framework/java/springai
Organization: 阿里云函数计算(FC)
Effective: Public
Tags:
- Web框架
- Spring Boot
- Custom Runtime
Category: Web框架
Service:
函数计算:
Authorities:
- AliyunFCFullAccess
Parameters:
type: object
additionalProperties: false # 不允许增加其他属性
required: # 必填项
- region
- functionName
- apiKey
properties:
region:
title: 地域
type: string
default: cn-hangzhou
description: 创建应用所在的地区
enum:
- cn-beijing
- cn-hangzhou
- cn-shanghai
- cn-qingdao
- cn-zhangjiakou
- cn-huhehaote
- cn-shenzhen
- cn-chengdu
- cn-hongkong
- ap-southeast-1
- ap-southeast-2
- ap-southeast-3
- ap-southeast-5
- ap-northeast-1
- ap-northeast-2
- eu-central-1
- eu-west-1
- us-west-1
- us-east-1
- ap-south-1
functionName:
title: 函数名
type: string
default: springai-${default-suffix}
pattern: "^[a-zA-Z_][a-zA-Z0-9-_]{0,127}$"
description: 函数名称,只能包含字母、数字、下划线和中划线。不能以数字、中划线开头。长度在 1-128 之间
apiKey:
title: 访问模型的API-KEY
type: string
default: ""
pattern: "^[a-zA-Z_][a-zA-Z0-9-_]{0,127}$"
description: "请访问阿里云百炼模型服务平台了解如何获取API-KEY,https://help.aliyun.com/zh/model-studio/developer-reference/get-api-key"