Welcome to the Chat Bot Project! This bot leverages powerful language models to provide interactive and engaging conversations. Designed to be framework-agnostic, it can connect to various AI providers, including OpenAI, Google, and Amazon. This project utilizes the Vercel AI SDK for seamless deployment and performance.
-
Streaming Text: Experience real-time message delivery for a more engaging conversation. The bot streams responses as they are generated, providing a fluid and dynamic chat experience.
-
Supports Markdown: This chat bot supports Markdown syntax, allowing for rich formatting and styling of messages.
-
Framework Agnostic: Easily integrate this chat bot with any web framework or technology stack. It can connect to multiple AI providers, including OpenAI, Google, and Amazon, making it versatile and adaptable to your needs.
-
Vercel AI SDK Integration: Built using the Vercel AI SDK, this project benefits from efficient deployment and scalability. The SDK simplifies the process of integrating with various AI APIs, allowing for easy setup and management.
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
Create a .env
file in the root directory and add your API keys for the AI providers you intend to use:
OPENAI_API_KEY=your_openai_api_key_here
GOOGLE_API_KEY=your_google_api_key_here
AMAZON_API_KEY=your_amazon_api_key_here
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
To run the project locally, use:
pnpm dev
Visit http://localhost:3000
in your browser to interact with the chat bot.
Interact with the bot through the user interface. Type your messages, and watch as the bot responds in real time!
We welcome contributions! If you have suggestions or enhancements, feel free to create a pull request or open an issue.
This project is licensed under the MIT License. See the LICENSE file for details.
- OpenAI for their exceptional AI models.
- Google for their advanced AI solutions.
- Amazon for their machine learning services.
- Vercel for providing the SDK and hosting services.
Feel free to customize this README to better fit your project's needs!