diff --git a/README.md b/README.md index 0fcf339..d2c9e6d 100644 --- a/README.md +++ b/README.md @@ -484,7 +484,7 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati Docking Deepseek api for WordPress site ai conversation assistant, post generation, post summary plugin. - Icon + Icon Labby by LabEx LabEx provides a Deepseek R1-powered learning assistant (Labby) for students and teachers. It supports automatic verification of student's practice code and provides instant feedback, debugging, and code generation. diff --git a/README_cn.md b/README_cn.md index d80de8c..b5fcfbd 100644 --- a/README_cn.md +++ b/README_cn.md @@ -336,7 +336,7 @@ 对接Deepseek api用于WordPress站点的ai对话助手、ai文章生成、ai文章总结插件。 - Icon + Icon Labby 学习助手 LabEx 提供了一个 Deepseek R1 驱动的学习助手(Labby),支持自动验证学生的实践代码并提供即时反馈、调试和代码生成。 diff --git a/README_ja.md b/README_ja.md index 56ca903..50daff7 100644 --- a/README_ja.md +++ b/README_ja.md @@ -354,7 +354,7 @@ DeepSeek APIを人気のソフトウェアに統合します。APIキーを取 LLMプロンプトをテストおよび評価し、DeepSeekモデルを含む。さまざまなLLMプロバイダーを比較し、回帰をキャッチし、応答を評価します。 - Icon + Icon Labby by LabEx LabEx は、Deepseek R1 ドライブの学習助手(Labby)を提供します。学生や教師のために、自動検証をサポートし、即時フィードバック、デバッグ、コード生成を提供します。 diff --git a/docs/labby/README.md b/docs/labby/README.md new file mode 100644 index 0000000..133c455 --- /dev/null +++ b/docs/labby/README.md @@ -0,0 +1,19 @@ + + +# [Labby by LabEx](https://labex.io/) + +LabEx is an interactive, hands-on learning platform dedicated to coding and technology. It combines labs, AI assistance, and virtual machines to provide a no-video, practical learning experience. + +Labby is a DeepSeek R1-powered learning assistant that supports automatic verification of student's practice code and provides instant feedback, debugging, and code generation. + +## Auto Verification + +![Auto Verification](./assets/labby-verification.png) + +## Related Questions + +![Related Questions](./assets/labby-related-questions.png) + +## Debugging and Code Generation + +![Debugging and Code Generation](./assets/labby-debugging.png) diff --git a/docs/labby/README_cn.md b/docs/labby/README_cn.md new file mode 100644 index 0000000..1c6d457 --- /dev/null +++ b/docs/labby/README_cn.md @@ -0,0 +1,19 @@ + + +# [Labby by LabEx](https://labex.io/) + +LabEx 是一个专注于编码和技术的互动式实践学习平台。它结合了动手实验、人工智能辅助和虚拟机,提供无视频的实践学习体验。 + +Labby 是一个由 DeepSeek R1 驱动的学习助手,支持学生练习代码的自动验证,并提供即时反馈、调试和代码生成。 + +## 自动验证 + +![自动验证](./assets/labby-verification.png) + +## 相关问题 + +![相关问题](./assets/labby-related-questions.png) + +## 调试和代码生成 + +![调试和代码生成](./assets/labby-debugging.png) diff --git a/docs/labby/assets/labby-debugging.png b/docs/labby/assets/labby-debugging.png new file mode 100644 index 0000000..7937283 Binary files /dev/null and b/docs/labby/assets/labby-debugging.png differ diff --git a/docs/labby/assets/labby-logo-animation-small.gif b/docs/labby/assets/labby-logo-animation-small.gif new file mode 100644 index 0000000..839ef50 Binary files /dev/null and b/docs/labby/assets/labby-logo-animation-small.gif differ diff --git a/docs/labby/assets/labby-related-questions.png b/docs/labby/assets/labby-related-questions.png new file mode 100644 index 0000000..06eb9ed Binary files /dev/null and b/docs/labby/assets/labby-related-questions.png differ diff --git a/docs/labby/assets/labby-verification.png b/docs/labby/assets/labby-verification.png new file mode 100644 index 0000000..f1b3909 Binary files /dev/null and b/docs/labby/assets/labby-verification.png differ