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.openai.yaml 597 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
23
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. description: 'Amazon SageMaker OpenAI-compatible model evaluation'
  3. prompts:
  4. - 'Write a tweet about {{topic}}'
  5. - 'Write a short blog introduction about {{topic}}'
  6. - 'List 3 key benefits of {{topic}}'
  7. providers:
  8. - id: sagemaker:openai:your-endpoint-name
  9. config:
  10. region: us-east-1
  11. modelType: openai
  12. temperature: 0.7
  13. maxTokens: 256
  14. tests:
  15. - vars:
  16. topic: sustainable packaging
  17. - vars:
  18. topic: artificial intelligence in healthcare
  19. - vars:
  20. topic: remote work policies
Tip!

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

Comments

Loading...