feat(integration): add promptfoo LLM testing framework

Add promptfoo to the awesome-deepseek-integration library with:
- English and Chinese documentation
- Basic setup and usage guides
- Example configuration for DeepSeek model testing
- Integration entry in both README.md and README_cn.md
This commit is contained in:
Michael D'Angelo 2025-01-25 23:33:01 -08:00
parent eed78498c8
commit 25e2ae3f20
4 changed files with 151 additions and 1 deletions

View file

@ -100,7 +100,7 @@
<tr>
<td> <img src="https://github.com/LiberSonora/LiberSonora/blob/main/assets/avatar.jpeg?raw=true" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/LiberSonora/LiberSonora">LiberSonora</a> </td>
<td> LiberSonora寓意“自由的声音”,是一个 AI 赋能的、强大的、开源有声书工具集包含智能字幕提取、AI标题生成、多语言翻译等功能支持 GPU 加速、批量离线处理</td>
<td> LiberSonora寓意"自由的声音",是一个 AI 赋能的、强大的、开源有声书工具集包含智能字幕提取、AI标题生成、多语言翻译等功能支持 GPU 加速、批量离线处理</td>
</tr>
<tr>
<td> <img src="https://raw.githubusercontent.com/ripperhe/Bob/master/docs/_media/icon_128.png" alt="Icon" width="64" height="auto" /> </td>
@ -242,4 +242,9 @@
<td> <a href="https://github.com/rubickecho/n8n-deepseek"> n8n-nodes-deepseek </a> </td>
<td> 一个 N8N 的社区节点,支持直接使用 DeepSeek API 集成到工作流中 </td>
</tr>
<tr>
<td> <img src="https://www.promptfoo.dev/img/logo-panda.svg" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="docs/promptfoo/README.md"> promptfoo </a> </td>
<td> 测试和评估LLM提示包括DeepSeek模型。比较不同的LLM提供商捕获回归并评估响应。 </td>
</tr>
</table>