Merge pull request #150 from AndersonBY/main

docs: add deepseek-tokenizer to integration list
This commit is contained in:
Huang Panpan 2025-02-08 14:36:16 +08:00 committed by GitHub
commit b06e14df41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View File

@ -425,6 +425,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
<td> <a href="docs/promptfoo/README.md"> promptfoo </a> </td>
<td> Test and evaluate LLM prompts, including DeepSeek models. Compare different LLM providers, catch regressions, and evaluate responses. </td>
</tr>
<tr>
<td> </td>
<td> <a href="https://github.com/AndersonBY/deepseek-tokenizer"> deepseek-tokenizer </a> </td>
<td> An efficient and lightweight tokenization library for DeepSeek models, relying solely on the `tokenizers` library without heavy dependencies like `transformers`. </td>
</tr>
<tr>
<td> <img src="https://langfuse.com/icon.svg" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://langfuse.com/docs/integrations/deepseek"> Langfuse </a> </td>

View File

@ -302,6 +302,10 @@
<td> 测试和评估LLM提示包括DeepSeek模型。比较不同的LLM提供商捕获回归并评估响应。 </td>
</tr>
<tr>
<td> </td>
<td> <a href="https://github.com/AndersonBY/deepseek-tokenizer"> deepseek-tokenizer </a> </td>
<td> 一个高效的轻量级tokenization库仅依赖`tokenizers`库,不依赖`transformers`等重量级依赖。 </td>
</tr>
<td> CR </td>
<td> <a href="https://github.com/hustcer/deepseek-review"> deepseek-review </a> </td>
<td> 🚀 使用 Deepseek 进行代码审核,支持 GitHub Action 和本地 🚀 </td>