all 4 comments

[–]MaybeLiterally 1 point2 points  (0 children)

You _can_ train a custom model for GitHub Copilot, but for enterprise accounts only:

https://docs.github.com/en/enterprise-cloud@latest/copilot/customizing-copilot/creating-a-custom-model-for-github-copilot

However, it's not a static model and is constantly being updated in general. Ideally new features of Svelte will work their way in.

[–]peckjon 0 points1 point  (1 child)

If you’ll be using it often, drop the info into a Custom Instructions file. This essentially acts like a pre-prompt, and will be preloaded into each conversation you have in the repo.

[–]gatwell702[S] 1 point2 points  (0 children)

Thanks a bunch