Skip to content

Commit

Permalink
feature/experiment: Removes unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dezoito committed Dec 8, 2024
1 parent e2f44a8 commit 3bf7e59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src-tauri/src/commands/llm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ pub async fn get_inference(
state: tauri::State<'_, DatabaseState>,
config: IDefaultConfigs,
params: TParamIteration,
app_handle: tauri::AppHandle,
) -> Result<GenerationResponse, Error> {
// println!("----------------------------------------------------------");
// println!("Config and Params");
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 3bf7e59

Please sign in to comment.