aboutsummaryrefslogtreecommitdiff
path: root/src/app/llm.rs
diff options
context:
space:
mode:
authorOxbian <oxbian@mailbox.org>2025-03-02 21:55:42 -0500
committerOxbian <oxbian@mailbox.org>2025-03-02 21:55:42 -0500
commitb9061a3e652cb7594397c38cd0078a47ddab960a (patch)
tree7c98344ea6cf8d35aa1ebdd586d6dd4dd9e4d7ad /src/app/llm.rs
parente4eaecc8ce7fb3e84977c41597eff80edd4d73c7 (diff)
downloadNAI-b9061a3e652cb7594397c38cd0078a47ddab960a.tar.gz
NAI-b9061a3e652cb7594397c38cd0078a47ddab960a.zip
fix: readme, screenshot...
Diffstat (limited to 'src/app/llm.rs')
-rw-r--r--src/app/llm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/llm.rs b/src/app/llm.rs
index 59e045b..9fc1b3a 100644
--- a/src/app/llm.rs
+++ b/src/app/llm.rs
@@ -3,7 +3,7 @@ use reqwest::{header::CONTENT_TYPE, Client};
use serde::{Deserialize, Serialize};
use serde_json::Value;
use std::fmt;
-use std::fs::{OpenOptions, create_dir_all};
+use std::fs::{self, OpenOptions, create_dir_all};
use std::io::Write;
#[derive(Deserialize, Debug)]
ArKa projects. All rights to me, and your next child right arm.