node-token 0.1.0

KeyCompute node-token client for personal PC nodes
1
2
3
4
5
6
7
8
//! HTTP 客户端模块

pub mod api;
pub mod ollama;

// 重新导出主要客户端类型
pub use api::KeyComputeClient;
pub use ollama::OllamaClient;