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 531 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
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. description: 'Adaline Gateway Multi Provider Example'
  3. prompts:
  4. - file://prompt.json
  5. providers:
  6. - id: adaline:openai:chat:gpt-4o
  7. - id: adaline:anthropic:chat:claude-3-opus-20240229
  8. - id: adaline:google:chat:gemini-1.5-pro
  9. tests:
  10. - vars:
  11. question: 'Do you think you can solve 1 + 0.5 + 0.25 + 0.125 + 0.0625 + 0.03125 + 0.015625 .... till 0 ?'
  12. assert:
  13. - type: contains
  14. value: 'Yes'
  15. - type: contains
  16. value: ' 2'
Tip!

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

Comments

Loading...