Personal project to explore the OpenAI API.
Live demo: https://ambervdberg.github.io/ai-bots/
The Poet Bot generates software-related poems using the OpenAI API.
Azure Function | ||
---|---|---|
subject | OpenAI | Create a poem subject |
poem | OpenAI | Create a poem |
The Notion Bot answers questions using content from your Notion workspaces. It uses the OpenAI API to generate the answer and the Notion API to fetch the relevant content.
See here for more information: notion-bot API
Note: This functionality is not available to you in the live demo. You can implement your own integration by following the instructions here.
Azure Function | ||
---|---|---|
open-ai/notion | OpenAI Notion API |
Answers the user question with OpenAI API using context from your Notion workspaces. This function will call the notion-api/search function which will retrieve the relevant context. |
auth-google | Google API | Checks user authorization to access the Notion API. (Spoiler alert: No you are not authorized) |