This project leverages Chrome's built-in AI features to create a simple chat interface web service.
Users can input questions into the text box and receive answers from the AI.
🌏 한국어 | English
For more details about Chrome's built-in AI features, please refer to this document.
- User question input
- Real-time AI responses
- Persistent chat history
- Markdown formatted response rendering
- Popup message when API is unavailable
- Clone the repository.
git clone https://github.com/your-username/chrome-built-in-ai-chat-interface.git
- Navigate to the project directory.
cd chrome-built-in-ai-chat-interface
- Open the
index.html
file in your browser.
index.html
: Main HTML filestyles.css
: Stylesheet filescript.js
: JavaScript file
This web service is hosted here.