-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
55 lines (51 loc) · 1.29 KB
/
config.example.yaml
File metadata and controls
55 lines (51 loc) · 1.29 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
51
52
53
54
55
# Cortex AI Configuration
# Copy to cortex.yaml and customize
ollama_url: "http://localhost:11434"
port: 7337
db_path: "~/.cortex/cortex.db"
# Cloud API keys (optional - Ollama works without these)
# claude_api_key: "sk-ant-..."
# openai_api_key: "sk-..."
# Additional cloud models to show in model list
cloud_models: []
# Anthropic Claude (2026 models)
# - id: claude-opus-4-6
# name: Claude Opus 4.6
# provider: anthropic
# - id: claude-sonnet-4-6
# name: Claude Sonnet 4.6
# provider: anthropic
# - id: claude-haiku-4-5-20251001
# name: Claude Haiku 4.5
# provider: anthropic
# OpenAI (2026 models)
# - id: gpt-5
# name: GPT-5
# provider: openai
# - id: gpt-4.1
# name: GPT-4.1
# provider: openai
# - id: gpt-4o
# name: GPT-5
# provider: openai
# - id: o3
# name: o3 (reasoning)
# provider: openai
# - id: o4-mini
# name: o4-mini (fast reasoning)
# provider: openai
# Google Gemini
# - id: gemini-2.5-pro
# name: Gemini 2.5 Pro
# provider: google
# - id: gemini-2.5-flash
# name: Gemini 2.5 Flash
# provider: google
# CLI tool integrations (optional)
tools:
enabled: true
custom: []
# - id: my_tool
# name: My AI Tool
# command: my-tool --format json
# description: My custom AI tool