sourcebot/demo-site-config.json
2024-09-28 23:59:00 -07:00

36 lines
No EOL
917 B
JSON

{
"$schema": "https://raw.githubusercontent.com/TaqlaAI/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$"
}
]
}