Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
AZILS
/
app
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
app
/
src-tauri
/
src
/
proxy
/
common
/
client_adapters
/
mod.rs
AZILS
Upload 323 files
a21c316
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
124 Bytes
// Client Adapters 模块
// 存放各种客户端的适配器实现
pub
mod
opencode;
pub
use
opencode::OpencodeAdapter;