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.titan-text.yaml 457 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
  1. prompts:
  2. - 'Convert this English to {{language}}: {{input}}'
  3. - 'Translate to {{language}}: {{input}}'
  4. providers:
  5. - id: bedrock:amazon.titan-text-lite-v1
  6. config:
  7. region: 'us-west-2'
  8. textGenerationConfig:
  9. maxTokenCount: 400
  10. temperature: 0.3
  11. stopSequences: []
  12. topP: 0.9
  13. tests:
  14. - vars:
  15. language: French
  16. input: Hello world
  17. - vars:
  18. language: Spanish
  19. input: Where is the library?
Tip!

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

Comments

Loading...