Add local model provider

This commit is contained in:
Richard Feldman 2025-07-29 15:29:45 -04:00
parent 4abdec044f
commit f62e693b8f
No known key found for this signature in database
7 changed files with 4029 additions and 1357 deletions

View file

@ -5,6 +5,7 @@ pub mod copilot_chat;
pub mod deepseek;
pub mod google;
pub mod lmstudio;
pub mod local;
pub mod mistral;
pub mod ollama;
pub mod open_ai;