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

promptfooconfig.yaml 493 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
20
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. prompts:
  3. - file://prompts.txt
  4. providers:
  5. - id: file://customProvider.ts
  6. label: 'My custom provider'
  7. tests: file://vars.csv
  8. # To compare two of the same provider, you can do the following:
  9. #
  10. # providers:
  11. # - id: customProvider.js
  12. # label: custom-provider-hightemp
  13. # config:
  14. # temperature: 1.0
  15. # - id: customProvider.js
  16. # label: custom-provider-lowtemp
  17. # config:
  18. # temperature: 0
Tip!

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

Comments

Loading...