mirror of
https://github.com/aiclientproxy/proxycast.git
synced 2026-09-24 23:10:56 +08:00
- Tauri 2.0 + React 18 + TypeScript + Tailwind CSS - Provider management with Kiro credential loading - Auto-detect credential file changes (5s interval) - Dashboard with API testing panel - Settings page for server configuration - Logs viewer with real-time updates - OpenAI compatible API endpoints (/v1/chat/completions, /v1/models) - Anthropic compatible API endpoints (/v1/messages) - Default port: 3001, API key: proxycast-key
18 lines
125 B
Plaintext
18 lines
125 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build
|
|
dist/
|
|
src-tauri/target/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|