-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
43 lines (41 loc) · 866 Bytes
/
config.yaml
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
# GitHub issue bot
webbook_url_gh_bot: 'your_webhook_url_goes_here'
webhook_url_hf_bot: 'your_webhook_url_goes_here'
# FAQ generator
API_BASE: "https://api.lingyiwanwu.com/v1"
API_KEY: "api_key"
# Dashboard
github:
token: your_token_goes_here
Yi:
owner: 01-ai
repo: Yi
Qwen:
owner: QwenLM
repo: Qwen
Baichuan2:
owner: baichuan-inc
repo: Baichuan2
Baichuan-7B:
owner: baichuan-inc
repo: Baichuan-7B
Baichuan-13B:
owner: baichuan-inc
repo: Baichuan-13B
InternLM:
owner: InternLM
repo: InternLM
smaug:
owner: harvard-acc
repo: smaug
llama:
owner: facebookresearch
repo: llama
gemma:
owner: google-deepmind
repo: gemma
mistral:
owner: mistralai
repo: mistral-src
github_repo: [Yi, Qwen, Baichuan2, Baichuan-7B, Baichuan-13B, InternLM, llama, gemma, mistral]
hugging_face: [Yi, Qwen, Baichuan, InternLM, llama, gemma, mistral]