Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.18 KB

README_en.md

File metadata and controls

42 lines (32 loc) · 1.18 KB

Chrome Built-In AI Chat Interface

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

Chrome Built-in AI

For more details about Chrome's built-in AI features, please refer to this document.

Features

  • User question input
  • Real-time AI responses
  • Persistent chat history
  • Markdown formatted response rendering
  • Popup message when API is unavailable

Usage

  1. Clone the repository.
    git clone https://github.com/your-username/chrome-built-in-ai-chat-interface.git
  2. Navigate to the project directory.
    cd chrome-built-in-ai-chat-interface
  3. Open the index.html file in your browser.

File Structure

  • index.html: Main HTML file
  • styles.css: Stylesheet file
  • script.js: JavaScript file

Hosting

This web service is hosted here.