mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-10-15 17:03:29 -04:00
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:
parent
eed78498c8
commit
25e2ae3f20
4 changed files with 151 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue