Update config.yml in generate_data

This commit is contained in:
HongCheng 2024-03-16 21:57:29 +09:00 committed by GitHub
parent d51c894d3f
commit a82ae114ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
aistudio _token : '{your_token}' # 文心一言的token aistudio_token : '{your_token}' # 文心一言的token
dashscope_api_key : '{your_api_key}' #通义千问的api_key dashscope_api_key : '{your_api_key}' #通义千问的api_key
zhiouai_api_key : '{your_api_key}' # 智AI的密钥 zhiouai_api_key : '{your_api_key}' # 智AI的密钥
# 星火大模型配置 # 星火大模型配置
appid : "{}" # 填写控制台中获取的 APPID 信息 appid : "{}" # 填写控制台中获取的 APPID 信息
@ -56,4 +56,4 @@ areas_of_life : [
"安全", "安全",
"梦想", "梦想",
"自由" "自由"
] ]