How to use PiBot
Simply input your OpenAI api key, and chat away. Try asking PiBot to write you a story, ask about sports, ask it to create an image, or just play rock paper scissors. To start a new conversation, click the edit icon at the top. Conversation history is not saved.

How PiBot works
1: Input is taken
2: Input is passed through Neural Network
3: Determine if input should go to ChatGPT, DALL·E, Search-Scrape, or CustomChat.
4: Input is passed on and output is given.

Breakdown
ChatGPT is an LLM developed by OpenAI. PiBot sends API requests to ChatGPT

DALL·E is an image generation model also developed by OpenAI

Search-Scrape scrapes browsers for information, then sends that info to ChatGPT to organize into a sentence

CustomChat is a rule based chatbot designed to redirect users to other aspects of the app that it is deployed in.

Mrpi314 tools:
Classy
Search-Scrape
CustomChat


OpenAI:

Open AI API link