Bài 0225 phút đọcCo ban
2. Cấu hình AI model, Curator model & các tùy chọn cơ bản
Thiết lập model AI chính, curator model và các thông số cần thiết để agent hoạt động hiệu quả.
# Cấu hình model trong Hermes Dashboard
{
'model': 'claude-sonnet-5',
'curator_model': 'claude-opus-5',
'api_base': 'https://api.anthropic.com/v1',
'temperature': 0.7,
'max_tokens': 4096,
'system_prompt': 'Ban la Hermes AI Assistant...'
}
Thực hành
Đến lượt bạn xây dựng
Cấu hình 2 model khác nhau trong dashboard: curator model mạnh (GPT-4 / Claude Opus) và 1 worker model nhẹ (Haiku / GPT-4o-mini). Kiểm tra xem các request đã được router đúng chưa.