Files
discussions/config.yaml
2026-05-03 08:08:30 +00:00

38 lines
852 B
YAML

defaults:
framework: custom
max_rounds: 8
workdir: ..
providers:
routerai:
api_key: ${MEETING_ROOM_ROUTERAI_API_KEY}
base_url: ${MEETING_ROOM_ROUTERAI_BASE_URL}
roles:
analyst:
model: gpt-4o-mini
name: Analyst
provider: routerai
system_prompt: You are an analyst.
temperature: 0.5
tools: all
idea_generator:
model: gpt-4o-mini
name: Idea Generator
provider: routerai
system_prompt: You are a creative idea generator.
temperature: 1.0
tools: web
moderator:
model: gpt-4o-mini
name: Moderator
provider: routerai
system_prompt: You are the moderator of a discussion.
temperature: 0.7
tools: none
skeptic:
model: gpt-4o-mini
name: Skeptic
provider: routerai
system_prompt: You are a skeptic and critic.
temperature: 0.9
tools: readonly