cargo fix and fmt

master
Tymon 1 year ago
parent 5fb0c6de47
commit ee9de66863

@ -1,3 +1,3 @@
pub mod ai;
pub mod config;
pub mod history;
pub mod history;

@ -15,7 +15,7 @@ use egui_notify::Toasts;
use ai_core::{
ai::{generate_with_mpsc, Params, Response, ResponseType},
config::{AI},
config::AI,
history::{read_all_history, write_history, HistoryEntry},
};