App Configuration
URL Configuration
API Documentation
Endpoints
Tutorials
- Create an Instance with multiple Data Sources
- Dynamically Creating Custom GPT-4 Instances for Substack Blog Posts with BerriAI
- Embed your Berri App into your Website
- Classification + Multi-prompting Tutorial
- Improving Document QA w/ Custom Chunking Tutorial
- Build a slackbot to call your Berri / chatGPT endpoints
- [Javascript] Pass a query with conversation history!
- [Javascript] Pass multiple files and urls!
- Improving Results - 3 strategies w/ Berri
Additional Resources
Support & FAQs
App Configuration
URL Configuration
Use this if you want to query a scraped website, or connect with an API Endpoint
{
advanced: {
intent: “qa_website” or “qa_api”,
headers: None or headers including bearer w/ access token # (Only required if you're using qa_api and it needs OAuth).
}
output_length: # (Optional)
prompt: # (Optional - use this to help specify how you want your output to be. We also score your prompt, based on how confused it makes the model - the closer to 0, the better.)
}
}