sourcebot/demo-site-config.json

18 lines
459 B
JSON
Raw Normal View History

2024-09-20 02:03:25 +00:00
{
2024-10-17 20:31:18 +00:00
"$schema": "./schemas/v2/index.json",
"repos": [
2024-09-20 02:03:25 +00:00
{
2024-10-17 20:31:18 +00:00
"type": "github",
"repos": [
"torvalds/linux",
"pytorch/pytorch",
"commaai/openpilot",
"ggerganov/whisper.cpp",
"ggerganov/llama.cpp",
"codemirror/dev",
"tailwindlabs/tailwindcss",
"sourcebot-dev/sourcebot"
]
2024-09-20 02:03:25 +00:00
}
]
}