Are you sure you want to delete this access key?
This example demonstrates how to configure and use HTTP providers with promptfoo to integrate with external API endpoints.
Here's a basic example configuration for an HTTP provider that sends prompts to an API endpoint:
providers:
- id: https://api.example.com/chat
config:
method: POST
headers:
Content-Type: application/json
body:
messages:
- role: user
content: '{{prompt}}'
transformResponse: json.choices[0].message.content
method
: HTTP method (GET, POST, PUT, etc.)headers
: Request headers (Content-Type, Authorization, etc.)body
: Request body (supports template variables like {{prompt}}
)queryParams
: URL query parameterstransformResponse
: JavaScript expression to extract the responseTo test your configuration:
promptfoo eval
promptfoo view
For development and testing, you can use services like webhook.site to create test endpoints.
For more detailed information, see the HTTP Provider documentation.
Press p or to see the previous file or, n or to see the next file
Browsing data directories saved to S3 is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
promptfoo is now integrated with AWS S3!
Are you sure you want to delete this access key?
Browsing data directories saved to Google Cloud Storage is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
promptfoo is now integrated with Google Cloud Storage!
Are you sure you want to delete this access key?
Browsing data directories saved to Azure Cloud Storage is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
promptfoo is now integrated with Azure Cloud Storage!
Are you sure you want to delete this access key?
Browsing data directories saved to S3 compatible storage is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
promptfoo is now integrated with your S3 compatible storage!
Are you sure you want to delete this access key?