feat: add deepseek provider scaffolding

This commit is contained in:
zyl
2026-03-25 04:24:59 +00:00
parent 1ab0012275
commit 0d0097b003
9 changed files with 1490 additions and 4 deletions

3
src/config/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
mod settings;
pub use settings::{ConfigError, DeepSeekSettings};