-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathconfig.yaml.full
More file actions
181 lines (167 loc) · 4.57 KB
/
config.yaml.full
File metadata and controls
181 lines (167 loc) · 4.57 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
model:
# [required] for running agent
agent:
provider: openai
name: doubao-seed-1-6-250615
api_base: https://ark.cn-beijing.volces.com/api/v3/
api_key:
encrypted: true # true | false
caching: enabled # enabled | disabled
max_llm_calls: 100
# [optional] for llm-as-a-judge a evaluation
judge:
name: doubao-seed-1-6-250615
api_base: https://ark.cn-beijing.volces.com/api/v3/
api_key:
# [optional] for knowledgebase
embedding:
name: doubao-embedding-vision-250615
dim: 2048
api_base: https://ark.cn-beijing.volces.com/api/v3/
api_key:
video:
name: doubao-seedance-1-5-pro-251215
api_base: https://ark.cn-beijing.volces.com/api/v3/
api_key:
image:
name: doubao-seedream-4-0-250828
api_base: https://ark.cn-beijing.volces.com/api/v3/
api_key:
edit:
name: doubao-seededit-3-0-i2i-250628
api_base: https://ark.cn-beijing.volces.com/api/v3/
api_key:
volcengine:
# [optional] for Viking DB and `web_search` tool
access_key:
secret_key:
tool:
# [optional] https://console.volcengine.com/ask-echo/my-agent
vesearch:
endpoint: # `bot_id`
api_key:
# [optional]
web_scraper:
endpoint:
api_key: # `token`
# [optional] https://console.volcengine.com/speech/new/experience/tts
text_to_speech:
app_id: # `app_id`
api_key: # `app_secret`
speaker: # `speaker`
# [optional] https://open.larkoffice.com/app
lark:
endpoint: # `app_id`
api_key: # `app_secret`
token: # `user_token`
# [optional] for Volcengine Lake AI Service https://www.volcengine.com/product/las
mobile_use:
tool_id: #https://console.volcengine.com/ACEP
- # `product_id`-`pod_id_1`
- # `product_id`-`pod_id_1`
# [optional] for Vod Tool https://console.volcengine.com/vod
vod:
groups:
timeout: 10.0
las:
url: #mcp sse url
dataset_id: #dataset name
mcp_router:
url: #mcp sse/streamable-http url
api_key: #mcp api key
code_sandbox:
url: #mcp sse/streamable-http url
api_key: #mcp api key
browser_sandbox:
url: #mcp sse/streamable-http url
api_key: #mcp api key
computer_sandbox:
url: #mcp sse/streamable-http url
api_key: #mcp api key
# [optional] for Volcengine LLM Shield https://www.volcengine.com/product/LLM-FW
llm_shield:
app_id:
observability:
# [optional] for exporting tracing data to Volcengine CozeLoop and APMPlus platform
opentelemetry:
apmplus:
endpoint: http://apmplus-cn-beijing.volces.com:4317
api_key:
service_name:
cozeloop:
endpoint: https://api.coze.cn/v1/loop/opentelemetry/v1/traces
api_key:
service_name: # Coze loop `space_id`
tls:
endpoint: https://tls-cn-beijing.volces.com:4318/v1/traces
service_name: # TLS `topic_id`
region: cn-beijing
# [optional] for exporting evaluation data to Volcengine VMP (https://console.volcengine.com/prometheus)
prometheus:
pushgateway_url:
username:
password:
database:
# [optional]
opensearch:
host: # should without `http://` or `https://`
port: 9200 # default OpenSearch port
username:
password:
# [optional]
mysql:
host:
user:
password:
database:
charset: utf8
# [optional]
postgresql:
host: # host or ip
user:
password:
database: # database with options sinlardb?sslmode=require&channel_binding=require&options=endpoint%3Dcp-great-pearl-0a074332
# [optional]
redis:
host:
port: 6379 # default Redis port
password:
db: 0 # default
# [optional] for knowledgebase (https://console.volcengine.com/vikingdb)
viking:
project: default # user project in Volcengine Viking DB
region: cn-beijing
# [optional] for knowledgebase with viking database
tos:
endpoint: tos-cn-beijing.volces.com # default Volcengine TOS endpoint
region: cn-beijing # default Volcengine TOS region
bucket:
mem0:
base_url: # default "https://api.mem0.ai/v1", using full https url including port
api_key: #api_key
tos_vector:
endpoint: tosvectors-cn-beijing.volces.com # default Volcengine TOS Vector endpoint
region: cn-beijing # default Volcengine TOS Vector region
bucket:
account_id:
# Dynamic config
nacos:
endpoint:
password:
# [optional] for prompt optimization in cli/app
prompt_pilot:
api_key:
logging:
# ERROR
# WARNING
# INFO
# DEBUG
level: DEBUG
# =================
# Project deploy
# =================
veadk:
tracer:
apmplus: true
cozeloop: true
tls: true