repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | title: "🐝 Beehiiv" |
| #3 | --- |
| #4 | |
| #5 | To add any Beehiiv data sources to your app, just add the base url as the source and set the data_type to `beehiiv`. |
| #6 | |
| #7 | ```python |
| #8 | from embedchain import App |
| #9 | |
| #10 | app = App() |
| #11 | |
| #12 | # source: just add the base url and set the data_type to 'beehiiv' |
| #13 | app.add('https://aibreakfast.beehiiv.com', data_type='beehiiv') |
| #14 | app.query("How much is OpenAI paying developers?") |
| #15 | # Answer: OpenAI is aggressively recruiting Google's top AI researchers with offers ranging between $5 to $10 million annually, primarily in stock options. |
| #16 | ``` |
| #17 |