-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaudiotoolagent_open.yaml
More file actions
50 lines (47 loc) · 1.41 KB
/
audiotoolagent_open.yaml
File metadata and controls
50 lines (47 loc) · 1.41 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
name: AudioToolAgent-Open
description: Open configuration using Qwen3-235B orchestrator with local tools.
orchestrator:
name: Qwen3-Agent
llm_type: chutes
llm_model: Qwen/Qwen3-235B-A22B
max_tokens: 32768
temperature: 0.7
system_prompt: |
You are the AudioToolAgent orchestrator coordinating local audio tools.
Plan before you act, call tools for evidence, and always emit the final answer
between <answer> and </answer> tags. Avoid relying on any external APIs.
max_retries: 6
seed: 1234
fallback:
name: Qwen3-Agent-Fallback
llm_type: openrouter
llm_model: qwen/qwen3-235b-a22b
api_key_env: OPENROUTER_API_KEY
max_tokens: 32768
temperature: 0.7
system_prompt: |
You are the AudioToolAgent orchestrator coordinating local audio tools.
Plan before you act, call tools for evidence, and always emit the final answer
between <answer> and </answer> tags. Avoid relying on any external APIs.
max_retries: 6
seed: 1234
logging:
level: INFO
# Open tool-suite: each tool is expected to run from a local OpenAI-compatible server.
tools:
- type: qwen3_instruct
enabled: true
params: {}
- type: qwen2_5omni
enabled: true
params:
model_name: Qwen/Qwen2.5-Omni-7B
- type: audioflamingo_api
enabled: true
params: {}
- type: whisper
enabled: true
params:
model_name: medium
device: auto
compute_type: float16