mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
expand demo config
This commit is contained in:
parent
ac16f87e2f
commit
392c9378a9
1 changed files with 21 additions and 0 deletions
|
|
@ -10,6 +10,27 @@
|
||||||
"Type": "github",
|
"Type": "github",
|
||||||
"GitHubOrg": "pytorch",
|
"GitHubOrg": "pytorch",
|
||||||
"Name": "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$"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue