forked from HKUDS/DeepCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp_agent.secrets.yaml.example
More file actions
22 lines (19 loc) · 651 Bytes
/
Copy pathmcp_agent.secrets.yaml.example
File metadata and controls
22 lines (19 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# =============================================================
# DeepCode - API Keys Configuration
# =============================================================
# Copy this file to mcp_agent.secrets.yaml and fill in your keys.
#
# At least ONE LLM provider API key is required.
# Config file takes priority over environment variables.
# =============================================================
# OpenAI / OpenRouter
openai:
api_key: ""
# For OpenRouter (recommended - access multiple models via one key):
# base_url: "https://openrouter.ai/api/v1"
# Anthropic (Claude)
anthropic:
api_key: ""
# Google (Gemini)
google:
api_key: ""