Add AI Toolkit (#465)

* Add AI Toolkit

* add other langugaes
This commit is contained in:
Junjie Li 2025-09-04 11:24:02 +08:00 committed by GitHub
parent 71779f919b
commit daf96deb9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 25 additions and 0 deletions

View file

@ -801,6 +801,11 @@ The purpose is to build infrastructure in the field of large models, through the
<td> <a href="https://github.com/intellism/vscode-comment-translate/blob/master/README.md"> Comment Translation </a> </td>
<td> This extension helps developers translate comments, strings, code hints, error messages, and variable names in their code. </td>
</tr>
<tr>
<td> <img src="https://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/AITK/assets/AIToolkit.png?raw=true" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://code.visualstudio.com/docs/intelligentapps/overview"> AI Toolkit </a> </td>
<td> AI Toolkit for Visual Studio Code is a comprehensive extension that empowers developers and AI engineers to build, test, and deploy intelligent applications using generative AI models. </td>
</tr>
</table>
<p style="text-align: right;"><a href="#table-of-contents">^ Back to Contents ^</a></p>