Introducing Orbis AI, the decentralized version of Chat GPT - an AI assistant that can answer any questions you might have. Built with the Orbis SDK and OpenAI, Orbis AI allows you to communicate with an AI assistant in a decentralized and secure manner, without the need for a central server.
Powered by the Orbis Open Social Protocol to ensure that your conversations are secure and private (every messages are encrypted with Lit Protocol).
Orbis AI is designed to be user-friendly, making it easy for anyone to use. Whether you're a tech-savvy individual or a casual user. Feel free to fork this repository or to test it here.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.jsx
. The page auto-updates as you edit the file.
Make sure to use your own Open AI API key in components/ConversationDetails.jsx
.
To learn more about Orbis and Next.js, take a look at the following resources:
- Orbis - learn about Orbis
- Orbis Documentation - Read Orbis documentation
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.