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

@ -323,4 +323,9 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
<td> <a href="https://geneplore.com/bot"> Geneplore AI </a> </td>
<td> Geneplore AI runs one of the largest AI Discord bots, now with Deepseek v3 and R1. </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> Test and evaluate LLM prompts, including DeepSeek models. Compare different LLM providers, catch regressions, and evaluate responses. </td>
</tr>
</table>