diff --git a/src-tauri/src/commands/llm.rs b/src-tauri/src/commands/llm.rs index b034167..8e40650 100644 --- a/src-tauri/src/commands/llm.rs +++ b/src-tauri/src/commands/llm.rs @@ -66,7 +66,6 @@ pub async fn get_inference( state: tauri::State<'_, DatabaseState>, config: IDefaultConfigs, params: TParamIteration, - app_handle: tauri::AppHandle, ) -> Result { // println!("----------------------------------------------------------"); // println!("Config and Params"); @@ -182,8 +181,6 @@ pub async fn get_inference( dbg!(&res); println!("---------------------------------------------"); - - // Log the experiment if it's successful let pool = &state.0; match res {