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

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

Comments

Loading...