teamai-cli 0.23.0-beta.8 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/README.zh-CN.md +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -287,3 +287,13 @@ Insight into how the team actually uses its AI tools, and a starting point for t
|
|
|
287
287
|
## Contributing
|
|
288
288
|
|
|
289
289
|
PRs are welcome! Please read [CONTRIBUTING.md](.github/CONTRIBUTING.md) first.
|
|
290
|
+
|
|
291
|
+
## Contributors
|
|
292
|
+
|
|
293
|
+
Thanks to everyone who has contributed to TeamAI!
|
|
294
|
+
|
|
295
|
+
<a href="https://github.com/Tencent/teamai-cli/graphs/contributors">
|
|
296
|
+
<img src="https://contrib.rocks/image?repo=Tencent/teamai-cli" alt="Contributors" />
|
|
297
|
+
</a>
|
|
298
|
+
|
|
299
|
+
Made with [contrib.rocks](https://contrib.rocks).
|
package/README.zh-CN.md
CHANGED
|
@@ -287,3 +287,13 @@ WASM 解析器是纯 JavaScript 依赖,无需任何原生编译工具链。若
|
|
|
287
287
|
## 贡献
|
|
288
288
|
|
|
289
289
|
欢迎提交 PR!请先阅读 [CONTRIBUTING.md](.github/CONTRIBUTING.md)。
|
|
290
|
+
|
|
291
|
+
## 贡献者
|
|
292
|
+
|
|
293
|
+
感谢每一位为 TeamAI 贡献代码的伙伴!
|
|
294
|
+
|
|
295
|
+
<a href="https://github.com/Tencent/teamai-cli/graphs/contributors">
|
|
296
|
+
<img src="https://contrib.rocks/image?repo=Tencent/teamai-cli" alt="Contributors" />
|
|
297
|
+
</a>
|
|
298
|
+
|
|
299
|
+
由 [contrib.rocks](https://contrib.rocks) 生成。
|