mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
38 lines
665 B
YAML
38 lines
665 B
YAML
version: "1"
|
|
|
|
providers:
|
|
bailian:
|
|
api_key: ${DASHSCOPE_API_KEY}
|
|
base_url: ${BAILIAN_BASE_URL}
|
|
|
|
defaults:
|
|
provider: bailian
|
|
|
|
environments:
|
|
dev:
|
|
config:
|
|
type: cloud
|
|
networking:
|
|
type: unrestricted
|
|
|
|
agents:
|
|
assistant:
|
|
description: "E2E auth-chain fixture"
|
|
model: qwen3.7-max
|
|
instructions: |
|
|
You are a helpful assistant.
|
|
environment: dev
|
|
test-create:
|
|
name: test-create
|
|
model: qwen3.8-max
|
|
instructions: "111"
|
|
provider: bailian
|
|
tools:
|
|
builtin: []
|
|
mcp: []
|
|
mcp_servers: []
|
|
skills:
|
|
- type: custom
|
|
skill_id: skill_M2I0ZTZhOWJiOWY5NDFkMzk2YT
|
|
metadata: {}
|