Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

package.json 395 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
  1. {
  2. "name": "http-provider-auth-signature",
  3. "version": "0.0.0",
  4. "description": "A simple chatbot for testing http signatures in promptfoo",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "node app.js"
  9. },
  10. "author": "Promptfoo",
  11. "license": "MIT",
  12. "dependencies": {
  13. "express": "^4.21.2",
  14. "promptfoo": "^0.100.5"
  15. }
  16. }
Tip!

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

Comments

Loading...