sourcebot/demo-site-config.json
2024-09-29 14:39:17 -07:00

36 lines
No EOL
923 B
JSON

{
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/index.json",
"Configs": [
{
"Type": "github",
"GitHubUser": "torvalds",
"Name": "linux"
},
{
"Type": "github",
"GitHubOrg": "pytorch",
"Name": "pytorch"
},
{
"Type": "github",
"GitHubOrg": "commaai",
"Name": "^(openpilot|tinygrad)$",
"IncludeForks": true
},
{
"Type": "github",
"GitHubUser": "ggerganov",
"Name": "^(whisper\\.cpp|llama\\.cpp)$"
},
{
"Type": "github",
"GitHubOrg": "codemirror",
"Name": "^(dev|lang-.*)$"
},
{
"Type": "github",
"GitHubOrg": "tailwindlabs",
"Name": "^tailwindcss$"
}
]
}