@hashbrownai/core
v0.5.0
Published
Runtime helpers for Hashbrown AI
Readme
Getting Started with React
Install:
npm install @hashbrownai/{core,react,openai} --saveConfigure the provider:
export function Providers() {
return (
<HashbrownProvider url={url}>
{children}
</HashbrownProvider>
)
}Getting Started with Angular
Install:
npm install @hashbrownai/{core,angular,openai} --saveConfigure the provider:
export const appConfig: ApplicationConfig = {
providers: [
provideHashbrown({
baseUrl: '/api/chat',
}),
],
};Adapters
Hashbrown supports multiple providers:
Contributing
hashbrown is a community-driven project. Read our contributing guidelines on how to get involved.
Workshops and Consulting
Want to learn how to build Angular apps with AI? Learn more about our workshops.
LiveLoveApp provides hands-on engagement with our AI engineers for architecture reviews, custom integrations, proof-of-concept builds, performance tuning, and expert guidance on best practices. Learn more about LiveLoveApp.
License
MIT © LiveLoveApp, LLC
