mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
1c38c381e5
Align text chat, pipeline, config UI, login validation, and Token Plan text presets, and update README, skill reference, and related tests.
29 lines
486 B
YAML
29 lines
486 B
YAML
version: "1"
|
|
|
|
providers:
|
|
bailian:
|
|
api_key: ${DASHSCOPE_API_KEY}
|
|
base_url: ${BAILIAN_BASE_URL}
|
|
claude:
|
|
api_key: ${ANTHROPIC_API_KEY}
|
|
|
|
defaults:
|
|
provider: all
|
|
|
|
environments:
|
|
dev:
|
|
config:
|
|
type: cloud
|
|
networking:
|
|
type: unrestricted
|
|
|
|
agents:
|
|
assistant:
|
|
description: "E2E multi-provider fixture"
|
|
model:
|
|
bailian: qwen3.8-max
|
|
claude: claude-sonnet-4-6
|
|
instructions: |
|
|
You are a helpful assistant.
|
|
environment: dev
|