tabby icon indicating copy to clipboard operation
tabby copied to clipboard

Add list of supported languages

Open jeremi-przeorek opened this issue 2 years ago • 3 comments

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.

jeremi-przeorek avatar May 11 '23 15:05 jeremi-przeorek

+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

cdesch avatar May 17 '23 11:05 cdesch

+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

wsxiaoys avatar May 17 '23 17:05 wsxiaoys

This is good to know. Maybe the docs could start with to add or train models for other languages.

cdesch avatar May 29 '23 14:05 cdesch

In my quick test it looks like Go is already fully supported 👌

prologic avatar Jun 18 '23 01:06 prologic

Done in https://tabby.tabbyml.com/docs/programming-languages

wsxiaoys avatar Oct 23 '23 06:10 wsxiaoys