Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Ian Webster 482cae38b7
chore: improve http signature setup (#2779)
7 months ago
..
482cae38b7
chore: improve http signature setup (#2779)
7 months ago
482cae38b7
chore: improve http signature setup (#2779)
7 months ago
49dcfc7624
feat: http provider auth signature support (#2755)
7 months ago
49dcfc7624
feat: http provider auth signature support (#2755)
7 months ago
482cae38b7
chore: improve http signature setup (#2779)
7 months ago
49dcfc7624
feat: http provider auth signature support (#2755)
7 months ago

README.md

You have to be logged in to leave a comment. Sign In

Setting up an HTTP provider with cryptographically signed requests

Introduction

This example demonstrates how to setup authentication with an http provider using a signed authentication mechanism

Setup

Installation

  1. Install dependencies:
npm install
  1. Start the server:
npm start

Running Tests

# Run test cases
promptfoo eval --no-cache

# View results
promptfoo view

IMPORTANT: be sure to run with --no-cache when testing! Otherwise it may cache responses from good signatures.

Tip!

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

Comments

Loading...