Add list of supported languages
Please describe the feature you want It would be nice if we could have list of supported languages in docs.
Please reply with a 👍 if you want this feature.
+1 for doc addition.
Looks like it currently supports Python, JavaScript, and Typescript as noted from here https://github.com/TabbyML/tabby/blob/2b34d177ba32992a2cfb816c90063c5ed1e8b9f0/tabby/server/models.py#L13
If this is correct, I can make a PR
+1 for doc addition.
Looks like it currently supports Python, JavaScript, and Typescript as noted from here
https://github.com/TabbyML/tabby/blob/2b34d177ba32992a2cfb816c90063c5ed1e8b9f0/tabby/server/models.py#L13
If this is correct, I can make a PR
Hi @cdesch , thanks for the offering.
Unfortunately, providing language support extends beyond just having a base config. It also involves base model support for the specific language. Currently, we have only released a Python base model, so it would be misleading to claim that JavaScript or TypeScript are fully supported.
Related #51
This is good to know. Maybe the docs could start with to add or train models for other languages.
In my quick test it looks like Go is already fully supported 👌
Done in https://tabby.tabbyml.com/docs/programming-languages