# chrome-aic
**Repository Path**: codelint/chrome-aic
## Basic Information
- **Project Name**: chrome-aic
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-02-25
- **Last Updated**: 2025-02-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
🤖 AIC - AI Conversation Assistant
Smart Chat | Multi-Platform | History Memory
## ✨ Core Features
- **OpenAPI Compatibility**
Supports OpenAI-API compatible api services (DeepSeek/ChatGPT/etc)
- **Conversation Memory**
Auto-saves complete chat history with context-aware interactions
- **Multi-Provider Management**
Manage API keys and endpoints for different service providers
- **Smart Model Switching**
Freely choose between AI models (GPT-3.5/Deepseek-r1/Hunyuan etc)
- **Privacy First**
All data stored locally, never uploaded to cloud
## 🛠️ Installation
1. Download latest release (ZIP package)
2. Visit `chrome://extensions`
3. Enable "Developer mode" (top-right)
4. Click "Load unpacked" and select extension folder
## 🎮 Usage Guide
1. Click extension icon to open dashboard
2. Add API configurations under "Settings"
3. Select desired AI model
4. Start chatting! History auto-saves in sidebar
## 🔌 Supported API Specifications
The extension supports all OpenAI-API compatible services. Full request/response schema:
### Request Example
```bash
curl -X POST [Your_Endpoint] \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-r1",
"messages": [
{"role": "system", "content": "System prompt"},
{"role": "user", "content": "User question"}
]
}'
```
### Response Schema
Service providers should return JSON in this structure:
```json
{
"model": "deepseek-r1",
"choices": [{
"index": 0,
"message": {
"role": "assistant",
"content": "I'm an AI assistant"
}
}]
}
```
## 🌐 Verified Platforms
Recommended compatible services:
- **Alibaba Cloud Bailian**
LLM Service Platform: https://bailian.console.aliyun.com/
- **Tencent Hunyuan**
Multimodal AI: https://cloud.tencent.com/product/hunyuan
- **Deepseek**
AI Platform: https://platform.deepseek.com/usage
## 📷 Screenshot
