Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

chat_config.yaml 477 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. prompts:
  3. - What is the capital of the {{country}}?
  4. providers:
  5. - cloudflare-ai:completion:@cf/qwen/qwen2.5-coder-32b-instruct
  6. - cloudflare-ai:chat:@cf/deepseek-ai/deepseek-r1-distill-qwen-32b
  7. tests:
  8. - vars:
  9. country: United States
  10. assert:
  11. - type: icontains
  12. value: Washington, D.C.
  13. - vars:
  14. country: England
  15. assert:
  16. - type: icontains
  17. value: London
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...