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 381 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
  1. prompts:
  2. - What is the capital of the {{country}}?
  3. providers:
  4. - cloudflare-ai:completion:@cf/meta/llama-3-8b-instruct
  5. - cloudflare-ai:chat:@cf/meta/llama-3-8b-instruct
  6. tests:
  7. - vars:
  8. country: United States
  9. assert:
  10. - type: icontains
  11. value: Washington, D.C.
  12. - vars:
  13. country: England
  14. assert:
  15. - type: icontains
  16. value: London
Tip!

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

Comments

Loading...