-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.yaml
More file actions
68 lines (67 loc) · 890 Bytes
/
config.yaml
File metadata and controls
68 lines (67 loc) · 890 Bytes
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
56
57
58
59
60
61
62
63
64
65
66
67
68
# LLM配置
llm:
provider: deepseek # 可选: openai, anthropic, azure, qwen, glm, deepseek
api_key: sk-xxxxxxxxxxxxxxxxxxxxxx # 替换为你的API密钥
base_url: https://api.deepseek.com
max_tokens: 4000
model: deepseek-chat
project:
config_file_ext:
- .yaml
- .xml
- .json
- .conf
- .ini
- .toml
- .config
- .settings
exclude_dir:
- node_modules
- dist
- build
- out
- venv
- .venv
- env
- target
- vendor
- bower_components
- .git
- .svn
- .hg
- .idea
- .vscode
- .metadata
- nbproject
- test
- tests
- spec
- specs
- tmp
- temp
- cache
- logs
- docker
- containers
- k8s
- kube
- .circleci
- .github
- .travis
- docs
- doc
- .secrets
- .env
exclude_max_file_size: 1
source_file_ext:
- .py
- .go
- .js
- .java
- .cpp
- .php
- .aspx
- .asp
- .c
- .cs
- .h