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 356 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
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. prompts:
  3. - 'Who discovered {{topic}}?'
  4. providers:
  5. - id: openai:chat:gpt-4o-mini
  6. - id: openai:chat:pplx-70b-online
  7. config:
  8. apiBaseUrl: https://api.perplexity.ai
  9. apiKeyEnvar: PERPLEXITY_API_KEY
  10. frequency_penalty: 0.1
  11. tests:
  12. - vars:
  13. topic: gravity
Tip!

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

Comments

Loading...