mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
25 lines
395 B
YAML
25 lines
395 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
|